Uses of Interface
org.apache.hadoop.hdfs.server.blockmanagement.DatanodeAdminMonitorInterface
Packages that use DatanodeAdminMonitorInterface
-
Uses of DatanodeAdminMonitorInterface in org.apache.hadoop.hdfs.server.blockmanagement
Classes in org.apache.hadoop.hdfs.server.blockmanagement that implement DatanodeAdminMonitorInterfaceModifier and TypeClassDescriptionclassThis class implements the logic to track decommissioning and entering maintenance nodes, ensure all their blocks are adequately replicated before they are moved to the decommissioned or maintenance state.classChecks to see if datanodes have finished DECOMMISSION_INPROGRESS or ENTERING_MAINTENANCE state.classThis abstract class provides some base methods which are inherited by the DatanodeAdmin BackOff and Default Monitors, which control decommission and maintenance mode.