public class HFileTrailer extends Object
HFileProtos.TrailerProto with Protobuf.| Modifier and Type | Field and Description |
|---|---|
static int |
TRAILER_SIZE |
| Constructor and Description |
|---|
HFileTrailer(int majorVersion,
int minorVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(DataInputStream stream) |
CompressionCodec |
getCompressionCodec() |
int |
getDataIndexCount() |
long |
getLoadOnOpenDataOffset() |
int |
getMetaIndexCount() |
int |
getNumDataIndexLevels() |
long |
getNumKeyValueEntries() |
static int |
getTrailerSize() |
String |
toString() |
public static final int TRAILER_SIZE
public static int getTrailerSize()
public long getLoadOnOpenDataOffset()
public int getNumDataIndexLevels()
public int getDataIndexCount()
public int getMetaIndexCount()
public long getNumKeyValueEntries()
public CompressionCodec getCompressionCodec()
public void deserialize(DataInputStream stream) throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.