Interface KeyListEntry


  • @Immutable(lazyhash=true)
    public interface KeyListEntry
    Composite of key, content-id, content-type and commit-id.
    • Method Detail

      • getKey

        org.projectnessie.versioned.Key getKey()
      • 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)