Class GenericChunkingAdapter<V extends org.apache.avro.generic.GenericRecord>
java.lang.Object
com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter<V>
com.linkedin.davinci.storage.chunking.GenericChunkingAdapter<V>
- All Implemented Interfaces:
ChunkingAdapter<ChunkedValueInputStream,
V>
- Direct Known Subclasses:
GenericRecordChunkingAdapter
public class GenericChunkingAdapter<V extends org.apache.avro.generic.GenericRecord>
extends AbstractAvroChunkingAdapter<V>
Read compute and write compute chunking adapter
-
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
-
GenericChunkingAdapter
protected GenericChunkingAdapter()Singleton
-