| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.model | |
| org.apache.hudi.common.util |
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<HoodieCleanFileInfo>> |
HoodieCleanerPlan.filePathsToBeDeletedPerPartition
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanFileInfo |
HoodieCleanFileInfo.Builder.build() |
static HoodieCleanFileInfo |
HoodieCleanFileInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieCleanFileInfo from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieCleanFileInfo> |
HoodieCleanFileInfo.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<HoodieCleanFileInfo> |
HoodieCleanFileInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Map<String,List<HoodieCleanFileInfo>> |
HoodieCleanerPlan.getFilePathsToBeDeletedPerPartition()
Gets the value of the 'filePathsToBeDeletedPerPartition' field.
|
Map<String,List<HoodieCleanFileInfo>> |
HoodieCleanerPlan.Builder.getFilePathsToBeDeletedPerPartition()
Gets the value of the 'filePathsToBeDeletedPerPartition' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.newBuilder(HoodieCleanFileInfo other)
Creates a new HoodieCleanFileInfo RecordBuilder by copying an existing HoodieCleanFileInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieCleanerPlan.setFilePathsToBeDeletedPerPartition(Map<String,List<HoodieCleanFileInfo>> value)
Sets the value of the 'filePathsToBeDeletedPerPartition' field.
|
HoodieCleanerPlan.Builder |
HoodieCleanerPlan.Builder.setFilePathsToBeDeletedPerPartition(Map<String,List<HoodieCleanFileInfo>> value)
Sets the value of the 'filePathsToBeDeletedPerPartition' 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.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanFileInfo |
CleanFileInfo.toHoodieFileCleanInfo() |
| Modifier and Type | Method and Description |
|---|---|
static List<HoodieCleanFileInfo> |
CleanerUtils.convertToHoodieCleanFileInfoList(List<CleanFileInfo> cleanFileInfoList)
Convert list of cleanFileInfo instances to list of avro-generated HoodieCleanFileInfo instances.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.