Uses of Class
org.apache.nemo.runtime.common.state.StageState.State
-
Packages that use StageState.State Package Description org.apache.nemo.runtime.common.metric org.apache.nemo.runtime.common.state org.apache.nemo.runtime.master -
-
Uses of StageState.State in org.apache.nemo.runtime.common.metric
Methods in org.apache.nemo.runtime.common.metric that return types with arguments of type StageState.State Modifier and Type Method Description java.util.List<StateTransitionEvent<StageState.State>>
StageMetric. getStateTransitionEvents()
Methods in org.apache.nemo.runtime.common.metric with parameters of type StageState.State Modifier and Type Method Description void
StageMetric. addEvent(StageState.State prevState, StageState.State newState)
-
Uses of StageState.State in org.apache.nemo.runtime.common.state
Methods in org.apache.nemo.runtime.common.state that return StageState.State Modifier and Type Method Description static StageState.State
StageState.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StageState.State[]
StageState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StageState.State in org.apache.nemo.runtime.master
Methods in org.apache.nemo.runtime.master that return StageState.State Modifier and Type Method Description StageState.State
PlanStateManager. getStageState(java.lang.String stageId)
-