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