Uses of Interface
org.apache.hadoop.ozone.container.common.statemachine.commandhandler.CommandHandler
Packages that use CommandHandler
Package
Description
Contains protocol buffer helper classes and utilites used in impl.
Classes dedicated to handle container commands.
-
Uses of CommandHandler in org.apache.hadoop.ozone.container.common.helpers
Method parameters in org.apache.hadoop.ozone.container.common.helpers with type arguments of type CommandHandlerModifier and TypeMethodDescriptionstatic CommandHandlerMetricsCommandHandlerMetrics.create(Map<org.apache.hadoop.hdds.protocol.proto.StorageContainerDatanodeProtocolProtos.SCMCommandProto.Type, CommandHandler> handlerMap) Creates a new instance of CommandHandlerMetrics and registers it to the DefaultMetricsSystem. -
Uses of CommandHandler in org.apache.hadoop.ozone.container.common.statemachine.commandhandler
Classes in org.apache.hadoop.ozone.container.common.statemachine.commandhandler that implement CommandHandlerModifier and TypeClassDescriptionclassHandler for close container command received from SCM.classHandler for close pipeline command received from SCM.classHandler for create pipeline command received from SCM.classHandle block deletion commands.classHandler to process the DeleteContainerCommand from SCM.classHandler for FinalizeNewLayoutVersion command received from SCM.classHandles commands from SCM to reconcile a container replica on this datanode with the replicas on its peers.classCommand handler for reconstructing the lost EC containers.classCommand handler to refresh usage info of all volumes.classCommand handler to copy containers from sources.classHandle the SetNodeOperationalStateCommand sent from SCM to the datanode to persist the current operational state.Methods in org.apache.hadoop.ozone.container.common.statemachine.commandhandler that return CommandHandlerModifier and TypeMethodDescriptionCommandDispatcher.getCloseContainerHandler()CommandDispatcher.getDeleteBlocksCommandHandler()Methods in org.apache.hadoop.ozone.container.common.statemachine.commandhandler with parameters of type CommandHandlerModifier and TypeMethodDescriptionCommandDispatcher.Builder.addHandler(CommandHandler handler) Adds a handler.