Uses of Class
solutions.a2.cdc.oracle.OraConnectionObjects
Packages that use OraConnectionObjects
-
Uses of OraConnectionObjects in solutions.a2.cdc.oracle
Methods in solutions.a2.cdc.oracle that return OraConnectionObjectsModifier and TypeMethodDescriptionstatic OraConnectionObjectsOraConnectionObjects.get4OraWallet(String poolName, String dbUrl, String wallet) static OraConnectionObjectsOraConnectionObjects.get4OraWallet(String poolName, List<String> dbUrls, String wallet) static OraConnectionObjectsOraConnectionObjects.get4UserPassword(String poolName, String dbUrl, String dbUser, String dbPassword) static OraConnectionObjectsOraConnectionObjects.get4UserPassword(String poolName, List<String> dbUrls, String dbUser, String dbPassword) Methods in solutions.a2.cdc.oracle with parameters of type OraConnectionObjectsModifier and TypeMethodDescriptionvoidOraTable4InitialLoad.readTableData(Long asOfScn, CountDownLatch runLatch, AtomicBoolean running, BlockingQueue<OraTable4InitialLoad> tablesQueue, OraConnectionObjects oraConnections) Constructors in solutions.a2.cdc.oracle with parameters of type OraConnectionObjectsModifierConstructorDescriptionOraCdcDistributedV$ArchivedLogImpl(Connection connLogMiner, OraCdcLogMinerMgmtIntf metrics, long firstChange, OraCdcSourceConnectorConfig config, CountDownLatch runLatch, OraRdbmsInfo rdbmsInfo, OraConnectionObjects oraConnections) OraCdcInitialLoadThread(int waitInterval, long asOfScn, Map<Long, OraTable4LogMiner> tablesInProcessing, Path queuesRoot, OraRdbmsInfo rdbmsInfo, OraCdcInitialLoad metrics, BlockingQueue<OraTable4InitialLoad> tablesQueue, 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)