| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.clearExtraMetadata()
Clears the value of the 'extraMetadata' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.clearOperations()
Clears the value of the 'operations' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.clearPreserveHoodieMetadata()
Clears the value of the 'preserveHoodieMetadata' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.clearStrategy()
Clears the value of the 'strategy' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.clearVersion()
Clears the value of the 'version' field.
|
HoodieCompactionPlan.Builder |
HoodieArchivedMetaEntry.Builder.getHoodieCompactionPlanBuilder()
Gets the Builder instance for the 'hoodieCompactionPlan' field and creates one if it doesn't exist yet.
|
static HoodieCompactionPlan.Builder |
HoodieCompactionPlan.newBuilder()
Creates a new HoodieCompactionPlan RecordBuilder.
|
static HoodieCompactionPlan.Builder |
HoodieCompactionPlan.newBuilder(HoodieCompactionPlan.Builder other)
Creates a new HoodieCompactionPlan RecordBuilder by copying an existing Builder.
|
static HoodieCompactionPlan.Builder |
HoodieCompactionPlan.newBuilder(HoodieCompactionPlan other)
Creates a new HoodieCompactionPlan RecordBuilder by copying an existing HoodieCompactionPlan instance.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.setExtraMetadata(Map<String,String> value)
Sets the value of the 'extraMetadata' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.setOperations(List<HoodieCompactionOperation> value)
Sets the value of the 'operations' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.setPreserveHoodieMetadata(Boolean value)
Sets the value of the 'preserveHoodieMetadata' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.setStrategy(HoodieCompactionStrategy value)
Sets the value of the 'strategy' field.
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.setStrategyBuilder(HoodieCompactionStrategy.Builder value)
Sets the Builder instance for the 'strategy' field
|
HoodieCompactionPlan.Builder |
HoodieCompactionPlan.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCompactionPlan.Builder |
HoodieCompactionPlan.newBuilder(HoodieCompactionPlan.Builder other)
Creates a new HoodieCompactionPlan RecordBuilder by copying an existing Builder.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieCompactionPlanBuilder(HoodieCompactionPlan.Builder value)
Sets the Builder instance for the 'hoodieCompactionPlan' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.