Interface ContentIdAndBytes
-
@Immutable public interface ContentIdAndBytesUsed when dealing with global states in operations for Nessie-GC, like enumerating all globally managed content. Composite of content-id, content-type and content.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentIdgetContentId()com.google.protobuf.ByteStringgetValue()static ContentIdAndBytesof(ContentId contentId, com.google.protobuf.ByteString value)
-
-
-
Method Detail
-
getContentId
ContentId getContentId()
-
getValue
com.google.protobuf.ByteString getValue()
-
of
static ContentIdAndBytes of(ContentId contentId, com.google.protobuf.ByteString value)
-
-