Uses of Class
io.debezium.connector.oracle.OracleDatabaseSchema
Packages that use OracleDatabaseSchema
Package
Description
-
Uses of OracleDatabaseSchema in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleDatabaseSchemaModifier and TypeFieldDescriptionprivate final OracleDatabaseSchemaOracleSnapshotChangeEventSource.databaseSchemaprivate final OracleDatabaseSchemaBaseChangeRecordEmitter.schemaprivate final OracleDatabaseSchemaOracleChangeEventSourceFactory.schemaprivate OracleDatabaseSchemaOracleConnectorTask.schemaprivate final OracleDatabaseSchemaOracleSchemaChangeEventEmitter.schemaMethods in io.debezium.connector.oracle with parameters of type OracleDatabaseSchemaModifier and TypeMethodDescriptionabstract LogMinerEventProcessorOracleConnectorConfig.LogMiningBufferType.createProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) Creates the buffer type's specific processor implementationStreamingAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) private voidOracleConnectorTask.validateAndLoadDatabaseHistory(OracleConnectorConfig config, OraclePartition partition, OracleOffsetContext offset, OracleDatabaseSchema schema) Constructors in io.debezium.connector.oracle with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionprotectedBaseChangeRecordEmitter(OracleConnectorConfig connectorConfig, Partition partition, OffsetContext offset, OracleDatabaseSchema schema, Table table, Clock clock, Object[] oldColumnValues, Object[] newColumnValues) OracleChangeEventSourceFactory(OracleConnectorConfig configuration, OracleConnection jdbcConnection, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleTaskContext taskContext, OracleStreamingChangeEventSourceMetrics streamingMetrics) OracleSchemaChangeEventEmitter(OracleConnectorConfig connectorConfig, OraclePartition partition, OracleOffsetContext offsetContext, TableId tableId, String sourceDatabaseName, String objectOwner, String ddlText, OracleDatabaseSchema schema, Instant changeTime, OracleStreamingChangeEventSourceMetrics streamingMetrics, TruncateReceiver truncateReceiver) OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, OracleDatabaseSchema schema, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<OraclePartition> snapshotProgressListener) OracleTaskContext(OracleConnectorConfig config, OracleDatabaseSchema schema) -
Uses of OracleDatabaseSchema in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer declared as OracleDatabaseSchemaModifier and TypeFieldDescriptionprivate final OracleDatabaseSchemaLogMinerStreamingChangeEventSource.schemaMethods in io.debezium.connector.oracle.logminer with parameters of type OracleDatabaseSchemaModifier and TypeMethodDescriptionstatic StringLogMinerQueryBuilder.build(OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema) Builds the LogMiner contents view query.private voidLogMinerStreamingChangeEventSource.checkDatabaseAndTableState(OracleConnection connection, String pdbName, OracleDatabaseSchema schema) Checks and validates the database's supplemental logging configuration as well as the lengths of the table and column names that are part of the database schema.LogMinerAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) Constructors in io.debezium.connector.oracle.logminer with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionLogMinerChangeRecordEmitter(OracleConnectorConfig connectorConfig, Partition partition, OffsetContext offset, EventType eventType, Object[] oldValues, Object[] newValues, Table table, OracleDatabaseSchema schema, Clock clock) LogMinerChangeRecordEmitter(OracleConnectorConfig connectorConfig, Partition partition, OffsetContext offset, Envelope.Operation operation, Object[] oldValues, Object[] newValues, Table table, OracleDatabaseSchema schema, Clock clock) LogMinerStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) -
Uses of OracleDatabaseSchema in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as OracleDatabaseSchemaModifier and TypeFieldDescriptionprivate final OracleDatabaseSchemaAbstractLogMinerEventProcessor.schemaprivate final OracleDatabaseSchemaTransactionCommitConsumer.schemaMethods in io.debezium.connector.oracle.logminer.processor that return OracleDatabaseSchemaModifier and TypeMethodDescriptionprotected OracleDatabaseSchemaAbstractLogMinerEventProcessor.getSchema()Constructors in io.debezium.connector.oracle.logminer.processor with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionAbstractLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition, TableId> dispatcher, OracleStreamingChangeEventSourceMetrics metrics) TransactionCommitConsumer(TransactionCommitConsumer.Handler<LogMinerEvent> delegate, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema) -
Uses of OracleDatabaseSchema in io.debezium.connector.oracle.logminer.processor.infinispan
Constructors in io.debezium.connector.oracle.logminer.processor.infinispan with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionAbstractInfinispanLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) EmbeddedInfinispanLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) RemoteInfinispanLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OracleDatabaseSchema in io.debezium.connector.oracle.logminer.processor.memory
Constructors in io.debezium.connector.oracle.logminer.processor.memory with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionMemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OracleDatabaseSchema in io.debezium.connector.oracle.xstream
Fields in io.debezium.connector.oracle.xstream declared as OracleDatabaseSchemaModifier and TypeFieldDescriptionprivate final OracleDatabaseSchemaLcrEventHandler.schemaprivate final OracleDatabaseSchemaXstreamStreamingChangeEventSource.schemaMethods in io.debezium.connector.oracle.xstream with parameters of type OracleDatabaseSchemaModifier and TypeMethodDescriptionXStreamAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) Constructors in io.debezium.connector.oracle.xstream with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionLcrEventHandler(OracleConnectorConfig connectorConfig, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, boolean tablenameCaseInsensitive, XstreamStreamingChangeEventSource eventSource, OracleStreamingChangeEventSourceMetrics streamingMetrics) XStreamChangeRecordEmitter(OracleConnectorConfig connectorConfig, Partition partition, OffsetContext offset, oracle.streams.RowLCR lcr, Map<String, Object> oldChunkValues, Map<String, Object> newChunkValues, Table table, OracleDatabaseSchema schema, Clock clock) XstreamStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics streamingMetrics)