| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearBootstrapPartitionMetadata()
Clears the value of the 'bootstrapPartitionMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearEarliestCommitToRetain()
Clears the value of the 'earliestCommitToRetain' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearExtraMetadata()
Clears the value of the 'extraMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearLastCompletedCommitTimestamp()
Clears the value of the 'lastCompletedCommitTimestamp' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearPartitionMetadata()
Clears the value of the 'partitionMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearStartCleanTime()
Clears the value of the 'startCleanTime' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearTimeTakenInMillis()
Clears the value of the 'timeTakenInMillis' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearTotalFilesDeleted()
Clears the value of the 'totalFilesDeleted' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.clearVersion()
Clears the value of the 'version' field.
|
HoodieCleanMetadata.Builder |
HoodieArchivedMetaEntry.Builder.getHoodieCleanMetadataBuilder()
Gets the Builder instance for the 'hoodieCleanMetadata' field and creates one if it doesn't exist yet.
|
static HoodieCleanMetadata.Builder |
HoodieCleanMetadata.newBuilder()
Creates a new HoodieCleanMetadata RecordBuilder.
|
static HoodieCleanMetadata.Builder |
HoodieCleanMetadata.newBuilder(HoodieCleanMetadata.Builder other)
Creates a new HoodieCleanMetadata RecordBuilder by copying an existing Builder.
|
static HoodieCleanMetadata.Builder |
HoodieCleanMetadata.newBuilder(HoodieCleanMetadata other)
Creates a new HoodieCleanMetadata RecordBuilder by copying an existing HoodieCleanMetadata instance.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setBootstrapPartitionMetadata(Map<String,HoodieCleanPartitionMetadata> value)
Sets the value of the 'bootstrapPartitionMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setEarliestCommitToRetain(String value)
Sets the value of the 'earliestCommitToRetain' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setExtraMetadata(Map<String,String> value)
Sets the value of the 'extraMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setLastCompletedCommitTimestamp(String value)
Sets the value of the 'lastCompletedCommitTimestamp' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setPartitionMetadata(Map<String,HoodieCleanPartitionMetadata> value)
Sets the value of the 'partitionMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setStartCleanTime(String value)
Sets the value of the 'startCleanTime' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setTimeTakenInMillis(long value)
Sets the value of the 'timeTakenInMillis' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setTotalFilesDeleted(int value)
Sets the value of the 'totalFilesDeleted' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCleanMetadata.Builder |
HoodieCleanMetadata.newBuilder(HoodieCleanMetadata.Builder other)
Creates a new HoodieCleanMetadata RecordBuilder by copying an existing Builder.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieCleanMetadataBuilder(HoodieCleanMetadata.Builder value)
Sets the Builder instance for the 'hoodieCleanMetadata' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.