Uses of Class
io.debezium.connector.oracle.OracleConnectorConfig
-
Packages that use OracleConnectorConfig Package Description io.debezium.connector.oracle io.debezium.connector.oracle.logminer io.debezium.connector.oracle.xstream -
-
Uses of OracleConnectorConfig in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleConnectorConfig Modifier and Type Field Description private OracleConnectorConfigOracleChangeEventSourceFactory. configurationprivate OracleConnectorConfigOracleOffsetContext.Builder. connectorConfigprivate OracleConnectorConfigOracleOffsetContext.Loader. connectorConfigprivate OracleConnectorConfigOracleSnapshotChangeEventSource. connectorConfigMethods in io.debezium.connector.oracle with parameters of type OracleConnectorConfig Modifier and Type Method Description static TopicSelector<TableId>OracleTopicSelector. defaultSelector(OracleConnectorConfig connectorConfig)booleanOracleConnection. getTablenameCaseInsensitivity(OracleConnectorConfig connectorConfig)Resolve the table name case insensitivity used by the schema based on the following rules: If option is provided in connector configuration, it will be used. Otherwise resolved by database version where Oracle 11 will betrue; otherwisefalse.OracleOffsetContext.BuilderOracleOffsetContext.Builder. logicalName(OracleConnectorConfig connectorConfig) -
Uses of OracleConnectorConfig in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer declared as OracleConnectorConfig Modifier and Type Field Description private OracleConnectorConfigLogMinerQueryResultProcessor. connectorConfigprivate OracleConnectorConfigLogMinerStreamingChangeEventSource. connectorConfigMethods in io.debezium.connector.oracle.logminer with parameters of type OracleConnectorConfig Modifier and Type Method Description private static StringSqlUtils. buildSchemaPredicate(OracleConnectorConfig connectorConfig)private static StringSqlUtils. buildTablePredicate(OracleConnectorConfig connectorConfig)(package private) static StringSqlUtils. logMinerContentsQuery(OracleConnectorConfig connectorConfig, String logMinerUser)This is the query from the LogMiner view to get changes.private static DmlParserLogMinerQueryResultProcessor. resolveParser(OracleConnectorConfig connectorConfig, OracleConnection connection)Constructors in io.debezium.connector.oracle.logminer with parameters of type OracleConnectorConfig Constructor Description LogMinerQueryResultProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnection jdbcConnection, OracleConnectorConfig connectorConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics, TransactionalBuffer transactionalBuffer, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, HistoryRecorder historyRecorder)LogMinerStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleOffsetContext offsetContext, OracleConnection jdbcConnection, EventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) -
Uses of OracleConnectorConfig in io.debezium.connector.oracle.xstream
Methods in io.debezium.connector.oracle.xstream with parameters of type OracleConnectorConfig Modifier and Type Method Description private static intXstreamStreamingChangeEventSource. resolvePosVersion(OracleConnection connection, OracleConnectorConfig connectorConfig)Constructors in io.debezium.connector.oracle.xstream with parameters of type OracleConnectorConfig Constructor Description XstreamStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleOffsetContext offsetContext, OracleConnection jdbcConnection, EventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema)
-