Uses of Class
org.apache.hadoop.ozone.container.common.statemachine.DatanodeStateMachine
Packages that use DatanodeStateMachine
Package
Description
Generic ozone specific classes.
State machine class is used by the container to denote various states a
container can be in and also is used for command processing.
Contains upgrade related classes.
-
Uses of DatanodeStateMachine in org.apache.hadoop.ozone
Methods in org.apache.hadoop.ozone that return DatanodeStateMachine -
Uses of DatanodeStateMachine in org.apache.hadoop.ozone.container.common.statemachine
Methods in org.apache.hadoop.ozone.container.common.statemachine that return DatanodeStateMachineModifier and TypeMethodDescriptionStateContext.getParent()Returns the DatanodeStateMachine class that holds this state.Methods in org.apache.hadoop.ozone.container.common.statemachine that return types with arguments of type DatanodeStateMachineModifier and TypeMethodDescriptionorg.apache.hadoop.ozone.upgrade.UpgradeFinalizer<DatanodeStateMachine> DatanodeStateMachine.getUpgradeFinalizer()Methods in org.apache.hadoop.ozone.container.common.statemachine with parameters of type DatanodeStateMachineModifier and TypeMethodDescriptionstatic DatanodeQueueMetricsDatanodeQueueMetrics.create(DatanodeStateMachine datanodeStateMachine) Constructors in org.apache.hadoop.ozone.container.common.statemachine with parameters of type DatanodeStateMachineModifierConstructorDescriptionDatanodeQueueMetrics(DatanodeStateMachine datanodeStateMachine) StateContext(org.apache.hadoop.hdds.conf.ConfigurationSource conf, DatanodeStateMachine.DatanodeStates state, DatanodeStateMachine parent, String threadNamePrefix) Constructs a StateContext. -
Uses of DatanodeStateMachine in org.apache.hadoop.ozone.container.upgrade
Methods in org.apache.hadoop.ozone.container.upgrade with parameters of type DatanodeStateMachineModifier and TypeMethodDescriptionvoidContainerTableSchemaFinalizeAction.execute(DatanodeStateMachine arg) voidDatanodeSchemaV2FinalizeAction.execute(DatanodeStateMachine arg) voidDatanodeSchemaV3FinalizeAction.execute(DatanodeStateMachine dsm) voidScmHAFinalizeUpgradeActionDatanode.execute(DatanodeStateMachine dsm) voidDataNodeUpgradeFinalizer.finalizeLayoutFeature(org.apache.hadoop.ozone.upgrade.LayoutFeature layoutFeature, DatanodeStateMachine dsm) voidDataNodeUpgradeFinalizer.preFinalizeUpgrade(DatanodeStateMachine dsm) voidDataNodeUpgradeFinalizer.runPrefinalizeStateActions(org.apache.hadoop.ozone.common.Storage storage, DatanodeStateMachine dsm)