public static class HoodieCompactionWriteStat.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieCompactionWriteStat> implements org.apache.avro.data.RecordBuilder<HoodieCompactionWriteStat>
| Modifier and Type | Method and Description |
|---|---|
HoodieCompactionWriteStat |
build() |
HoodieCompactionWriteStat.Builder |
clearHoodieWriteStat()
Clears the value of the 'hoodieWriteStat' field.
|
HoodieCompactionWriteStat.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieCompactionWriteStat.Builder |
clearTotalLogFiles()
Clears the value of the 'totalLogFiles' field.
|
HoodieCompactionWriteStat.Builder |
clearTotalLogRecords()
Clears the value of the 'totalLogRecords' field.
|
HoodieCompactionWriteStat.Builder |
clearTotalUpdatedRecordsCompacted()
Clears the value of the 'totalUpdatedRecordsCompacted' field.
|
HoodieWriteStat |
getHoodieWriteStat()
Gets the value of the 'hoodieWriteStat' field.
|
HoodieWriteStat.Builder |
getHoodieWriteStatBuilder()
Gets the Builder instance for the 'hoodieWriteStat' field and creates one if it doesn't exist yet.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
Long |
getTotalLogFiles()
Gets the value of the 'totalLogFiles' field.
|
Long |
getTotalLogRecords()
Gets the value of the 'totalLogRecords' field.
|
Long |
getTotalUpdatedRecordsCompacted()
Gets the value of the 'totalUpdatedRecordsCompacted' field.
|
boolean |
hasHoodieWriteStat()
Checks whether the 'hoodieWriteStat' field has been set.
|
boolean |
hasHoodieWriteStatBuilder()
Checks whether the 'hoodieWriteStat' field has an active Builder instance
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasTotalLogFiles()
Checks whether the 'totalLogFiles' field has been set.
|
boolean |
hasTotalLogRecords()
Checks whether the 'totalLogRecords' field has been set.
|
boolean |
hasTotalUpdatedRecordsCompacted()
Checks whether the 'totalUpdatedRecordsCompacted' field has been set.
|
HoodieCompactionWriteStat.Builder |
setHoodieWriteStat(HoodieWriteStat value)
Sets the value of the 'hoodieWriteStat' field.
|
HoodieCompactionWriteStat.Builder |
setHoodieWriteStatBuilder(HoodieWriteStat.Builder value)
Sets the Builder instance for the 'hoodieWriteStat' field
|
HoodieCompactionWriteStat.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieCompactionWriteStat.Builder |
setTotalLogFiles(Long value)
Sets the value of the 'totalLogFiles' field.
|
HoodieCompactionWriteStat.Builder |
setTotalLogRecords(Long value)
Sets the value of the 'totalLogRecords' field.
|
HoodieCompactionWriteStat.Builder |
setTotalUpdatedRecordsCompacted(Long value)
Sets the value of the 'totalUpdatedRecordsCompacted' field.
|
public String getPartitionPath()
public HoodieCompactionWriteStat.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieCompactionWriteStat.Builder clearPartitionPath()
public Long getTotalLogRecords()
public HoodieCompactionWriteStat.Builder setTotalLogRecords(Long value)
value - The value of 'totalLogRecords'.public boolean hasTotalLogRecords()
public HoodieCompactionWriteStat.Builder clearTotalLogRecords()
public Long getTotalLogFiles()
public HoodieCompactionWriteStat.Builder setTotalLogFiles(Long value)
value - The value of 'totalLogFiles'.public boolean hasTotalLogFiles()
public HoodieCompactionWriteStat.Builder clearTotalLogFiles()
public Long getTotalUpdatedRecordsCompacted()
public HoodieCompactionWriteStat.Builder setTotalUpdatedRecordsCompacted(Long value)
value - The value of 'totalUpdatedRecordsCompacted'.public boolean hasTotalUpdatedRecordsCompacted()
public HoodieCompactionWriteStat.Builder clearTotalUpdatedRecordsCompacted()
public HoodieWriteStat getHoodieWriteStat()
public HoodieCompactionWriteStat.Builder setHoodieWriteStat(HoodieWriteStat value)
value - The value of 'hoodieWriteStat'.public boolean hasHoodieWriteStat()
public HoodieWriteStat.Builder getHoodieWriteStatBuilder()
public HoodieCompactionWriteStat.Builder setHoodieWriteStatBuilder(HoodieWriteStat.Builder value)
value - The builder instance that must be set.public boolean hasHoodieWriteStatBuilder()
public HoodieCompactionWriteStat.Builder clearHoodieWriteStat()
public HoodieCompactionWriteStat build()
build in interface org.apache.avro.data.RecordBuilder<HoodieCompactionWriteStat>Copyright © 2024 The Apache Software Foundation. All rights reserved.