Class WriteComputeResult
java.lang.Object
com.linkedin.davinci.kafka.consumer.WriteComputeResult
Write compute result wrapper class holding the deserialized updated value and the serialized and potentially
compressed updated value bytes.
-
Constructor Summary
ConstructorsConstructorDescriptionWriteComputeResult(byte[] updatedValueBytes, org.apache.avro.generic.GenericRecord updatedValue) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.avro.generic.GenericRecordbyte[]
-
Constructor Details
-
WriteComputeResult
public WriteComputeResult(byte[] updatedValueBytes, org.apache.avro.generic.GenericRecord updatedValue)
-
-
Method Details
-
getUpdatedValueBytes
@Nullable public byte[] getUpdatedValueBytes() -
getUpdatedValue
@Nullable public org.apache.avro.generic.GenericRecord getUpdatedValue()
-