public abstract class SyncTableActionFactoryBase extends SynchronizationActionFactoryBase<SyncTableActionBase>
ActionFactory
for synchronizing into one Paimon table.Modifier and Type | Field and Description |
---|---|
protected org.apache.flink.api.java.tuple.Tuple3<String,String,String> |
tablePath |
catalogConfig, cdcSourceConfig
CATALOG_CONF, DATABASE, EXPIRATIONTIME, EXPIRE_STRATEGY, HELP, LOG, PARTITION, PATH, TABLE, TABLE_CONF, TIMESTAMP_PATTERN, TIMESTAMPFORMATTER, WAREHOUSE
Constructor and Description |
---|
SyncTableActionFactoryBase() |
Modifier and Type | Method and Description |
---|---|
Optional<Action> |
create(MultipleParameterToolAdapter params) |
protected void |
withParams(MultipleParameterToolAdapter params,
SyncTableActionBase action) |
cdcConfigIdentifier, createAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkRequiredArgument, createAction, getPartitions, getRequiredValue, getTablePath, optionalConfigMap, optionalConfigMapList, printDefaultHelp, printHelp
identifier
public Optional<Action> create(MultipleParameterToolAdapter params)
create
in interface ActionFactory
create
in class SynchronizationActionFactoryBase<SyncTableActionBase>
protected void withParams(MultipleParameterToolAdapter params, SyncTableActionBase action)
withParams
in class SynchronizationActionFactoryBase<SyncTableActionBase>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.