| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
Map<String,HoodieCleanPartitionMetadata> |
HoodieCleanMetadata.bootstrapPartitionMetadata
Deprecated.
|
Map<String,HoodieCleanPartitionMetadata> |
HoodieCleanMetadata.partitionMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanPartitionMetadata |
HoodieCleanPartitionMetadata.Builder.build() |
static HoodieCleanPartitionMetadata |
HoodieCleanPartitionMetadata.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieCleanPartitionMetadata from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieCleanPartitionMetadata> |
HoodieCleanPartitionMetadata.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
Map<String,HoodieCleanPartitionMetadata> |
HoodieCleanMetadata.getBootstrapPartitionMetadata()
Gets the value of the 'bootstrapPartitionMetadata' field.
|
Map<String,HoodieCleanPartitionMetadata> |
HoodieCleanMetadata.Builder.getBootstrapPartitionMetadata()
Gets the value of the 'bootstrapPartitionMetadata' field.
|
static org.apache.avro.message.BinaryMessageDecoder<HoodieCleanPartitionMetadata> |
HoodieCleanPartitionMetadata.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Map<String,HoodieCleanPartitionMetadata> |
HoodieCleanMetadata.getPartitionMetadata()
Gets the value of the 'partitionMetadata' field.
|
Map<String,HoodieCleanPartitionMetadata> |
HoodieCleanMetadata.Builder.getPartitionMetadata()
Gets the value of the 'partitionMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCleanPartitionMetadata.Builder |
HoodieCleanPartitionMetadata.newBuilder(HoodieCleanPartitionMetadata other)
Creates a new HoodieCleanPartitionMetadata RecordBuilder by copying an existing HoodieCleanPartitionMetadata instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieCleanMetadata.setBootstrapPartitionMetadata(Map<String,HoodieCleanPartitionMetadata> value)
Sets the value of the 'bootstrapPartitionMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setBootstrapPartitionMetadata(Map<String,HoodieCleanPartitionMetadata> value)
Sets the value of the 'bootstrapPartitionMetadata' field.
|
void |
HoodieCleanMetadata.setPartitionMetadata(Map<String,HoodieCleanPartitionMetadata> value)
Sets the value of the 'partitionMetadata' field.
|
HoodieCleanMetadata.Builder |
HoodieCleanMetadata.Builder.setPartitionMetadata(Map<String,HoodieCleanPartitionMetadata> value)
Sets the value of the 'partitionMetadata' field.
|
| Constructor and Description |
|---|
HoodieCleanMetadata(String startCleanTime,
Long timeTakenInMillis,
Integer totalFilesDeleted,
String earliestCommitToRetain,
String lastCompletedCommitTimestamp,
Map<String,HoodieCleanPartitionMetadata> partitionMetadata,
Integer version,
Map<String,HoodieCleanPartitionMetadata> bootstrapPartitionMetadata,
Map<String,String> extraMetadata)
All-args constructor.
|
HoodieCleanMetadata(String startCleanTime,
Long timeTakenInMillis,
Integer totalFilesDeleted,
String earliestCommitToRetain,
String lastCompletedCommitTimestamp,
Map<String,HoodieCleanPartitionMetadata> partitionMetadata,
Integer version,
Map<String,HoodieCleanPartitionMetadata> bootstrapPartitionMetadata,
Map<String,String> extraMetadata)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.