Interface KeyWithBytes


  • @Immutable
    public interface KeyWithBytes
    Composite of key, content-id, content-type and content.
    • Method Detail

      • getKey

        org.projectnessie.versioned.Key getKey()
      • getPayload

        byte getPayload()
      • getValue

        com.google.protobuf.ByteString getValue()
      • of

        static KeyWithBytes of​(org.projectnessie.versioned.Key key,
                               ContentId contentId,
                               byte payload,
                               com.google.protobuf.ByteString value)