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, LogMinerStreamingChangeEventSourceMetrics 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, T streamingMetrics, SnapshotterService snapshotterService) 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, MainConnectionProvidingConnectionFactory<OracleConnection> connectionFactory, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleTaskContext taskContext, AbstractOracleStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) OracleSchemaChangeEventEmitter(OracleConnectorConfig connectorConfig, OraclePartition partition, OracleOffsetContext offsetContext, TableId tableId, String sourceDatabaseName, String objectOwner, Long objectId, Long dataObjectId, String ddlText, OracleDatabaseSchema schema, Instant changeTime, AbstractOracleStreamingChangeEventSourceMetrics streamingMetrics, TruncateReceiver truncateReceiver) OracleSchemaChangeEventEmitter(OracleConnectorConfig connectorConfig, OraclePartition partition, OracleOffsetContext offsetContext, TableId tableId, String sourceDatabaseName, String objectOwner, String ddlText, OracleDatabaseSchema schema, Instant changeTime, AbstractOracleStreamingChangeEventSourceMetrics streamingMetrics, TruncateReceiver truncateReceiver) OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<OracleConnection> connectionFactory, OracleDatabaseSchema schema, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<OraclePartition> snapshotProgressListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService, SnapshotterService snapshotterService) 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 TypeMethodDescriptionprivate 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, LogMinerStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) 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, LogMinerStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) -
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, LogMinerStreamingChangeEventSourceMetrics metrics, OracleConnection jdbcConnection) 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, LogMinerStreamingChangeEventSourceMetrics metrics) EmbeddedInfinispanLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, LogMinerStreamingChangeEventSourceMetrics metrics) RemoteInfinispanLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, LogMinerStreamingChangeEventSourceMetrics 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, LogMinerStreamingChangeEventSourceMetrics metrics) -
Uses of OracleDatabaseSchema in io.debezium.connector.oracle.olr
Fields in io.debezium.connector.oracle.olr declared as OracleDatabaseSchemaModifier and TypeFieldDescriptionprivate final OracleDatabaseSchemaOpenLogReplicatorStreamingChangeEventSource.schemaMethods in io.debezium.connector.oracle.olr with parameters of type OracleDatabaseSchemaModifier and TypeMethodDescriptionOpenLogReplicatorAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OpenLogReplicatorStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) Constructors in io.debezium.connector.oracle.olr with parameters of type OracleDatabaseSchemaModifierConstructorDescriptionOpenLogReplicatorChangeRecordEmitter(OracleConnectorConfig connectorConfig, OraclePartition partition, OracleOffsetContext offsetContext, Envelope.Operation operation, Object[] oldValues, Object[] newValues, Table table, OracleDatabaseSchema schema, Clock clock) OpenLogReplicatorStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OpenLogReplicatorStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) -
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, XStreamStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) Constructors in io.debezium.connector.oracle.xstream with parameters of type OracleDatabaseSchemaModifierConstructorDescription(package private)LcrEventHandler(OracleConnectorConfig connectorConfig, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, boolean tablenameCaseInsensitive, XstreamStreamingChangeEventSource eventSource, XStreamStreamingChangeEventSourceMetrics 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, XStreamStreamingChangeEventSourceMetrics streamingMetrics)