public abstract class BaseAvroPayload extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Comparable |
orderingVal
For purposes of preCombining.
|
byte[] |
recordBytes
Avro data extracted from the source converted to bytes.
|
| Constructor and Description |
|---|
BaseAvroPayload(org.apache.avro.generic.GenericRecord record,
Comparable orderingVal)
Instantiate
BaseAvroPayload. |
public final byte[] recordBytes
public final Comparable orderingVal
public BaseAvroPayload(org.apache.avro.generic.GenericRecord record,
Comparable orderingVal)
BaseAvroPayload.record - Generic record for the payload.orderingVal - Comparable to be used in pre combine.Copyright © 2022 The Apache Software Foundation. All rights reserved.