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>
-
Field Summary
Fields inherited from class com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter
DO_NOT_USE_READER_SCHEMA_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter
addChunkIntoContainer, constructChunksContainer, constructValue, constructValue, constructValue, get, get, getByPartialKey, getWithSchemaIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linkedin.davinci.storage.chunking.ChunkingAdapter
constructValue, constructValue
-
Constructor Details
-
SpecificRecordChunkingAdapter
public SpecificRecordChunkingAdapter()
-