public class HFileMetaBlock extends HFileBlock
HFileBlockType.META block.byteBuff, bytesPerChecksum, compressedByteBuff, context, HFILEBLOCK_HEADER_SIZE, HFILEBLOCK_HEADER_SIZE_NO_CHECKSUM, onDiskSizeWithoutHeader, sizeCheckSum, startOffsetInBuff, startOffsetInCompressedBuff, uncompressedEndOffset, uncompressedSizeWithoutHeader| Modifier | Constructor and Description |
|---|---|
protected |
HFileMetaBlock(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
readContent() |
allocateBufferForUnpacking, getBlockType, getByteBuff, getOnDiskSizeWithHeader, parse, unpackprotected HFileMetaBlock(HFileContext context, byte[] byteBuff, int startOffsetInBuff)
public ByteBuffer readContent()
Copyright © 2024 The Apache Software Foundation. All rights reserved.