Class WriteComputeHandlerV2
java.lang.Object
com.linkedin.venice.schema.writecompute.WriteComputeHandlerV1
com.linkedin.davinci.schema.writecompute.WriteComputeHandlerV2
- All Implemented Interfaces:
WriteComputeHandler
Write compute V2 handles value records with replication metadata.
-
Method Summary
Modifier and TypeMethodDescriptionValueAndRmd<org.apache.avro.generic.GenericRecord>
updateRecordWithRmd
(org.apache.avro.Schema currValueSchema, ValueAndRmd<org.apache.avro.generic.GenericRecord> currRecordAndRmd, org.apache.avro.generic.GenericRecord writeComputeRecord, long updateOperationTimestamp, int coloID) Handle partial update request on a value record that has associated replication metadata.Methods inherited from class com.linkedin.venice.schema.writecompute.WriteComputeHandlerV1
updateValueRecord
-
Method Details
-
updateRecordWithRmd
public ValueAndRmd<org.apache.avro.generic.GenericRecord> updateRecordWithRmd(@Nonnull org.apache.avro.Schema currValueSchema, @Nonnull ValueAndRmd<org.apache.avro.generic.GenericRecord> currRecordAndRmd, @Nonnull org.apache.avro.generic.GenericRecord writeComputeRecord, long updateOperationTimestamp, int coloID) Handle partial update request on a value record that has associated replication metadata.
-