Uses of Class
org.apache.hadoop.ozone.container.common.interfaces.Handler
Packages that use Handler
Package
Description
This package is contains Ozone container implementation.
This package contains common ozone container interfaces.
This package contains classes for KeyValue container type.
Ozone main that calls into the container layer.
-
Uses of Handler in org.apache.hadoop.ozone.container.common.impl
Methods in org.apache.hadoop.ozone.container.common.impl that return HandlerModifier and TypeMethodDescriptionHddsDispatcher.getHandler(org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerType containerType) Constructor parameters in org.apache.hadoop.ozone.container.common.impl with type arguments of type HandlerModifierConstructorDescriptionHddsDispatcher(org.apache.hadoop.hdds.conf.ConfigurationSource config, ContainerSet contSet, VolumeSet volumes, Map<org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerType, Handler> handlers, StateContext context, ContainerMetrics metrics, org.apache.hadoop.hdds.security.token.TokenVerifier tokenVerifier) Constructs an OzoneContainer that receives calls from XceiverServerHandler. -
Uses of Handler in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces that return HandlerModifier and TypeMethodDescriptionContainerDispatcher.getHandler(org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerType containerType) Returns the handler for the specified containerType.static HandlerHandler.getHandlerForContainerType(org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerType containerType, org.apache.hadoop.hdds.conf.ConfigurationSource config, String datanodeId, ContainerSet contSet, VolumeSet volumeSet, VolumeChoosingPolicy volumeChoosingPolicy, ContainerMetrics metrics, IncrementalReportSender<Container> icrSender, ContainerChecksumTreeManager checksumManager) -
Uses of Handler in org.apache.hadoop.ozone.container.keyvalue
Subclasses of Handler in org.apache.hadoop.ozone.container.keyvalue -
Uses of Handler in org.apache.hadoop.ozone.container.ozoneimpl
Constructor parameters in org.apache.hadoop.ozone.container.ozoneimpl with type arguments of type HandlerModifierConstructorDescriptionContainerController(ContainerSet containerSet, Map<org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerType, Handler> handlers)