Uses of Interface
org.apache.hadoop.ozone.HddsDatanodeStopService
Packages that use HddsDatanodeStopService
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.
-
Uses of HddsDatanodeStopService in org.apache.hadoop.ozone.container.common.statemachine
Constructors in org.apache.hadoop.ozone.container.common.statemachine with parameters of type HddsDatanodeStopServiceModifierConstructorDescriptionDatanodeStateMachine(HddsDatanodeService hddsDatanodeService, org.apache.hadoop.hdds.protocol.DatanodeDetails datanodeDetails, org.apache.hadoop.hdds.conf.ConfigurationSource conf, org.apache.hadoop.hdds.security.x509.certificate.client.CertificateClient certClient, org.apache.hadoop.hdds.security.symmetric.SecretKeyClient secretKeyClient, HddsDatanodeStopService hddsDatanodeStopService, org.apache.hadoop.hdds.conf.ReconfigurationHandler reconfigurationHandler) Constructs a datanode state machine.