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, writeKeybyte blockType()
blockType in class BlockWriter.Entryint valueType()
valueType in class BlockWriter.Entryint valueSize()
valueSize in class BlockWriter.Entryvoid writeValue(ReftableOutputStream os)
writeValue in class BlockWriter.Entry