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, writeKeyfinal LongList blockPos
private static byte[] key(int idLen,
ObjectId id)
void markScanRequired()
byte blockType()
blockType in class BlockWriter.Entryint valueType()
valueType in class BlockWriter.Entryint valueSize()
valueSize in class BlockWriter.Entryvoid writeValue(ReftableOutputStream os) throws java.io.IOException
writeValue in class BlockWriter.Entryjava.io.IOException