| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.model.debezium |
| Modifier and Type | Class and Description |
|---|---|
class |
AWSDmsAvroPayload
Provides support for seamlessly applying changes captured via Amazon Database Migration Service onto S3.
|
class |
DefaultHoodieRecordPayload
Default payload.
|
class |
EventTimeAvroPayload
The only difference with
DefaultHoodieRecordPayload is that is does not
track the event time metadata for efficiency. |
class |
FirstValueAvroPayload
Payload clazz that is used for Hudi Table.
|
class |
OverwriteNonDefaultsWithLatestAvroPayload
subclass of OverwriteWithLatestAvroPayload.
|
class |
OverwriteWithLatestAvroPayload
preCombine - Picks the latest delta record for a key, based on an ordering field;
combineAndGetUpdateValue/getInsertValue - Simply overwrites storage with latest delta record
|
class |
PartialUpdateAvroPayload
Payload clazz that is used for partial update Hudi Table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDebeziumAvroPayload
Base class that provides support for seamlessly applying changes captured via Debezium.
|
class |
MySqlDebeziumAvroPayload
Provides support for seamlessly applying changes captured via Debezium for MysqlDB.
|
class |
PostgresDebeziumAvroPayload
Provides support for seamlessly applying changes captured via Debezium for PostgresDB.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.