public static class HoodieBootstrapIndexInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieBootstrapIndexInfo> implements org.apache.avro.data.RecordBuilder<HoodieBootstrapIndexInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieBootstrapIndexInfo |
build() |
HoodieBootstrapIndexInfo.Builder |
clearBootstrapBasePath()
Clears the value of the 'bootstrapBasePath' field.
|
HoodieBootstrapIndexInfo.Builder |
clearCreatedTimestamp()
Clears the value of the 'createdTimestamp' field.
|
HoodieBootstrapIndexInfo.Builder |
clearNumKeys()
Clears the value of the 'numKeys' field.
|
HoodieBootstrapIndexInfo.Builder |
clearVersion()
Clears the value of the 'version' field.
|
String |
getBootstrapBasePath()
Gets the value of the 'bootstrapBasePath' field.
|
Long |
getCreatedTimestamp()
Gets the value of the 'createdTimestamp' field.
|
Integer |
getNumKeys()
Gets the value of the 'numKeys' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasBootstrapBasePath()
Checks whether the 'bootstrapBasePath' field has been set.
|
boolean |
hasCreatedTimestamp()
Checks whether the 'createdTimestamp' field has been set.
|
boolean |
hasNumKeys()
Checks whether the 'numKeys' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodieBootstrapIndexInfo.Builder |
setBootstrapBasePath(String value)
Sets the value of the 'bootstrapBasePath' field.
|
HoodieBootstrapIndexInfo.Builder |
setCreatedTimestamp(Long value)
Sets the value of the 'createdTimestamp' field.
|
HoodieBootstrapIndexInfo.Builder |
setNumKeys(Integer value)
Sets the value of the 'numKeys' field.
|
HoodieBootstrapIndexInfo.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public Integer getVersion()
public HoodieBootstrapIndexInfo.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodieBootstrapIndexInfo.Builder clearVersion()
public String getBootstrapBasePath()
public HoodieBootstrapIndexInfo.Builder setBootstrapBasePath(String value)
value - The value of 'bootstrapBasePath'.public boolean hasBootstrapBasePath()
public HoodieBootstrapIndexInfo.Builder clearBootstrapBasePath()
public Long getCreatedTimestamp()
public HoodieBootstrapIndexInfo.Builder setCreatedTimestamp(Long value)
value - The value of 'createdTimestamp'.public boolean hasCreatedTimestamp()
public HoodieBootstrapIndexInfo.Builder clearCreatedTimestamp()
public Integer getNumKeys()
public HoodieBootstrapIndexInfo.Builder setNumKeys(Integer value)
value - The value of 'numKeys'.public boolean hasNumKeys()
public HoodieBootstrapIndexInfo.Builder clearNumKeys()
public HoodieBootstrapIndexInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieBootstrapIndexInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.