Class SpecificRecordChunkingAdapter<V extends org.apache.avro.specific.SpecificRecord>
java.lang.Object
com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter<V>
com.linkedin.davinci.storage.chunking.SpecificRecordChunkingAdapter<V>
- All Implemented Interfaces:
ChunkingAdapter<ChunkedValueInputStream,
V>
public class SpecificRecordChunkingAdapter<V extends org.apache.avro.specific.SpecificRecord>
extends AbstractAvroChunkingAdapter<V>
-
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
-
Constructor Details
-
SpecificRecordChunkingAdapter
public SpecificRecordChunkingAdapter()
-