| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieDeleteRecord.Builder |
HoodieDeleteRecord.Builder.clearOrderingVal()
Clears the value of the 'orderingVal' field.
|
HoodieDeleteRecord.Builder |
HoodieDeleteRecord.Builder.clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieDeleteRecord.Builder |
HoodieDeleteRecord.Builder.clearRecordKey()
Clears the value of the 'recordKey' field.
|
static HoodieDeleteRecord.Builder |
HoodieDeleteRecord.newBuilder()
Creates a new HoodieDeleteRecord RecordBuilder.
|
static HoodieDeleteRecord.Builder |
HoodieDeleteRecord.newBuilder(HoodieDeleteRecord.Builder other)
Creates a new HoodieDeleteRecord RecordBuilder by copying an existing Builder.
|
static HoodieDeleteRecord.Builder |
HoodieDeleteRecord.newBuilder(HoodieDeleteRecord other)
Creates a new HoodieDeleteRecord RecordBuilder by copying an existing HoodieDeleteRecord instance.
|
HoodieDeleteRecord.Builder |
HoodieDeleteRecord.Builder.setOrderingVal(Object value)
Sets the value of the 'orderingVal' field.
|
HoodieDeleteRecord.Builder |
HoodieDeleteRecord.Builder.setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieDeleteRecord.Builder |
HoodieDeleteRecord.Builder.setRecordKey(String value)
Sets the value of the 'recordKey' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieDeleteRecord.Builder |
HoodieDeleteRecord.newBuilder(HoodieDeleteRecord.Builder other)
Creates a new HoodieDeleteRecord RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.