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