| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
HoodieRollbackPlan |
HoodieRollbackPlan.Builder.build() |
static HoodieRollbackPlan |
HoodieRollbackPlan.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieRollbackPlan from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieRollbackPlan> |
HoodieRollbackPlan.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<HoodieRollbackPlan> |
HoodieRollbackPlan.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieRollbackPlan.Builder |
HoodieRollbackPlan.newBuilder(HoodieRollbackPlan other)
Creates a new HoodieRollbackPlan RecordBuilder by copying an existing HoodieRollbackPlan instance.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieRollbackPlan |
HoodiePendingRollbackInfo.getRollbackPlan() |
| Constructor and Description |
|---|
HoodiePendingRollbackInfo(HoodieInstant rollbackInstant,
HoodieRollbackPlan rollbackPlan) |
| Modifier and Type | Method and Description |
|---|---|
static Option<byte[]> |
TimelineMetadataUtils.serializeRollbackPlan(HoodieRollbackPlan rollbackPlan) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.