Uses of Class
org.apache.hadoop.ozone.container.ozoneimpl.OzoneContainer
Packages that use OzoneContainer
Package
Description
This package is contains Ozone container implementation.
State machine class is used by the container to denote various states a
container can be in and also is used for command processing.
Classes dedicated to handle container commands.
This package contains code for RPC endpoints transitions.
-
Uses of OzoneContainer in org.apache.hadoop.ozone.container.common.impl
Methods in org.apache.hadoop.ozone.container.common.impl that return OzoneContainerConstructors in org.apache.hadoop.ozone.container.common.impl with parameters of type OzoneContainerModifierConstructorDescriptionBlockDeletingService(OzoneContainer ozoneContainer, long serviceInterval, long serviceTimeout, TimeUnit timeUnit, int workerSize, org.apache.hadoop.hdds.conf.ConfigurationSource conf, String threadNamePrefix, ContainerChecksumTreeManager checksumTreeManager, org.apache.hadoop.hdds.conf.ReconfigurationHandler reconfigurationHandler) BlockDeletingService(OzoneContainer ozoneContainer, long serviceInterval, long serviceTimeout, TimeUnit timeUnit, int workerSize, org.apache.hadoop.hdds.conf.ConfigurationSource conf, ContainerChecksumTreeManager checksumTreeManager) -
Uses of OzoneContainer in org.apache.hadoop.ozone.container.common.statemachine
Methods in org.apache.hadoop.ozone.container.common.statemachine that return OzoneContainer -
Uses of OzoneContainer in org.apache.hadoop.ozone.container.common.statemachine.commandhandler
Methods in org.apache.hadoop.ozone.container.common.statemachine.commandhandler that return OzoneContainerMethods in org.apache.hadoop.ozone.container.common.statemachine.commandhandler with parameters of type OzoneContainerModifier and TypeMethodDescriptionvoidCloseContainerCommandHandler.handle(SCMCommand<?> command, OzoneContainer ozoneContainer, StateContext context, SCMConnectionManager connectionManager) Handles a given SCM command.voidClosePipelineCommandHandler.handle(SCMCommand<?> command, OzoneContainer ozoneContainer, StateContext context, SCMConnectionManager connectionManager) Handles a given SCM command.voidCommandHandler.handle(SCMCommand<?> command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) Handles a given SCM command.voidCreatePipelineCommandHandler.handle(SCMCommand<?> command, OzoneContainer ozoneContainer, StateContext context, SCMConnectionManager connectionManager) Handles a given SCM command.voidDeleteBlocksCommandHandler.handle(SCMCommand<?> command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) voidDeleteContainerCommandHandler.handle(SCMCommand<?> command, OzoneContainer ozoneContainer, StateContext context, SCMConnectionManager connectionManager) voidFinalizeNewLayoutVersionCommandHandler.handle(SCMCommand<?> command, OzoneContainer ozoneContainer, StateContext context, SCMConnectionManager connectionManager) Handles a given SCM command.voidReconcileContainerCommandHandler.handle(SCMCommand command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) voidReconstructECContainersCommandHandler.handle(SCMCommand<?> command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) voidRefreshVolumeUsageCommandHandler.handle(SCMCommand<?> command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) voidReplicateContainerCommandHandler.handle(SCMCommand<?> command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) voidSetNodeOperationalStateCommandHandler.handle(SCMCommand<?> command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) Handles a given SCM command.CommandDispatcher.Builder.setContainer(OzoneContainer ozoneContainer) Add the OzoneContainer.Constructors in org.apache.hadoop.ozone.container.common.statemachine.commandhandler with parameters of type OzoneContainerModifierConstructorDescriptionDeleteBlocksCommandHandler(OzoneContainer container, org.apache.hadoop.hdds.conf.ConfigurationSource conf, DatanodeConfiguration dnConf, String threadNamePrefix) DeleteCmdInfo(DeleteBlocksCommand command, OzoneContainer container, StateContext context, SCMConnectionManager connectionManager) -
Uses of OzoneContainer in org.apache.hadoop.ozone.container.common.states.endpoint
Methods in org.apache.hadoop.ozone.container.common.states.endpoint with parameters of type OzoneContainerModifier and TypeMethodDescriptionRegisterEndpointTask.Builder.setOzoneContainer(OzoneContainer ozoneContainer) Sets the ozonecontainer.Constructors in org.apache.hadoop.ozone.container.common.states.endpoint with parameters of type OzoneContainerModifierConstructorDescriptionRegisterEndpointTask(EndpointStateMachine rpcEndPoint, OzoneContainer ozoneContainer, StateContext context, org.apache.hadoop.hdds.upgrade.HDDSLayoutVersionManager versionManager) Creates a register endpoint task.VersionEndpointTask(EndpointStateMachine rpcEndPoint, org.apache.hadoop.hdds.conf.ConfigurationSource conf, OzoneContainer container)