Uses of Class
org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
-
Packages that use ResourceLifecycleState Package Description org.apache.flink.kubernetes.operator.api.lifecycle org.apache.flink.kubernetes.operator.api.status -
-
Uses of ResourceLifecycleState in org.apache.flink.kubernetes.operator.api.lifecycle
Methods in org.apache.flink.kubernetes.operator.api.lifecycle that return ResourceLifecycleState Modifier and Type Method Description static ResourceLifecycleStateResourceLifecycleState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceLifecycleState[]ResourceLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.kubernetes.operator.api.lifecycle that return types with arguments of type ResourceLifecycleState Modifier and Type Method Description java.util.Set<ResourceLifecycleState>ResourceLifecycleState. getClearedStatesAfterTransition(ResourceLifecycleState transitionFrom)Methods in org.apache.flink.kubernetes.operator.api.lifecycle with parameters of type ResourceLifecycleState Modifier and Type Method Description java.util.Set<ResourceLifecycleState>ResourceLifecycleState. getClearedStatesAfterTransition(ResourceLifecycleState transitionFrom) -
Uses of ResourceLifecycleState in org.apache.flink.kubernetes.operator.api.status
Methods in org.apache.flink.kubernetes.operator.api.status that return ResourceLifecycleState Modifier and Type Method Description ResourceLifecycleStateCommonStatus. getLifecycleState()
-