Class RawKeyBytesAndChunkedKeySuffix


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

      • RawKeyBytesAndChunkedKeySuffix

        public RawKeyBytesAndChunkedKeySuffix​(@Nonnull
                                              java.nio.ByteBuffer rawKeyBytes,
                                              @Nonnull
                                              java.nio.ByteBuffer chunkedKeySuffixBytes)
    • Method Detail

      • getRawKeyBytes

        public java.nio.ByteBuffer getRawKeyBytes()
      • getChunkedKeySuffixBytes

        public java.nio.ByteBuffer getChunkedKeySuffixBytes()