Package flyteidl.core
Class Execution
- java.lang.Object
-
- flyteidl.core.Execution
-
public final class Execution extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecution.ExecutionErrorRepresents the error message from the execution.static interfaceExecution.ExecutionErrorOrBuilderstatic classExecution.NodeExecutionIndicates various phases of Node Executionstatic interfaceExecution.NodeExecutionOrBuilderstatic classExecution.QualityOfServiceIndicates the priority of an execution.static interfaceExecution.QualityOfServiceOrBuilderstatic classExecution.QualityOfServiceSpecRepresents customized execution run-time attributes.static interfaceExecution.QualityOfServiceSpecOrBuilderstatic classExecution.TaskExecutionPhases that task plugins can go through.static interfaceExecution.TaskExecutionOrBuilderstatic classExecution.TaskLogLog information for the task that is specific to a log sink When our log story is flushed out, we may have more metadata here like log link expirystatic interfaceExecution.TaskLogOrBuilderstatic classExecution.WorkflowExecutionIndicates various phases of Workflow Executionstatic interfaceExecution.WorkflowExecutionOrBuilder
-
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()
-
-