Uses of Class
solutions.a2.cdc.oracle.OraDumpDecoder
Packages that use OraDumpDecoder
-
Uses of OraDumpDecoder in solutions.a2.cdc.oracle
Methods in solutions.a2.cdc.oracle with parameters of type OraDumpDecoderModifier and TypeMethodDescriptionvoidOraTable4LogMiner.setTopicDecoderPartition(String topicParam, int topicNameStyle, String topicNameDelimiter, OraDumpDecoder odd, Map<String, String> sourcePartition) Constructors in solutions.a2.cdc.oracle with parameters of type OraDumpDecoderModifierConstructorDescriptionOraCdcLogMinerWorkerThread(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) OraTable4LogMiner(String pdbName, short conId, String tableOwner, String tableName, boolean rowLevelScnDependency, int schemaType, boolean useOracdcSchemas, boolean processLobs, OraCdcLobTransformationsIntf transformLobs, boolean isCdb, int topicPartition, OraDumpDecoder odd, Map<String, String> sourcePartition, String topicParam, int topicNameStyle, String topicNameDelimiter, OraRdbmsInfo rdbmsInfo, Connection connection, boolean protobufSchemaNames) For LogMiner worker thread