| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
List<HoodieDeleteRecord> |
HoodieDeleteRecordList.deleteRecordList
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieDeleteRecord |
HoodieDeleteRecord.Builder.build() |
static HoodieDeleteRecord |
HoodieDeleteRecord.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieDeleteRecord from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieDeleteRecord> |
HoodieDeleteRecord.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<HoodieDeleteRecord> |
HoodieDeleteRecord.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<HoodieDeleteRecord> |
HoodieDeleteRecordList.getDeleteRecordList()
Gets the value of the 'deleteRecordList' field.
|
List<HoodieDeleteRecord> |
HoodieDeleteRecordList.Builder.getDeleteRecordList()
Gets the value of the 'deleteRecordList' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieDeleteRecord.Builder |
HoodieDeleteRecord.newBuilder(HoodieDeleteRecord other)
Creates a new HoodieDeleteRecord RecordBuilder by copying an existing HoodieDeleteRecord instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieDeleteRecordList.setDeleteRecordList(List<HoodieDeleteRecord> value)
Sets the value of the 'deleteRecordList' field.
|
HoodieDeleteRecordList.Builder |
HoodieDeleteRecordList.Builder.setDeleteRecordList(List<HoodieDeleteRecord> value)
Sets the value of the 'deleteRecordList' field.
|
| Constructor and Description |
|---|
HoodieDeleteRecordList(List<HoodieDeleteRecord> deleteRecordList)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.