public static class HoodieDeleteRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieDeleteRecord> implements org.apache.avro.data.RecordBuilder<HoodieDeleteRecord>
| Modifier and Type | Method and Description |
|---|---|
HoodieDeleteRecord |
build() |
HoodieDeleteRecord.Builder |
clearOrderingVal()
Clears the value of the 'orderingVal' field.
|
HoodieDeleteRecord.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieDeleteRecord.Builder |
clearRecordKey()
Clears the value of the 'recordKey' field.
|
Object |
getOrderingVal()
Gets the value of the 'orderingVal' field.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
String |
getRecordKey()
Gets the value of the 'recordKey' field.
|
boolean |
hasOrderingVal()
Checks whether the 'orderingVal' field has been set.
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasRecordKey()
Checks whether the 'recordKey' field has been set.
|
HoodieDeleteRecord.Builder |
setOrderingVal(Object value)
Sets the value of the 'orderingVal' field.
|
HoodieDeleteRecord.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieDeleteRecord.Builder |
setRecordKey(String value)
Sets the value of the 'recordKey' field.
|
public String getRecordKey()
public HoodieDeleteRecord.Builder setRecordKey(String value)
value - The value of 'recordKey'.public boolean hasRecordKey()
public HoodieDeleteRecord.Builder clearRecordKey()
public String getPartitionPath()
public HoodieDeleteRecord.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieDeleteRecord.Builder clearPartitionPath()
public Object getOrderingVal()
public HoodieDeleteRecord.Builder setOrderingVal(Object value)
value - The value of 'orderingVal'.public boolean hasOrderingVal()
public HoodieDeleteRecord.Builder clearOrderingVal()
public HoodieDeleteRecord build()
build in interface org.apache.avro.data.RecordBuilder<HoodieDeleteRecord>Copyright © 2024 The Apache Software Foundation. All rights reserved.