public static class HoodieIndexPlan.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieIndexPlan> implements org.apache.avro.data.RecordBuilder<HoodieIndexPlan>
| Modifier and Type | Method and Description |
|---|---|
HoodieIndexPlan |
build() |
HoodieIndexPlan.Builder |
clearIndexPartitionInfos()
Clears the value of the 'indexPartitionInfos' field.
|
HoodieIndexPlan.Builder |
clearVersion()
Clears the value of the 'version' field.
|
List<HoodieIndexPartitionInfo> |
getIndexPartitionInfos()
Gets the value of the 'indexPartitionInfos' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasIndexPartitionInfos()
Checks whether the 'indexPartitionInfos' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodieIndexPlan.Builder |
setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
Sets the value of the 'indexPartitionInfos' field.
|
HoodieIndexPlan.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public Integer getVersion()
public HoodieIndexPlan.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodieIndexPlan.Builder clearVersion()
public List<HoodieIndexPartitionInfo> getIndexPartitionInfos()
public HoodieIndexPlan.Builder setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
value - The value of 'indexPartitionInfos'.public boolean hasIndexPartitionInfos()
public HoodieIndexPlan.Builder clearIndexPartitionInfos()
public HoodieIndexPlan build()
build in interface org.apache.avro.data.RecordBuilder<HoodieIndexPlan>Copyright © 2024 The Apache Software Foundation. All rights reserved.