Class RawBytesChunkingAdapter

java.lang.Object
com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter<ByteBuffer>
com.linkedin.davinci.storage.chunking.RawBytesChunkingAdapter
All Implemented Interfaces:
ChunkingAdapter<ChunkedValueInputStream,ByteBuffer>

public class RawBytesChunkingAdapter extends AbstractAvroChunkingAdapter<ByteBuffer>
A ChunkingAdapter to be used when we want to read the value from storage engine as raw bytes. The AbstractAvroChunkingAdapter merges the separate chunks and returns a complete value.
  • Field Details

  • Constructor Details

    • RawBytesChunkingAdapter

      protected RawBytesChunkingAdapter()
      Singleton