Class RawBytesChunkingAdapter
- java.lang.Object
-
- com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter<java.nio.ByteBuffer>
-
- com.linkedin.davinci.storage.chunking.RawBytesChunkingAdapter
-
- All Implemented Interfaces:
ChunkingAdapter<ChunkedValueInputStream,java.nio.ByteBuffer>
public class RawBytesChunkingAdapter extends AbstractAvroChunkingAdapter<java.nio.ByteBuffer>
A ChunkingAdapter to be used when we want to read the value from storage engine as raw bytes. TheAbstractAvroChunkingAdapter
merges the separate chunks and returns a complete value.
-
-
Field Summary
Fields Modifier and Type Field Description static RawBytesChunkingAdapter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
RawBytesChunkingAdapter()
Singleton
-
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 Detail
-
INSTANCE
public static final RawBytesChunkingAdapter INSTANCE
-
-