Interface KeyListEntry
-
@Immutable(lazyhash=true) public interface KeyListEntryComposite of key, content-id, content-type and commit-id.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.versioned.HashgetCommitId()ContentIdgetContentId()org.projectnessie.versioned.KeygetKey()bytegetPayload()static KeyListEntryof(org.projectnessie.versioned.Key key, ContentId contentId, byte payload, org.projectnessie.versioned.Hash commitId)
-
-
-
Method Detail
-
getKey
org.projectnessie.versioned.Key getKey()
-
getContentId
ContentId getContentId()
-
getPayload
byte getPayload()
-
getCommitId
@Nullable @Nullable org.projectnessie.versioned.Hash getCommitId()
-
of
static KeyListEntry of(org.projectnessie.versioned.Key key, ContentId contentId, byte payload, org.projectnessie.versioned.Hash commitId)
-
-