Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
-
Uses of HFileBlockBuilder in org.apache.hadoop.hbase.io.hfile
Modifier and TypeMethodDescriptionprivate static HFileBlockBuilder
HFileBlock.createBuilder
(HFileBlock blk, ByteBuff newBuff) Creates a new HFileBlockBuilder from the existing block and a new ByteBuff.HFileBlockBuilder.withBlockType
(BlockType blockType) HFileBlockBuilder.withByteBuff
(ByteBuff buf) HFileBlockBuilder.withByteBuffAllocator
(ByteBuffAllocator allocator) HFileBlockBuilder.withFillHeader
(boolean fillHeader) HFileBlockBuilder.withHFileContext
(HFileContext fileContext) HFileBlockBuilder.withNextBlockOnDiskSize
(int nextBlockOnDiskSize) HFileBlockBuilder.withOffset
(long offset) HFileBlockBuilder.withOnDiskDataSizeWithHeader
(int onDiskDataSizeWithHeader) HFileBlockBuilder.withOnDiskSizeWithoutHeader
(int onDiskSizeWithoutHeader) HFileBlockBuilder.withPrevBlockOffset
(long prevBlockOffset) HFileBlockBuilder.withShared
(boolean isShared) HFileBlockBuilder.withUncompressedSizeWithoutHeader
(int uncompressedSizeWithoutHeader)