public static class HoodieIndexPartitionInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieIndexPartitionInfo> implements org.apache.avro.data.RecordBuilder<HoodieIndexPartitionInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieIndexPartitionInfo |
build() |
HoodieIndexPartitionInfo.Builder |
clearExtraMetadata()
Clears the value of the 'extraMetadata' field.
|
HoodieIndexPartitionInfo.Builder |
clearIndexUptoInstant()
Clears the value of the 'indexUptoInstant' field.
|
HoodieIndexPartitionInfo.Builder |
clearMetadataPartitionPath()
Clears the value of the 'metadataPartitionPath' field.
|
HoodieIndexPartitionInfo.Builder |
clearVersion()
Clears the value of the 'version' field.
|
Map<String,String> |
getExtraMetadata()
Gets the value of the 'extraMetadata' field.
|
String |
getIndexUptoInstant()
Gets the value of the 'indexUptoInstant' field.
|
String |
getMetadataPartitionPath()
Gets the value of the 'metadataPartitionPath' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasExtraMetadata()
Checks whether the 'extraMetadata' field has been set.
|
boolean |
hasIndexUptoInstant()
Checks whether the 'indexUptoInstant' field has been set.
|
boolean |
hasMetadataPartitionPath()
Checks whether the 'metadataPartitionPath' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodieIndexPartitionInfo.Builder |
setExtraMetadata(Map<String,String> value)
Sets the value of the 'extraMetadata' field.
|
HoodieIndexPartitionInfo.Builder |
setIndexUptoInstant(String value)
Sets the value of the 'indexUptoInstant' field.
|
HoodieIndexPartitionInfo.Builder |
setMetadataPartitionPath(String value)
Sets the value of the 'metadataPartitionPath' field.
|
HoodieIndexPartitionInfo.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public Integer getVersion()
public HoodieIndexPartitionInfo.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodieIndexPartitionInfo.Builder clearVersion()
public String getMetadataPartitionPath()
public HoodieIndexPartitionInfo.Builder setMetadataPartitionPath(String value)
value - The value of 'metadataPartitionPath'.public boolean hasMetadataPartitionPath()
public HoodieIndexPartitionInfo.Builder clearMetadataPartitionPath()
public String getIndexUptoInstant()
public HoodieIndexPartitionInfo.Builder setIndexUptoInstant(String value)
value - The value of 'indexUptoInstant'.public boolean hasIndexUptoInstant()
public HoodieIndexPartitionInfo.Builder clearIndexUptoInstant()
public Map<String,String> getExtraMetadata()
public HoodieIndexPartitionInfo.Builder setExtraMetadata(Map<String,String> value)
value - The value of 'extraMetadata'.public boolean hasExtraMetadata()
public HoodieIndexPartitionInfo.Builder clearExtraMetadata()
public HoodieIndexPartitionInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieIndexPartitionInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.