Class WriteComputeResult

java.lang.Object
com.linkedin.davinci.kafka.consumer.WriteComputeResult

public class WriteComputeResult extends Object
Write compute result wrapper class holding the deserialized updated value and the serialized and potentially compressed updated value bytes.
  • 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()