Class BlockWriter.LogEntry
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
-
- org.eclipse.jgit.internal.storage.reftable.BlockWriter.LogEntry
-
- Enclosing class:
- BlockWriter
static class BlockWriter.LogEntry extends BlockWriter.Entry
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
key, prefixLen, restart
-
-
Constructor Summary
Constructors Constructor Description LogEntry(java.lang.String refName, long updateIndex, PersonIdent who, ObjectId oldId, ObjectId newId, java.lang.String message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
compare, sizeBytes, writeKey
-
-
-
-
Constructor Detail
-
LogEntry
LogEntry(java.lang.String refName, long updateIndex, PersonIdent who, ObjectId oldId, ObjectId newId, java.lang.String message)
-
-
Method Detail
-
key
static byte[] key(java.lang.String ref, long index)
-
blockType
byte blockType()
- Specified by:
blockType
in classBlockWriter.Entry
-
valueType
int valueType()
- Specified by:
valueType
in classBlockWriter.Entry
-
valueSize
int valueSize()
- Specified by:
valueSize
in classBlockWriter.Entry
-
writeValue
void writeValue(ReftableOutputStream os)
- Specified by:
writeValue
in classBlockWriter.Entry
-
-