| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.util |
| Modifier and Type | Field and Description |
|---|---|
HoodieWriteStat |
HoodieCompactionWriteStat.hoodieWriteStat
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<HoodieWriteStat>> |
HoodieCommitMetadata.partitionToWriteStats
Deprecated.
|
Map<String,List<HoodieWriteStat>> |
HoodieReplaceCommitMetadata.partitionToWriteStats
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieWriteStat |
HoodieWriteStat.Builder.build() |
static HoodieWriteStat |
HoodieWriteStat.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieWriteStat from a ByteBuffer.
|
HoodieWriteStat |
HoodieCompactionWriteStat.getHoodieWriteStat()
Gets the value of the 'hoodieWriteStat' field.
|
HoodieWriteStat |
HoodieCompactionWriteStat.Builder.getHoodieWriteStat()
Gets the value of the 'hoodieWriteStat' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieWriteStat> |
HoodieWriteStat.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<HoodieWriteStat> |
HoodieWriteStat.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Map<String,List<HoodieWriteStat>> |
HoodieCommitMetadata.getPartitionToWriteStats()
Gets the value of the 'partitionToWriteStats' field.
|
Map<String,List<HoodieWriteStat>> |
HoodieCommitMetadata.Builder.getPartitionToWriteStats()
Gets the value of the 'partitionToWriteStats' field.
|
Map<String,List<HoodieWriteStat>> |
HoodieReplaceCommitMetadata.getPartitionToWriteStats()
Gets the value of the 'partitionToWriteStats' field.
|
Map<String,List<HoodieWriteStat>> |
HoodieReplaceCommitMetadata.Builder.getPartitionToWriteStats()
Gets the value of the 'partitionToWriteStats' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieWriteStat.Builder |
HoodieWriteStat.newBuilder(HoodieWriteStat other)
Creates a new HoodieWriteStat RecordBuilder by copying an existing HoodieWriteStat instance.
|
void |
HoodieCompactionWriteStat.setHoodieWriteStat(HoodieWriteStat value)
Sets the value of the 'hoodieWriteStat' field.
|
HoodieCompactionWriteStat.Builder |
HoodieCompactionWriteStat.Builder.setHoodieWriteStat(HoodieWriteStat value)
Sets the value of the 'hoodieWriteStat' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieCommitMetadata.setPartitionToWriteStats(Map<String,List<HoodieWriteStat>> value)
Sets the value of the 'partitionToWriteStats' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.setPartitionToWriteStats(Map<String,List<HoodieWriteStat>> value)
Sets the value of the 'partitionToWriteStats' field.
|
void |
HoodieReplaceCommitMetadata.setPartitionToWriteStats(Map<String,List<HoodieWriteStat>> value)
Sets the value of the 'partitionToWriteStats' field.
|
HoodieReplaceCommitMetadata.Builder |
HoodieReplaceCommitMetadata.Builder.setPartitionToWriteStats(Map<String,List<HoodieWriteStat>> value)
Sets the value of the 'partitionToWriteStats' field.
|
| Constructor and Description |
|---|
HoodieCompactionWriteStat(String partitionPath,
Long totalLogRecords,
Long totalLogFiles,
Long totalUpdatedRecordsCompacted,
HoodieWriteStat hoodieWriteStat)
All-args constructor.
|
| Constructor and Description |
|---|
HoodieCommitMetadata(Map<String,List<HoodieWriteStat>> partitionToWriteStats,
Map<String,String> extraMetadata,
Integer version,
String operationType)
All-args constructor.
|
HoodieReplaceCommitMetadata(Map<String,List<HoodieWriteStat>> partitionToWriteStats,
Map<String,String> extraMetadata,
Integer version,
String operationType,
Map<String,List<String>> partitionToReplaceFileIds)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Pair<String,String>> |
CommitUtils.getPartitionAndFileIdWithoutSuffixFromSpecificRecord(Map<String,List<HoodieWriteStat>> partitionToWriteStats) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.