| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Field and Description |
|---|---|
HoodieIndexCommitMetadata |
HoodieArchivedMetaEntry.hoodieIndexCommitMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieIndexCommitMetadata |
HoodieIndexCommitMetadata.Builder.build() |
static HoodieIndexCommitMetadata |
HoodieIndexCommitMetadata.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieIndexCommitMetadata from a ByteBuffer.
|
HoodieIndexCommitMetadata |
HoodieArchivedMetaEntry.getHoodieIndexCommitMetadata()
Gets the value of the 'hoodieIndexCommitMetadata' field.
|
HoodieIndexCommitMetadata |
HoodieArchivedMetaEntry.Builder.getHoodieIndexCommitMetadata()
Gets the value of the 'hoodieIndexCommitMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieIndexCommitMetadata> |
HoodieIndexCommitMetadata.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<HoodieIndexCommitMetadata> |
HoodieIndexCommitMetadata.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieIndexCommitMetadata.Builder |
HoodieIndexCommitMetadata.newBuilder(HoodieIndexCommitMetadata other)
Creates a new HoodieIndexCommitMetadata RecordBuilder by copying an existing HoodieIndexCommitMetadata instance.
|
void |
HoodieArchivedMetaEntry.setHoodieIndexCommitMetadata(HoodieIndexCommitMetadata value)
Sets the value of the 'hoodieIndexCommitMetadata' field.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieIndexCommitMetadata(HoodieIndexCommitMetadata value)
Sets the value of the 'hoodieIndexCommitMetadata' field.
|
| Constructor and Description |
|---|
HoodieArchivedMetaEntry(HoodieCommitMetadata hoodieCommitMetadata,
HoodieCleanMetadata hoodieCleanMetadata,
HoodieCompactionMetadata hoodieCompactionMetadata,
HoodieRollbackMetadata hoodieRollbackMetadata,
HoodieSavepointMetadata hoodieSavePointMetadata,
String commitTime,
String actionType,
Integer version,
HoodieCompactionPlan hoodieCompactionPlan,
HoodieCleanerPlan hoodieCleanerPlan,
String actionState,
HoodieReplaceCommitMetadata hoodieReplaceCommitMetadata,
HoodieRequestedReplaceMetadata hoodieRequestedReplaceMetadata,
HoodieCommitMetadata HoodieInflightReplaceMetadata,
HoodieIndexCommitMetadata hoodieIndexCommitMetadata,
String stateTransitionTime)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Option<byte[]> |
TimelineMetadataUtils.serializeIndexCommitMetadata(HoodieIndexCommitMetadata indexCommitMetadata) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.