public static class HoodieClusteringStrategy.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieClusteringStrategy> implements org.apache.avro.data.RecordBuilder<HoodieClusteringStrategy>
| Modifier and Type | Method and Description |
|---|---|
HoodieClusteringStrategy |
build() |
HoodieClusteringStrategy.Builder |
clearStrategyClassName()
Clears the value of the 'strategyClassName' field.
|
HoodieClusteringStrategy.Builder |
clearStrategyParams()
Clears the value of the 'strategyParams' field.
|
HoodieClusteringStrategy.Builder |
clearVersion()
Clears the value of the 'version' field.
|
String |
getStrategyClassName()
Gets the value of the 'strategyClassName' field.
|
Map<String,String> |
getStrategyParams()
Gets the value of the 'strategyParams' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasStrategyClassName()
Checks whether the 'strategyClassName' field has been set.
|
boolean |
hasStrategyParams()
Checks whether the 'strategyParams' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodieClusteringStrategy.Builder |
setStrategyClassName(String value)
Sets the value of the 'strategyClassName' field.
|
HoodieClusteringStrategy.Builder |
setStrategyParams(Map<String,String> value)
Sets the value of the 'strategyParams' field.
|
HoodieClusteringStrategy.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public String getStrategyClassName()
public HoodieClusteringStrategy.Builder setStrategyClassName(String value)
value - The value of 'strategyClassName'.public boolean hasStrategyClassName()
public HoodieClusteringStrategy.Builder clearStrategyClassName()
public Map<String,String> getStrategyParams()
public HoodieClusteringStrategy.Builder setStrategyParams(Map<String,String> value)
value - The value of 'strategyParams'.public boolean hasStrategyParams()
public HoodieClusteringStrategy.Builder clearStrategyParams()
public Integer getVersion()
public HoodieClusteringStrategy.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodieClusteringStrategy.Builder clearVersion()
public HoodieClusteringStrategy build()
build in interface org.apache.avro.data.RecordBuilder<HoodieClusteringStrategy>Copyright © 2024 The Apache Software Foundation. All rights reserved.