| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearFileId()
Clears the value of the 'fileId' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearFileSizeInBytes()
Clears the value of the 'fileSizeInBytes' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearNumDeletes()
Clears the value of the 'numDeletes' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearNumInserts()
Clears the value of the 'numInserts' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearNumUpdateWrites()
Clears the value of the 'numUpdateWrites' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearNumWrites()
Clears the value of the 'numWrites' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearPath()
Clears the value of the 'path' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearPrevCommit()
Clears the value of the 'prevCommit' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalCorruptLogBlock()
Clears the value of the 'totalCorruptLogBlock' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalLogBlocks()
Clears the value of the 'totalLogBlocks' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalLogFiles()
Clears the value of the 'totalLogFiles' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalLogRecords()
Clears the value of the 'totalLogRecords' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalRollbackBlocks()
Clears the value of the 'totalRollbackBlocks' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalUpdatedRecordsCompacted()
Clears the value of the 'totalUpdatedRecordsCompacted' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalWriteBytes()
Clears the value of the 'totalWriteBytes' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.clearTotalWriteErrors()
Clears the value of the 'totalWriteErrors' field.
|
HoodieWriteStat.Builder |
HoodieCompactionWriteStat.Builder.getHoodieWriteStatBuilder()
Gets the Builder instance for the 'hoodieWriteStat' field and creates one if it doesn't exist yet.
|
static HoodieWriteStat.Builder |
HoodieWriteStat.newBuilder()
Creates a new HoodieWriteStat RecordBuilder.
|
static HoodieWriteStat.Builder |
HoodieWriteStat.newBuilder(HoodieWriteStat.Builder other)
Creates a new HoodieWriteStat RecordBuilder by copying an existing Builder.
|
static HoodieWriteStat.Builder |
HoodieWriteStat.newBuilder(HoodieWriteStat other)
Creates a new HoodieWriteStat RecordBuilder by copying an existing HoodieWriteStat instance.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setFileId(String value)
Sets the value of the 'fileId' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setFileSizeInBytes(Long value)
Sets the value of the 'fileSizeInBytes' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setNumDeletes(Long value)
Sets the value of the 'numDeletes' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setNumInserts(Long value)
Sets the value of the 'numInserts' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setNumUpdateWrites(Long value)
Sets the value of the 'numUpdateWrites' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setNumWrites(Long value)
Sets the value of the 'numWrites' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setPath(String value)
Sets the value of the 'path' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setPrevCommit(String value)
Sets the value of the 'prevCommit' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalCorruptLogBlock(Long value)
Sets the value of the 'totalCorruptLogBlock' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalLogBlocks(Long value)
Sets the value of the 'totalLogBlocks' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalLogFiles(Long value)
Sets the value of the 'totalLogFiles' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalLogRecords(Long value)
Sets the value of the 'totalLogRecords' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalRollbackBlocks(Long value)
Sets the value of the 'totalRollbackBlocks' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalUpdatedRecordsCompacted(Long value)
Sets the value of the 'totalUpdatedRecordsCompacted' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalWriteBytes(Long value)
Sets the value of the 'totalWriteBytes' field.
|
HoodieWriteStat.Builder |
HoodieWriteStat.Builder.setTotalWriteErrors(Long value)
Sets the value of the 'totalWriteErrors' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieWriteStat.Builder |
HoodieWriteStat.newBuilder(HoodieWriteStat.Builder other)
Creates a new HoodieWriteStat RecordBuilder by copying an existing Builder.
|
HoodieCompactionWriteStat.Builder |
HoodieCompactionWriteStat.Builder.setHoodieWriteStatBuilder(HoodieWriteStat.Builder value)
Sets the Builder instance for the 'hoodieWriteStat' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.