Class GenericRecordChunkingAdapter
- java.lang.Object
-
- com.linkedin.davinci.storage.chunking.AbstractAvroChunkingAdapter<V>
-
- com.linkedin.davinci.storage.chunking.GenericChunkingAdapter<org.apache.avro.generic.GenericRecord>
-
- com.linkedin.davinci.storage.chunking.GenericRecordChunkingAdapter
-
- All Implemented Interfaces:
ChunkingAdapter<ChunkedValueInputStream,org.apache.avro.generic.GenericRecord>
public class GenericRecordChunkingAdapter extends GenericChunkingAdapter<org.apache.avro.generic.GenericRecord>
Just for the sake of casting the generic type toGenericRecord
...
-
-
Field Summary
Fields Modifier and Type Field Description static GenericRecordChunkingAdapter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
GenericRecordChunkingAdapter()
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 GenericRecordChunkingAdapter INSTANCE
-
-