Class RawBytesChunkingAdapter
java.lang.Object
com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter<ByteBuffer>
com.linkedin.davinci.storage.chunking.RawBytesChunkingAdapter
- All Implemented Interfaces:
ChunkingAdapter<ChunkedValueInputStream,
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 Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter
addChunkIntoContainer, constructChunksContainer, constructValue, constructValue, constructValue, get, get, getByPartialKey, getWithSchemaId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.linkedin.davinci.storage.chunking.ChunkingAdapter
constructValue, constructValue
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RawBytesChunkingAdapter
protected RawBytesChunkingAdapter()Singleton
-