public static class HoodieSecondaryIndexInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieSecondaryIndexInfo> implements org.apache.avro.data.RecordBuilder<HoodieSecondaryIndexInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieSecondaryIndexInfo |
build() |
HoodieSecondaryIndexInfo.Builder |
clearIsDeleted()
Clears the value of the 'isDeleted' field.
|
HoodieSecondaryIndexInfo.Builder |
clearRecordKey()
Clears the value of the 'recordKey' field.
|
Boolean |
getIsDeleted()
Gets the value of the 'isDeleted' field.
|
String |
getRecordKey()
Gets the value of the 'recordKey' field.
|
boolean |
hasIsDeleted()
Checks whether the 'isDeleted' field has been set.
|
boolean |
hasRecordKey()
Checks whether the 'recordKey' field has been set.
|
HoodieSecondaryIndexInfo.Builder |
setIsDeleted(boolean value)
Sets the value of the 'isDeleted' field.
|
HoodieSecondaryIndexInfo.Builder |
setRecordKey(String value)
Sets the value of the 'recordKey' field.
|
public String getRecordKey()
public HoodieSecondaryIndexInfo.Builder setRecordKey(String value)
value - The value of 'recordKey'.public boolean hasRecordKey()
public HoodieSecondaryIndexInfo.Builder clearRecordKey()
public Boolean getIsDeleted()
public HoodieSecondaryIndexInfo.Builder setIsDeleted(boolean value)
value - The value of 'isDeleted'.public boolean hasIsDeleted()
public HoodieSecondaryIndexInfo.Builder clearIsDeleted()
public HoodieSecondaryIndexInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieSecondaryIndexInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.