| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Field and Description |
|---|---|
HoodieCommitMetadata |
HoodieArchivedMetaEntry.hoodieCommitMetadata
Deprecated.
|
HoodieCommitMetadata |
HoodieArchivedMetaEntry.HoodieInflightReplaceMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieCommitMetadata |
HoodieCommitMetadata.Builder.build() |
static HoodieCommitMetadata |
HoodieCommitMetadata.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieCommitMetadata from a ByteBuffer.
|
HoodieCommitMetadata |
HoodieArchivedMetaEntry.getHoodieCommitMetadata()
Gets the value of the 'hoodieCommitMetadata' field.
|
HoodieCommitMetadata |
HoodieArchivedMetaEntry.Builder.getHoodieCommitMetadata()
Gets the value of the 'hoodieCommitMetadata' field.
|
HoodieCommitMetadata |
HoodieArchivedMetaEntry.getHoodieInflightReplaceMetadata()
Gets the value of the 'HoodieInflightReplaceMetadata' field.
|
HoodieCommitMetadata |
HoodieArchivedMetaEntry.Builder.getHoodieInflightReplaceMetadata()
Gets the value of the 'HoodieInflightReplaceMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieCommitMetadata> |
HoodieCommitMetadata.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<HoodieCommitMetadata> |
HoodieCommitMetadata.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCommitMetadata.Builder |
HoodieCommitMetadata.newBuilder(HoodieCommitMetadata other)
Creates a new HoodieCommitMetadata RecordBuilder by copying an existing HoodieCommitMetadata instance.
|
void |
HoodieArchivedMetaEntry.setHoodieCommitMetadata(HoodieCommitMetadata value)
Sets the value of the 'hoodieCommitMetadata' field.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieCommitMetadata(HoodieCommitMetadata value)
Sets the value of the 'hoodieCommitMetadata' field.
|
void |
HoodieArchivedMetaEntry.setHoodieInflightReplaceMetadata(HoodieCommitMetadata value)
Sets the value of the 'HoodieInflightReplaceMetadata' field.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieInflightReplaceMetadata(HoodieCommitMetadata value)
Sets the value of the 'HoodieInflightReplaceMetadata' 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 HoodieCommitMetadata |
TimelineMetadataUtils.deserializeCommitMetadata(byte[] bytes) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.