Modifier and Type | Class and Description |
---|---|
class |
SynchronizationActionFactoryBase<T extends SynchronizationActionBase>
Base
ActionFactory for table/database synchronizing job. |
Modifier and Type | Class and Description |
---|---|
class |
MessageQueueSyncTableActionBase
Base
Action for synchronizing one message queue topic into one Paimon table. |
class |
SyncDatabaseActionBase
Base
Action for synchronizing into one Paimon database. |
class |
SyncTableActionBase
Base
Action for synchronizing into one Paimon table. |
Modifier and Type | Method and Description |
---|---|
SynchronizationActionBase |
SynchronizationActionBase.withMetadataColumns(List<String> metadataColumns) |
SynchronizationActionBase |
SynchronizationActionBase.withTableConfig(Map<String,String> tableConfig) |
SynchronizationActionBase |
SynchronizationActionBase.withTypeMapping(TypeMapping typeMapping) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaSyncDatabaseAction
Synchronize database from Kafka.
|
class |
KafkaSyncTableAction
Synchronize table from Kafka.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoDBSyncDatabaseAction
An action class responsible for synchronizing MongoDB databases with a target system.
|
class |
MongoDBSyncTableAction
Represents an action to synchronize a specific MongoDB table with a target system.
|
Modifier and Type | Class and Description |
---|---|
class |
MySqlSyncDatabaseAction
An
Action which synchronize the whole MySQL database into one Paimon database. |
class |
MySqlSyncTableAction
An
Action which synchronize one or multiple MySQL tables into one Paimon table. |
Modifier and Type | Class and Description |
---|---|
class |
PostgresSyncTableAction
An
Action which synchronize one or multiple PostgreSQL tables into one Paimon table. |
Modifier and Type | Class and Description |
---|---|
class |
PulsarSyncDatabaseAction
Synchronize database from Pulsar.
|
class |
PulsarSyncTableAction
Synchronize table from Pulsar.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.