| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Field and Description |
|---|---|
HoodieSavepointMetadata |
HoodieArchivedMetaEntry.hoodieSavePointMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieSavepointMetadata |
HoodieSavepointMetadata.Builder.build() |
static HoodieSavepointMetadata |
HoodieSavepointMetadata.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieSavepointMetadata from a ByteBuffer.
|
HoodieSavepointMetadata |
HoodieArchivedMetaEntry.getHoodieSavePointMetadata()
Gets the value of the 'hoodieSavePointMetadata' field.
|
HoodieSavepointMetadata |
HoodieArchivedMetaEntry.Builder.getHoodieSavePointMetadata()
Gets the value of the 'hoodieSavePointMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieSavepointMetadata> |
HoodieSavepointMetadata.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<HoodieSavepointMetadata> |
HoodieSavepointMetadata.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieSavepointMetadata.Builder |
HoodieSavepointMetadata.newBuilder(HoodieSavepointMetadata other)
Creates a new HoodieSavepointMetadata RecordBuilder by copying an existing HoodieSavepointMetadata instance.
|
void |
HoodieArchivedMetaEntry.setHoodieSavePointMetadata(HoodieSavepointMetadata value)
Sets the value of the 'hoodieSavePointMetadata' field.
|
HoodieArchivedMetaEntry.Builder |
HoodieArchivedMetaEntry.Builder.setHoodieSavePointMetadata(HoodieSavepointMetadata value)
Sets the value of the 'hoodieSavePointMetadata' 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 HoodieSavepointMetadata |
TimelineMetadataUtils.convertSavepointMetadata(String user,
String comment,
Map<String,List<String>> latestFiles) |
static HoodieSavepointMetadata |
TimelineMetadataUtils.deserializeHoodieSavepointMetadata(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
static Option<byte[]> |
TimelineMetadataUtils.serializeSavepointMetadata(HoodieSavepointMetadata metadata) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.