Uses of Class
flyteidl.core.Execution.NodeExecution.Phase
-
Packages that use Execution.NodeExecution.Phase Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Execution.NodeExecution.Phase in flyteidl.admin
Methods in flyteidl.admin that return Execution.NodeExecution.Phase Modifier and Type Method Description Execution.NodeExecution.PhaseNodeExecutionOuterClass.NodeExecutionClosure.Builder. getPhase()The last recorded phase for this node execution.Execution.NodeExecution.PhaseNodeExecutionOuterClass.NodeExecutionClosure. getPhase()The last recorded phase for this node execution.Execution.NodeExecution.PhaseNodeExecutionOuterClass.NodeExecutionClosureOrBuilder. getPhase()The last recorded phase for this node execution.Methods in flyteidl.admin with parameters of type Execution.NodeExecution.Phase Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutionClosure.BuilderNodeExecutionOuterClass.NodeExecutionClosure.Builder. setPhase(Execution.NodeExecution.Phase value)The last recorded phase for this node execution. -
Uses of Execution.NodeExecution.Phase in flyteidl.core
Fields in flyteidl.core declared as Execution.NodeExecution.Phase Modifier and Type Field Description private static Execution.NodeExecution.Phase[]Execution.NodeExecution.Phase. VALUESFields in flyteidl.core with type parameters of type Execution.NodeExecution.Phase Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Execution.NodeExecution.Phase>Execution.NodeExecution.Phase. internalValueMapMethods in flyteidl.core that return Execution.NodeExecution.Phase Modifier and Type Method Description static Execution.NodeExecution.PhaseExecution.NodeExecution.Phase. forNumber(int value)static Execution.NodeExecution.PhaseExecution.NodeExecution.Phase. valueOf(int value)Deprecated.static Execution.NodeExecution.PhaseExecution.NodeExecution.Phase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Execution.NodeExecution.PhaseExecution.NodeExecution.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static Execution.NodeExecution.Phase[]Execution.NodeExecution.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Execution.NodeExecution.Phase Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.NodeExecution.Phase>Execution.NodeExecution.Phase. internalGetValueMap() -
Uses of Execution.NodeExecution.Phase in flyteidl.event
Methods in flyteidl.event that return Execution.NodeExecution.Phase Modifier and Type Method Description Execution.NodeExecution.PhaseEvent.NodeExecutionEvent.Builder. getPhase().flyteidl.core.NodeExecution.Phase phase = 3;Execution.NodeExecution.PhaseEvent.NodeExecutionEvent. getPhase().flyteidl.core.NodeExecution.Phase phase = 3;Execution.NodeExecution.PhaseEvent.NodeExecutionEventOrBuilder. getPhase().flyteidl.core.NodeExecution.Phase phase = 3;Methods in flyteidl.event with parameters of type Execution.NodeExecution.Phase Modifier and Type Method Description Event.NodeExecutionEvent.BuilderEvent.NodeExecutionEvent.Builder. setPhase(Execution.NodeExecution.Phase value).flyteidl.core.NodeExecution.Phase phase = 3;
-