Uses of Class
solutions.a2.cdc.oracle.OraCdcSourceConnectorConfig
Packages that use OraCdcSourceConnectorConfig
-
Uses of OraCdcSourceConnectorConfig in solutions.a2.cdc.oracle
Methods in solutions.a2.cdc.oracle with parameters of type OraCdcSourceConnectorConfigModifier and TypeMethodDescriptionstatic ConnectionOraConnectionObjects.getConnection(OraCdcSourceConnectorConfig config) Constructors in solutions.a2.cdc.oracle with parameters of type OraCdcSourceConnectorConfigModifierConstructorDescriptionOraCdcDistributedV$ArchivedLogImpl(Connection connLogMiner, OraCdcLogMinerMgmtIntf metrics, long firstChange, OraCdcSourceConnectorConfig config, CountDownLatch runLatch, OraRdbmsInfo rdbmsInfo, OraConnectionObjects oraConnections) OraCdcLogMinerWorkerThread(OraCdcLogMinerTask task, Map<String, String> partition, long firstScn, String mineDataSql, String checkTableSql, Map<Long, OraTable4LogMiner> tablesInProcessing, Set<Long> tablesOutOfScope, int schemaType, String topic, int topicPartition, OraDumpDecoder odd, Path queuesRoot, Map<String, OraCdcTransaction> activeTransactions, BlockingQueue<OraCdcTransaction> committedTransactions, OraCdcLogMinerMgmt metrics, int topicNameStyle, OraCdcSourceConnectorConfig config, OraCdcLobTransformationsIntf transformLobs, OraRdbmsInfo rdbmsInfo, OraConnectionObjects oraConnections) OraCdcV$ArchivedLogImpl(Connection connLogMiner, OraCdcLogMinerMgmtIntf metrics, long firstChange, OraCdcSourceConnectorConfig config, CountDownLatch runLatch, OraRdbmsInfo rdbmsInfo, OraConnectionObjects oraConnections)