Class ByteBufferValueRecord<T>
java.lang.Object
com.linkedin.davinci.store.record.ByteBufferValueRecord<T>
This class encapsulates a value from venice storage accompanied by the schema
id that was used to serialize the value.
TODO: This class should probably be superseded by
ValueRecord
. Unfortunately,
MANY interfaces in the ingestion path rely on the Bytebuffer interface, where ValueRecord relies on ByteBuf. Until
we rectify that, this is our stand in.-
Constructor Summary
-
Method Summary