Modifier and Type | Class and Description |
---|---|
class |
MessageQueueSyncTableActionBase
Base
Action for synchronizing one message queue topic into one Paimon table. |
Modifier and Type | Method and Description |
---|---|
SyncTableActionBase |
SyncTableActionBase.withComputedColumnArgs(List<String> computedColumnArgs) |
SyncTableActionBase |
SyncTableActionBase.withPartitionKeys(List<String> partitionKeys) |
SyncTableActionBase |
SyncTableActionBase.withPartitionKeys(String... partitionKeys) |
SyncTableActionBase |
SyncTableActionBase.withPrimaryKeys(List<String> primaryKeys) |
SyncTableActionBase |
SyncTableActionBase.withPrimaryKeys(String... primaryKeys) |
Modifier and Type | Method and Description |
---|---|
protected void |
SyncTableActionFactoryBase.withParams(MultipleParameterToolAdapter params,
SyncTableActionBase action) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaSyncTableAction
Synchronize table from Kafka.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoDBSyncTableAction
Represents an action to synchronize a specific MongoDB table with a target system.
|
Modifier and Type | Method and Description |
---|---|
SyncTableActionBase |
MongoDBSyncTableActionFactory.createAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
MongoDBSyncTableActionFactory.withParams(MultipleParameterToolAdapter params,
SyncTableActionBase action) |
Modifier and Type | Class and Description |
---|---|
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 |
PulsarSyncTableAction
Synchronize table from Pulsar.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.