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