| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
HoodieClusteringStrategy |
HoodieClusteringPlan.strategy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieClusteringStrategy |
HoodieClusteringStrategy.Builder.build() |
static HoodieClusteringStrategy |
HoodieClusteringStrategy.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieClusteringStrategy from a ByteBuffer.
|
HoodieClusteringStrategy |
HoodieClusteringPlan.getStrategy()
Gets the value of the 'strategy' field.
|
HoodieClusteringStrategy |
HoodieClusteringPlan.Builder.getStrategy()
Gets the value of the 'strategy' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieClusteringStrategy> |
HoodieClusteringStrategy.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<HoodieClusteringStrategy> |
HoodieClusteringStrategy.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieClusteringStrategy.Builder |
HoodieClusteringStrategy.newBuilder(HoodieClusteringStrategy other)
Creates a new HoodieClusteringStrategy RecordBuilder by copying an existing HoodieClusteringStrategy instance.
|
void |
HoodieClusteringPlan.setStrategy(HoodieClusteringStrategy value)
Sets the value of the 'strategy' field.
|
HoodieClusteringPlan.Builder |
HoodieClusteringPlan.Builder.setStrategy(HoodieClusteringStrategy value)
Sets the value of the 'strategy' field.
|
| Constructor and Description |
|---|
HoodieClusteringPlan(List<HoodieClusteringGroup> inputGroups,
HoodieClusteringStrategy strategy,
Map<String,String> extraMetadata,
Integer version,
Boolean preserveHoodieMetadata)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.