Uses of Interface
org.apache.hadoop.ozone.container.keyvalue.interfaces.BlockManager
Packages that use BlockManager
Package
Description
This package contains classes for KeyValue container type.
Chunk manager and block manager implementations for keyvalue container type.
-
Uses of BlockManager in org.apache.hadoop.ozone.container.keyvalue
Methods in org.apache.hadoop.ozone.container.keyvalue that return BlockManager -
Uses of BlockManager in org.apache.hadoop.ozone.container.keyvalue.impl
Classes in org.apache.hadoop.ozone.container.keyvalue.impl that implement BlockManagerModifier and TypeClassDescriptionclassThis class is for performing block related operations on the KeyValue Container.Methods in org.apache.hadoop.ozone.container.keyvalue.impl with parameters of type BlockManagerModifier and TypeMethodDescriptionstatic ChunkManagerChunkManagerFactory.createChunkManager(org.apache.hadoop.hdds.conf.ConfigurationSource conf, BlockManager manager, VolumeSet volSet) Create a chunk manager.Constructors in org.apache.hadoop.ozone.container.keyvalue.impl with parameters of type BlockManagerModifierConstructorDescriptionFilePerBlockStrategy(boolean sync, BlockManager manager) FilePerChunkStrategy(boolean sync, BlockManager manager)