static class BlockWriter.ObjEntry extends BlockWriter.Entry
Modifier and Type | Field and Description |
---|---|
(package private) LongList |
blockPos |
key, prefixLen, restart
Constructor and Description |
---|
ObjEntry(int idLen,
ObjectId id,
LongList blockPos) |
Modifier and Type | Method and Description |
---|---|
(package private) byte |
blockType() |
private static byte[] |
key(int idLen,
ObjectId id) |
(package private) void |
markScanRequired() |
(package private) int |
valueSize() |
(package private) int |
valueType() |
(package private) void |
writeValue(ReftableOutputStream os) |
compare, sizeBytes, writeKey
final LongList blockPos
private static byte[] key(int idLen, ObjectId id)
void markScanRequired()
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) throws java.io.IOException
writeValue
in class BlockWriter.Entry
java.io.IOException