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