Uses of Class
org.apache.hadoop.ozone.container.common.statemachine.EndpointStateMachine
Packages that use EndpointStateMachine
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 in org.apache.hadoop.ozone.container.common.statemachine
Methods in org.apache.hadoop.ozone.container.common.statemachine that return types with arguments of type EndpointStateMachineModifier and TypeMethodDescriptionSCMConnectionManager.getValues()Returns all known RPCEndpoints. -
Uses of EndpointStateMachine in org.apache.hadoop.ozone.container.common.states.endpoint
Methods in org.apache.hadoop.ozone.container.common.states.endpoint with parameters of type EndpointStateMachineModifier and TypeMethodDescriptionHeartbeatEndpointTask.Builder.setEndpointStateMachine(EndpointStateMachine rpcEndPoint) Sets the endpoint state machine.RegisterEndpointTask.Builder.setEndpointStateMachine(EndpointStateMachine rpcEndPoint) Sets the endpoint state machine.Constructors in org.apache.hadoop.ozone.container.common.states.endpoint with parameters of type EndpointStateMachineModifierConstructorDescriptionHeartbeatEndpointTask(EndpointStateMachine rpcEndpoint, org.apache.hadoop.hdds.conf.ConfigurationSource conf, StateContext context, org.apache.hadoop.hdds.upgrade.HDDSLayoutVersionManager versionManager) Constructs a SCM heart beat.RegisterEndpointTask(EndpointStateMachine rpcEndPoint, OzoneContainer ozoneContainer, StateContext context, org.apache.hadoop.hdds.upgrade.HDDSLayoutVersionManager versionManager) Creates a register endpoint task.VersionEndpointTask(EndpointStateMachine rpcEndPoint, org.apache.hadoop.hdds.conf.ConfigurationSource conf, OzoneContainer container)