| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
HoodieArchivedMetaEntry |
HoodieArchivedMetaEntry.Builder.build() |
static HoodieArchivedMetaEntry |
HoodieArchivedMetaEntry.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieArchivedMetaEntry from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieArchivedMetaEntry> |
HoodieArchivedMetaEntry.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<HoodieArchivedMetaEntry> |
HoodieArchivedMetaEntry.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.newBuilder(HoodieArchivedMetaEntry other)
Creates a new HoodieArchivedMetaEntry RecordBuilder by copying an existing HoodieArchivedMetaEntry instance.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieArchivedMetaEntry |
HoodieMetadataWrapper.getMetadataFromTimeline() |
| Constructor and Description |
|---|
HoodieMetadataWrapper(HoodieArchivedMetaEntry avroMetadataFromTimeline) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieArchivedMetaEntry |
MetadataConversionUtils.createMetaWrapper(HoodieInstant hoodieInstant,
HoodieTableMetaClient metaClient) |
static HoodieArchivedMetaEntry |
MetadataConversionUtils.createMetaWrapperForEmptyInstant(HoodieInstant hoodieInstant) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.