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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final byte[]
(package private) final byte[]
(package private) final byte[]
(package private) final ObjectId
(package private) final ObjectId
(package private) final long
(package private) final short
Fields inherited from class org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
key, prefixLen, restart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) byte
(package private) static byte[]
(package private) int
(package private) int
(package private) void
Methods inherited from class org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
compare, sizeBytes, writeKey
-
Field Details
-
oldId
-
newId
-
timeSecs
final long timeSecs -
tz
final short tz -
name
final byte[] name -
email
final byte[] email -
msg
final byte[] msg
-
-
Constructor Details
-
LogEntry
LogEntry(String refName, long updateIndex, PersonIdent who, ObjectId oldId, ObjectId newId, String message)
-
-
Method Details
-
key
-
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
- Specified by:
writeValue
in classBlockWriter.Entry
-