Class RawKeyBytesAndChunkedKeySuffix

java.lang.Object
com.linkedin.venice.chunking.RawKeyBytesAndChunkedKeySuffix

public class RawKeyBytesAndChunkedKeySuffix extends Object
A POJO containing a byte array and a serialized ChunkedKeySuffix or an object of ChunkedKeySuffix
  • Constructor Details

    • RawKeyBytesAndChunkedKeySuffix

      public RawKeyBytesAndChunkedKeySuffix(@Nonnull ByteBuffer rawKeyBytes, @Nonnull ByteBuffer chunkedKeySuffixBytes)
  • Method Details

    • getRawKeyBytes

      public ByteBuffer getRawKeyBytes()
    • getChunkedKeySuffixBytes

      public ByteBuffer getChunkedKeySuffixBytes()