static class BlockWriter.LogEntry extends BlockWriter.Entry
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
email |
(package private) byte[] |
msg |
(package private) byte[] |
name |
(package private) ObjectId |
newId |
(package private) ObjectId |
oldId |
(package private) long |
timeSecs |
(package private) short |
tz |
key, prefixLen, restart
Constructor and Description |
---|
LogEntry(java.lang.String refName,
long updateIndex,
PersonIdent who,
ObjectId oldId,
ObjectId newId,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
(package private) byte |
blockType() |
(package private) static byte[] |
key(java.lang.String ref,
long index) |
(package private) int |
valueSize() |
(package private) int |
valueType() |
(package private) void |
writeValue(ReftableOutputStream os) |
compare, sizeBytes, writeKey
final ObjectId oldId
final ObjectId newId
final long timeSecs
final short tz
final byte[] name
final byte[] email
final byte[] msg
LogEntry(java.lang.String refName, long updateIndex, PersonIdent who, ObjectId oldId, ObjectId newId, java.lang.String message)
static byte[] key(java.lang.String ref, long index)
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