Interface KeyWithBytes


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

      • getKey

        org.projectnessie.model.ContentKey getKey()
      • getPayload

        byte getPayload()
      • getValue

        org.projectnessie.nessie.relocated.protobuf.ByteString getValue()
      • of

        static KeyWithBytes of​(org.projectnessie.model.ContentKey key,
                               ContentId contentId,
                               byte payload,
                               org.projectnessie.nessie.relocated.protobuf.ByteString value)