Uses of Class
org.apache.hadoop.ozone.container.common.statemachine.commandhandler.CommandDispatcher.Builder
Packages that use CommandDispatcher.Builder
Package
Description
Classes dedicated to handle container commands.
-
Uses of CommandDispatcher.Builder in org.apache.hadoop.ozone.container.common.statemachine.commandhandler
Methods in org.apache.hadoop.ozone.container.common.statemachine.commandhandler that return CommandDispatcher.BuilderModifier and TypeMethodDescriptionCommandDispatcher.Builder.addHandler(CommandHandler handler) Adds a handler.static CommandDispatcher.BuilderCommandDispatcher.newBuilder()CommandDispatcher.Builder.setConnectionManager(SCMConnectionManager scmConnectionManager) Set the Connection Manager.CommandDispatcher.Builder.setContainer(OzoneContainer ozoneContainer) Add the OzoneContainer.CommandDispatcher.Builder.setContext(StateContext stateContext) Sets the Context.