static class BlockWriter.IndexEntry extends BlockWriter.Entry
Modifier and Type | Field and Description |
---|---|
private long |
blockPosition |
key, prefixLen, restart
Constructor and Description |
---|
IndexEntry(byte[] key,
long blockPosition) |
Modifier and Type | Method and Description |
---|---|
(package private) byte |
blockType() |
(package private) int |
valueSize() |
(package private) int |
valueType() |
(package private) void |
writeValue(ReftableOutputStream os) |
compare, sizeBytes, writeKey
byte blockType()
blockType
in class BlockWriter.Entry
int valueType()
valueType
in class BlockWriter.Entry
int valueSize()
valueSize
in class BlockWriter.Entry
void writeValue(ReftableOutputStream os)
writeValue
in class BlockWriter.Entry