Uses of Enum
org.apache.hadoop.ozone.container.common.statemachine.EndpointStateMachine.EndPointStates
Packages that use EndpointStateMachine.EndPointStates
Package
Description
State machine class is used by the container to denote various states a
container can be in and also is used for command processing.
This package contains code for RPC endpoints transitions.
-
Uses of EndpointStateMachine.EndPointStates in org.apache.hadoop.ozone.container.common.statemachine
Methods in org.apache.hadoop.ozone.container.common.statemachine that return EndpointStateMachine.EndPointStatesModifier and TypeMethodDescriptionEndpointStateMachine.EndPointStates.getNextState()Returns the next logical state that endPoint should move to.EndpointStateMachine.getState()Returns the current State this end point is in.EndpointStateMachineMBean.getState()EndpointStateMachine.setState(EndpointStateMachine.EndPointStates epState) Sets the endpoint state.Returns the enum constant of this type with the specified name.static EndpointStateMachine.EndPointStates[]EndpointStateMachine.EndPointStates.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.ozone.container.common.statemachine with parameters of type EndpointStateMachine.EndPointStatesModifier and TypeMethodDescriptionEndpointStateMachine.setState(EndpointStateMachine.EndPointStates epState) Sets the endpoint state. -
Uses of EndpointStateMachine.EndPointStates in org.apache.hadoop.ozone.container.common.states.endpoint
Methods in org.apache.hadoop.ozone.container.common.states.endpoint that return EndpointStateMachine.EndPointStatesModifier and TypeMethodDescriptionHeartbeatEndpointTask.call()Computes a result, or throws an exception if unable to do so.RegisterEndpointTask.call()Computes a result, or throws an exception if unable to do so.VersionEndpointTask.call()Computes a result, or throws an exception if unable to do so.