Package com.linkedin.venice.chunking
Class RawKeyBytesAndChunkedKeySuffix
java.lang.Object
com.linkedin.venice.chunking.RawKeyBytesAndChunkedKeySuffix
A POJO containing a byte array and a serialized
ChunkedKeySuffix
or an object of ChunkedKeySuffix
-
Constructor Summary
ConstructorDescriptionRawKeyBytesAndChunkedKeySuffix
(ByteBuffer rawKeyBytes, ByteBuffer chunkedKeySuffixBytes) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RawKeyBytesAndChunkedKeySuffix
public RawKeyBytesAndChunkedKeySuffix(@Nonnull ByteBuffer rawKeyBytes, @Nonnull ByteBuffer chunkedKeySuffixBytes)
-
-
Method Details
-
getRawKeyBytes
-
getChunkedKeySuffixBytes
-