| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
HoodieInstantInfo |
HoodieRollbackPlan.instantToRollback
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
List<HoodieInstantInfo> |
HoodieRollbackMetadata.instantsRollback
Deprecated.
|
List<HoodieInstantInfo> |
HoodieRestorePlan.instantsToRollback
Deprecated.
|
List<HoodieInstantInfo> |
HoodieRestoreMetadata.restoreInstantInfo
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieInstantInfo |
HoodieInstantInfo.Builder.build() |
static HoodieInstantInfo |
HoodieInstantInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieInstantInfo from a ByteBuffer.
|
HoodieInstantInfo |
HoodieRollbackPlan.getInstantToRollback()
Gets the value of the 'instantToRollback' field.
|
HoodieInstantInfo |
HoodieRollbackPlan.Builder.getInstantToRollback()
Gets the value of the 'instantToRollback' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieInstantInfo> |
HoodieInstantInfo.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<HoodieInstantInfo> |
HoodieInstantInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<HoodieInstantInfo> |
HoodieRollbackMetadata.getInstantsRollback()
Gets the value of the 'instantsRollback' field.
|
List<HoodieInstantInfo> |
HoodieRollbackMetadata.Builder.getInstantsRollback()
Gets the value of the 'instantsRollback' field.
|
List<HoodieInstantInfo> |
HoodieRestorePlan.getInstantsToRollback()
Gets the value of the 'instantsToRollback' field.
|
List<HoodieInstantInfo> |
HoodieRestorePlan.Builder.getInstantsToRollback()
Gets the value of the 'instantsToRollback' field.
|
List<HoodieInstantInfo> |
HoodieRestoreMetadata.getRestoreInstantInfo()
Gets the value of the 'restoreInstantInfo' field.
|
List<HoodieInstantInfo> |
HoodieRestoreMetadata.Builder.getRestoreInstantInfo()
Gets the value of the 'restoreInstantInfo' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieInstantInfo.Builder |
HoodieInstantInfo.newBuilder(HoodieInstantInfo other)
Creates a new HoodieInstantInfo RecordBuilder by copying an existing HoodieInstantInfo instance.
|
void |
HoodieRollbackPlan.setInstantToRollback(HoodieInstantInfo value)
Sets the value of the 'instantToRollback' field.
|
HoodieRollbackPlan.Builder |
HoodieRollbackPlan.Builder.setInstantToRollback(HoodieInstantInfo value)
Sets the value of the 'instantToRollback' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieRollbackMetadata.setInstantsRollback(List<HoodieInstantInfo> value)
Sets the value of the 'instantsRollback' field.
|
HoodieRollbackMetadata.Builder |
HoodieRollbackMetadata.Builder.setInstantsRollback(List<HoodieInstantInfo> value)
Sets the value of the 'instantsRollback' field.
|
void |
HoodieRestorePlan.setInstantsToRollback(List<HoodieInstantInfo> value)
Sets the value of the 'instantsToRollback' field.
|
HoodieRestorePlan.Builder |
HoodieRestorePlan.Builder.setInstantsToRollback(List<HoodieInstantInfo> value)
Sets the value of the 'instantsToRollback' field.
|
void |
HoodieRestoreMetadata.setRestoreInstantInfo(List<HoodieInstantInfo> value)
Sets the value of the 'restoreInstantInfo' field.
|
HoodieRestoreMetadata.Builder |
HoodieRestoreMetadata.Builder.setRestoreInstantInfo(List<HoodieInstantInfo> value)
Sets the value of the 'restoreInstantInfo' field.
|
| Constructor and Description |
|---|
HoodieRollbackPlan(HoodieInstantInfo instantToRollback,
List<HoodieRollbackRequest> RollbackRequests,
Integer version)
All-args constructor.
|
| Constructor and Description |
|---|
HoodieRestoreMetadata(String startRestoreTime,
Long timeTakenInMillis,
List<String> instantsToRollback,
Map<String,List<HoodieRollbackMetadata>> hoodieRestoreMetadata,
Integer version,
List<HoodieInstantInfo> restoreInstantInfo)
All-args constructor.
|
HoodieRestorePlan(List<HoodieInstantInfo> instantsToRollback,
Integer version,
String savepointToRestoreTimestamp)
All-args constructor.
|
HoodieRollbackMetadata(String startRollbackTime,
Long timeTakenInMillis,
Integer totalFilesDeleted,
List<String> commitsRollback,
Map<String,HoodieRollbackPartitionMetadata> partitionMetadata,
Integer version,
List<HoodieInstantInfo> instantsRollback)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.