Uses of Class
solutions.a2.cdc.oracle.OraCdcTransaction
Packages that use OraCdcTransaction
-
Uses of OraCdcTransaction in solutions.a2.cdc.oracle
Methods in solutions.a2.cdc.oracle that return OraCdcTransactionModifier and TypeMethodDescriptionstatic OraCdcTransactionOraCdcTransaction.restoreFromMap(Map<String, Object> attrs) Constructor parameters in solutions.a2.cdc.oracle with type arguments of type OraCdcTransactionModifierConstructorDescriptionOraCdcLogMinerWorkerThread(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)