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 shortFields 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) voidMethods 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:
blockTypein classBlockWriter.Entry
-
valueType
int valueType()- Specified by:
valueTypein classBlockWriter.Entry
-
valueSize
int valueSize()- Specified by:
valueSizein classBlockWriter.Entry
-
writeValue
- Specified by:
writeValuein classBlockWriter.Entry
-