| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.clearExtraMetadata()
Clears the value of the 'extraMetadata' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.clearOperationType()
Clears the value of the 'operationType' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.clearPartitionToWriteStats()
Clears the value of the 'partitionToWriteStats' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.clearVersion()
Clears the value of the 'version' field.
|
HoodieCommitMetadata.Builder |
HoodieArchivedMetaEntry.Builder.getHoodieCommitMetadataBuilder()
Gets the Builder instance for the 'hoodieCommitMetadata' field and creates one if it doesn't exist yet.
|
HoodieCommitMetadata.Builder |
HoodieArchivedMetaEntry.Builder.getHoodieInflightReplaceMetadataBuilder()
Gets the Builder instance for the 'HoodieInflightReplaceMetadata' field and creates one if it doesn't exist yet.
|
static HoodieCommitMetadata.Builder |
HoodieCommitMetadata.newBuilder()
Creates a new HoodieCommitMetadata RecordBuilder.
|
static HoodieCommitMetadata.Builder |
HoodieCommitMetadata.newBuilder(HoodieCommitMetadata.Builder other)
Creates a new HoodieCommitMetadata RecordBuilder by copying an existing Builder.
|
static HoodieCommitMetadata.Builder |
HoodieCommitMetadata.newBuilder(HoodieCommitMetadata other)
Creates a new HoodieCommitMetadata RecordBuilder by copying an existing HoodieCommitMetadata instance.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.setExtraMetadata(Map<String,String> value)
Sets the value of the 'extraMetadata' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.setOperationType(String value)
Sets the value of the 'operationType' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.setPartitionToWriteStats(Map<String,List<HoodieWriteStat>> value)
Sets the value of the 'partitionToWriteStats' field.
|
HoodieCommitMetadata.Builder |
HoodieCommitMetadata.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCommitMetadata.Builder |
HoodieCommitMetadata.newBuilder(HoodieCommitMetadata.Builder other)
Creates a new HoodieCommitMetadata RecordBuilder by copying an existing Builder.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieCommitMetadataBuilder(HoodieCommitMetadata.Builder value)
Sets the Builder instance for the 'hoodieCommitMetadata' field
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieInflightReplaceMetadataBuilder(HoodieCommitMetadata.Builder value)
Sets the Builder instance for the 'HoodieInflightReplaceMetadata' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.