Package flyteidl.core
Class Compiler
- java.lang.Object
-
- flyteidl.core.Compiler
-
public final class Compiler extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompiler.CompiledTaskOutput of the Compilation step.static interfaceCompiler.CompiledTaskOrBuilderstatic classCompiler.CompiledWorkflowOutput of the compilation Step.static classCompiler.CompiledWorkflowClosureA Compiled Workflow Closure contains all the information required to start a new execution, or to visualize a workflow and its details.static interfaceCompiler.CompiledWorkflowClosureOrBuilderstatic interfaceCompiler.CompiledWorkflowOrBuilderstatic classCompiler.ConnectionSetAdjacency list for the workflow.static interfaceCompiler.ConnectionSetOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-