Package org.apache.nemo.client
Interface StateTranslator
-
- All Known Implementing Classes:
BeamStateTranslator
public interface StateTranslator
A class provides the translation between the state of plan and correspondingClientEndpoint
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Enum
translateState(PlanState.State planState)
Translate a plan state of nemo to a corresponding client endpoint state.
-
-
-
Method Detail
-
translateState
java.lang.Enum translateState(PlanState.State planState)
Translate a plan state of nemo to a corresponding client endpoint state.- Parameters:
planState
- to translate.- Returns:
- the translated state.
-
-