Package com.linkedin.venice.chunking
Class RawKeyBytesAndChunkedKeySuffix
- java.lang.Object
-
- com.linkedin.venice.chunking.RawKeyBytesAndChunkedKeySuffix
-
public class RawKeyBytesAndChunkedKeySuffix extends java.lang.Object
A POJO containing a byte array and a serializedChunkedKeySuffix
or an object ofChunkedKeySuffix
-
-
Constructor Summary
Constructors Constructor Description RawKeyBytesAndChunkedKeySuffix(java.nio.ByteBuffer rawKeyBytes, java.nio.ByteBuffer chunkedKeySuffixBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
getChunkedKeySuffixBytes()
java.nio.ByteBuffer
getRawKeyBytes()
-