| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
HoodieActionInstant |
HoodieCleanerPlan.earliestInstantToRetain
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieActionInstant |
HoodieActionInstant.Builder.build() |
static HoodieActionInstant |
HoodieActionInstant.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieActionInstant from a ByteBuffer.
|
HoodieActionInstant |
HoodieCleanerPlan.getEarliestInstantToRetain()
Gets the value of the 'earliestInstantToRetain' field.
|
HoodieActionInstant |
HoodieCleanerPlan.Builder.getEarliestInstantToRetain()
Gets the value of the 'earliestInstantToRetain' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieActionInstant> |
HoodieActionInstant.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<HoodieActionInstant> |
HoodieActionInstant.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieActionInstant.Builder |
HoodieActionInstant.newBuilder(HoodieActionInstant other)
Creates a new HoodieActionInstant RecordBuilder by copying an existing HoodieActionInstant instance.
|
void |
HoodieCleanerPlan.setEarliestInstantToRetain(HoodieActionInstant value)
Sets the value of the 'earliestInstantToRetain' field.
|
HoodieCleanerPlan.Builder |
HoodieCleanerPlan.Builder.setEarliestInstantToRetain(HoodieActionInstant value)
Sets the value of the 'earliestInstantToRetain' field.
|
| Constructor and Description |
|---|
HoodieCleanerPlan(HoodieActionInstant earliestInstantToRetain,
String lastCompletedCommitTimestamp,
String policy,
Map<String,List<String>> filesToBeDeletedPerPartition,
Integer version,
Map<String,List<HoodieCleanFileInfo>> filePathsToBeDeletedPerPartition,
List<String> partitionsToBeDeleted,
Map<String,String> extraMetadata)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.