Uses of Interface
org.apache.hadoop.ozone.container.common.states.DatanodeState
Packages that use DatanodeState
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 files that guide the state transitions
from Init->Running->Shutdown for the datanode.
-
Uses of DatanodeState in org.apache.hadoop.ozone.container.common.statemachine
Methods in org.apache.hadoop.ozone.container.common.statemachine that return DatanodeStateModifier and TypeMethodDescriptionStateContext.getTask()Returns the next task to get executed by the datanode state machine. -
Uses of DatanodeState in org.apache.hadoop.ozone.container.common.states.datanode
Classes in org.apache.hadoop.ozone.container.common.states.datanode that implement DatanodeStateModifier and TypeClassDescriptionclassInit Datanode State is the task that gets run when we are in Init State.classClass that implements handshake with SCM.