Uses of Class
io.debezium.connector.oracle.OraclePartition
Packages that use OraclePartition
Package
Description
-
Uses of OraclePartition in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OraclePartitionModifier and TypeFieldDescriptionprivate final OraclePartitionOracleSchemaChangeEventEmitter.partitionFields in io.debezium.connector.oracle with type parameters of type OraclePartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<OraclePartition,TableId> OracleChangeEventSourceFactory.dispatcherMethods in io.debezium.connector.oracle that return types with arguments of type OraclePartitionModifier and TypeMethodDescriptionOptional<IncrementalSnapshotChangeEventSource<OraclePartition,? extends io.debezium.spi.schema.DataCollectionId>> OracleChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(OracleOffsetContext offsetContext, SnapshotProgressListener<OraclePartition> snapshotProgressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) OraclePartition.Provider.getPartitions()OracleChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<OraclePartition> snapshotProgressListener) StreamingAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) OracleChangeEventSourceFactory.getStreamingChangeEventSource()OracleChangeEventSourceMetricsFactory.getStreamingMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) OracleSnapshotChangeEventSource.prepare(OraclePartition partition) OracleConnectorTask.start(Configuration config) Methods in io.debezium.connector.oracle with parameters of type OraclePartitionModifier and TypeMethodDescriptionprivate SchemaChangeEventOracleSchemaChangeEventEmitter.alterTableEvent(OraclePartition partition, DdlParserListener.TableAlteredEvent event) abstract 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 implementationprivate SchemaChangeEventOracleSchemaChangeEventEmitter.createTableEvent(OraclePartition partition, DdlParserListener.TableCreatedEvent event) private SchemaChangeEventOracleSchemaChangeEventEmitter.dropTableEvent(OraclePartition partition, Table tableSchemaBeforeDrop, DdlParserListener.TableDroppedEvent event) OracleSnapshotChangeEventSource.getSnapshottingTask(OraclePartition partition, OracleOffsetContext previousOffset) OracleSnapshotChangeEventSource.prepare(OraclePartition partition) private SchemaChangeEventOracleSchemaChangeEventEmitter.truncateTableEvent(OraclePartition partition, DdlParserListener.TableTruncatedEvent event) private voidOracleConnectorTask.validateAndLoadSchemaHistory(OracleConnectorConfig config, OraclePartition partition, OracleOffsetContext offset, OracleDatabaseSchema schema) Method parameters in io.debezium.connector.oracle with type arguments of type OraclePartitionModifier and TypeMethodDescriptionprotected voidOracleSnapshotChangeEventSource.connectionPoolConnectionCreated(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext, JdbcConnection connection) protected OracleOffsetContextOracleSnapshotChangeEventSource.copyOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext) abstract 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 implementationprotected voidOracleSnapshotChangeEventSource.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> ctx, OracleOffsetContext previousOffset) StreamingAdapter.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> ctx, OracleConnectorConfig connectorConfig, OracleConnection connection) Returns the offset context based on the snapshot state.protected StringOracleSnapshotChangeEventSource.enhanceOverriddenSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext, String overriddenSelect, TableId tableId) OracleSnapshotChangeEventSource.getAllTableIds(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> ctx) protected SchemaChangeEventOracleSnapshotChangeEventSource.getCreateTableEvent(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext, Table table) Optional<IncrementalSnapshotChangeEventSource<OraclePartition,? extends io.debezium.spi.schema.DataCollectionId>> OracleChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(OracleOffsetContext offsetContext, SnapshotProgressListener<OraclePartition> snapshotProgressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) Optional<IncrementalSnapshotChangeEventSource<OraclePartition,? extends io.debezium.spi.schema.DataCollectionId>> OracleChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(OracleOffsetContext offsetContext, SnapshotProgressListener<OraclePartition> snapshotProgressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) Optional<IncrementalSnapshotChangeEventSource<OraclePartition,? extends io.debezium.spi.schema.DataCollectionId>> OracleChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(OracleOffsetContext offsetContext, SnapshotProgressListener<OraclePartition> snapshotProgressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) AbstractStreamingAdapter.getLatestTableDdlScn(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> ctx, OracleConnection connection) Returns the SCN of the latest DDL change to the captured tables.OracleChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<OraclePartition> snapshotProgressListener) OracleSnapshotChangeEventSource.getSnapshotSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext, TableId tableId, List<String> columns) Generate a valid Oracle query string for the specified table and columnsStreamingAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) protected Collection<TableId>OracleSnapshotChangeEventSource.getTablesForSchemaChange(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext) protected voidOracleSnapshotChangeEventSource.lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext) protected voidOracleSnapshotChangeEventSource.readTableStructure(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext, OracleOffsetContext offsetContext) protected voidOracleSnapshotChangeEventSource.releaseSchemaSnapshotLocks(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> snapshotContext) Constructors in io.debezium.connector.oracle with parameters of type OraclePartitionModifierConstructorDescriptionOracleSchemaChangeEventEmitter(OracleConnectorConfig connectorConfig, OraclePartition partition, OracleOffsetContext offsetContext, TableId tableId, String sourceDatabaseName, String objectOwner, String ddlText, OracleDatabaseSchema schema, Instant changeTime, OracleStreamingChangeEventSourceMetrics streamingMetrics, TruncateReceiver truncateReceiver) (package private)OracleSnapshotContext(OraclePartition partition, String catalogName) Constructor parameters in io.debezium.connector.oracle with type arguments of type OraclePartitionModifierConstructorDescriptionOracleChangeEventSourceFactory(OracleConnectorConfig configuration, MainConnectionProvidingConnectionFactory<OracleConnection> connectionFactory, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleTaskContext taskContext, OracleStreamingChangeEventSourceMetrics streamingMetrics) OracleSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<OraclePartition> progressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) OracleSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<OraclePartition> progressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) OracleSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<OraclePartition> progressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) OracleSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<OraclePartition> progressListener, DataChangeEventListener<OraclePartition> dataChangeEventListener, NotificationService<OraclePartition, OracleOffsetContext> notificationService) OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<OracleConnection> connectionFactory, OracleDatabaseSchema schema, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<OraclePartition> snapshotProgressListener) OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<OracleConnection> connectionFactory, OracleDatabaseSchema schema, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<OraclePartition> snapshotProgressListener) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer with type parameters of type OraclePartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<OraclePartition,TableId> LogMinerStreamingChangeEventSource.dispatcherMethods in io.debezium.connector.oracle.logminer that return types with arguments of type OraclePartitionModifier and TypeMethodDescriptionLogMinerAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) Methods in io.debezium.connector.oracle.logminer with parameters of type OraclePartitionModifier and TypeMethodDescriptionprivate LogMinerEventProcessorLogMinerStreamingChangeEventSource.createProcessor(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext) voidLogMinerStreamingChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext) This is the loop to get changes from LogMinerMethod parameters in io.debezium.connector.oracle.logminer with type arguments of type OraclePartitionModifier and TypeMethodDescriptionLogMinerAdapter.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> ctx, OracleConnectorConfig connectorConfig, OracleConnection connection) LogMinerAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) Constructor parameters in io.debezium.connector.oracle.logminer with type arguments of type OraclePartitionModifierConstructorDescriptionLogMinerStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as OraclePartitionModifier and TypeFieldDescriptionprivate final OraclePartitionAbstractLogMinerEventProcessor.partitionFields in io.debezium.connector.oracle.logminer.processor with type parameters of type OraclePartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<OraclePartition,TableId> AbstractLogMinerEventProcessor.dispatcherMethods in io.debezium.connector.oracle.logminer.processor with parameters of type OraclePartitionModifier and TypeMethodDescriptionprotected voidAbstractLogMinerEventProcessor.handleCommit(OraclePartition partition, LogMinerEventRow row) Handle processing a LogMinerEventRow for aCOMMITevent.protected voidAbstractLogMinerEventProcessor.processResults(OraclePartition partition, ResultSet resultSet) Processes the LogMiner results.protected voidAbstractLogMinerEventProcessor.processRow(OraclePartition partition, LogMinerEventRow row) Processes a single LogMinerEventRow.Method parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type OraclePartitionModifier and TypeMethodDescriptionprivate TableAbstractLogMinerEventProcessor.dispatchSchemaChangeEventAndGetTableForNewCapturedTable(TableId tableId, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition, TableId> dispatcher) Dispatch a schema change event for a new table and get the newly created relational table model.Constructors in io.debezium.connector.oracle.logminer.processor with parameters of type OraclePartitionModifierConstructorDescriptionAbstractLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition, TableId> dispatcher, OracleStreamingChangeEventSourceMetrics metrics) Constructor parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type OraclePartitionModifierConstructorDescriptionAbstractLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition, TableId> dispatcher, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer.processor.infinispan
Fields in io.debezium.connector.oracle.logminer.processor.infinispan declared as OraclePartitionModifier and TypeFieldDescriptionprivate final OraclePartitionAbstractInfinispanLogMinerEventProcessor.partitionFields in io.debezium.connector.oracle.logminer.processor.infinispan with type parameters of type OraclePartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<OraclePartition,TableId> AbstractInfinispanLogMinerEventProcessor.dispatcherMethods in io.debezium.connector.oracle.logminer.processor.infinispan with parameters of type OraclePartitionModifier and TypeMethodDescriptionprotected voidAbstractInfinispanLogMinerEventProcessor.processRow(OraclePartition partition, LogMinerEventRow row) Constructors in io.debezium.connector.oracle.logminer.processor.infinispan with parameters of type OraclePartitionModifierConstructorDescriptionAbstractInfinispanLogMinerEventProcessor(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) Constructor parameters in io.debezium.connector.oracle.logminer.processor.infinispan with type arguments of type OraclePartitionModifierConstructorDescriptionAbstractInfinispanLogMinerEventProcessor(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 OraclePartition in io.debezium.connector.oracle.logminer.processor.memory
Fields in io.debezium.connector.oracle.logminer.processor.memory declared as OraclePartitionModifier and TypeFieldDescriptionprivate final OraclePartitionMemoryLogMinerEventProcessor.partitionFields in io.debezium.connector.oracle.logminer.processor.memory with type parameters of type OraclePartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<OraclePartition,TableId> MemoryLogMinerEventProcessor.dispatcherConstructors in io.debezium.connector.oracle.logminer.processor.memory with parameters of type OraclePartitionModifierConstructorDescriptionMemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) Constructor parameters in io.debezium.connector.oracle.logminer.processor.memory with type arguments of type OraclePartitionModifierConstructorDescriptionMemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OraclePartition in io.debezium.connector.oracle.xstream
Fields in io.debezium.connector.oracle.xstream declared as OraclePartitionFields in io.debezium.connector.oracle.xstream with type parameters of type OraclePartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<OraclePartition,TableId> LcrEventHandler.dispatcherprivate final EventDispatcher<OraclePartition,TableId> XstreamStreamingChangeEventSource.dispatcherMethods in io.debezium.connector.oracle.xstream that return types with arguments of type OraclePartitionModifier and TypeMethodDescriptionXStreamAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) Methods in io.debezium.connector.oracle.xstream with parameters of type OraclePartitionModifier and TypeMethodDescriptionvoidXstreamStreamingChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext) Method parameters in io.debezium.connector.oracle.xstream with type arguments of type OraclePartitionModifier and TypeMethodDescriptionXStreamAdapter.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition, OracleOffsetContext> ctx, OracleConnectorConfig connectorConfig, OracleConnection connection) XStreamAdapter.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 OraclePartitionModifierConstructorDescription(package private)LcrEventHandler(OracleConnectorConfig connectorConfig, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, boolean tablenameCaseInsensitive, XstreamStreamingChangeEventSource eventSource, OracleStreamingChangeEventSourceMetrics streamingMetrics) Constructor parameters in io.debezium.connector.oracle.xstream with type arguments of type OraclePartitionModifierConstructorDescription(package private)LcrEventHandler(OracleConnectorConfig connectorConfig, ErrorHandler errorHandler, EventDispatcher<OraclePartition, TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, boolean tablenameCaseInsensitive, XstreamStreamingChangeEventSource eventSource, OracleStreamingChangeEventSourceMetrics streamingMetrics) XstreamStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics streamingMetrics)