| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.clearExtraMetadata()
Clears the value of the 'extraMetadata' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.clearInputGroups()
Clears the value of the 'inputGroups' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.clearPreserveHoodieMetadata()
Clears the value of the 'preserveHoodieMetadata' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.clearStrategy()
Clears the value of the 'strategy' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.clearVersion()
Clears the value of the 'version' field.
|
HoodieClusteringPlan.Builder |
HoodieRequestedReplaceMetadata.Builder.getClusteringPlanBuilder()
Gets the Builder instance for the 'clusteringPlan' field and creates one if it doesn't exist yet.
|
static HoodieClusteringPlan.Builder |
HoodieClusteringPlan.newBuilder()
Creates a new HoodieClusteringPlan RecordBuilder.
|
static HoodieClusteringPlan.Builder |
HoodieClusteringPlan.newBuilder(HoodieClusteringPlan.Builder other)
Creates a new HoodieClusteringPlan RecordBuilder by copying an existing Builder.
|
static HoodieClusteringPlan.Builder |
HoodieClusteringPlan.newBuilder(HoodieClusteringPlan other)
Creates a new HoodieClusteringPlan RecordBuilder by copying an existing HoodieClusteringPlan instance.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setExtraMetadata(Map<String,String> value)
Sets the value of the 'extraMetadata' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setInputGroups(List<HoodieClusteringGroup> value)
Sets the value of the 'inputGroups' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setPreserveHoodieMetadata(Boolean value)
Sets the value of the 'preserveHoodieMetadata' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setStrategy(HoodieClusteringStrategy value)
Sets the value of the 'strategy' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setStrategyBuilder(HoodieClusteringStrategy.Builder value)
Sets the Builder instance for the 'strategy' field
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieClusteringPlan.Builder |
HoodieClusteringPlan.newBuilder(HoodieClusteringPlan.Builder other)
Creates a new HoodieClusteringPlan RecordBuilder by copying an existing Builder.
|
HoodieRequestedReplaceMetadata.Builder |
HoodieRequestedReplaceMetadata.Builder.setClusteringPlanBuilder(HoodieClusteringPlan.Builder value)
Sets the Builder instance for the 'clusteringPlan' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.