Uses of Class
io.debezium.pipeline.EventDispatcher
-
Packages that use EventDispatcher Package Description io.debezium.pipeline io.debezium.pipeline.signal io.debezium.pipeline.source.snapshot.incremental io.debezium.relational -
-
Uses of EventDispatcher in io.debezium.pipeline
Fields in io.debezium.pipeline declared as EventDispatcher Modifier and Type Field Description protected EventDispatcher<?>ChangeEventSourceCoordinator. eventDispatcherConstructors in io.debezium.pipeline with parameters of type EventDispatcher Constructor Description ChangeEventSourceCoordinator(Offsets<P,O> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<P,O> changeEventSourceFactory, ChangeEventSourceMetricsFactory changeEventSourceMetricsFactory, EventDispatcher<?> eventDispatcher, DatabaseSchema<?> schema) -
Uses of EventDispatcher in io.debezium.pipeline.signal
Fields in io.debezium.pipeline.signal declared as EventDispatcher Modifier and Type Field Description private EventDispatcher<? extends DataCollectionId>ExecuteSnapshot. dispatcherprivate EventDispatcher<TableId>SchemaChanges. dispatcherprivate EventDispatcher<? extends DataCollectionId>Signal. dispatcherConstructors in io.debezium.pipeline.signal with parameters of type EventDispatcher Constructor Description ExecuteSnapshot(EventDispatcher<? extends DataCollectionId> dispatcher)SchemaChanges(EventDispatcher<? extends DataCollectionId> dispatcher, boolean useCatalogBeforeSchema)Signal(CommonConnectorConfig connectorConfig, EventDispatcher<? extends DataCollectionId> eventDispatcher) -
Uses of EventDispatcher in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as EventDispatcher Modifier and Type Field Description protected EventDispatcher<T>AbstractIncrementalSnapshotChangeEventSource. dispatcherprivate EventDispatcher<? extends DataCollectionId>CloseIncrementalSnapshotWindow. dispatcherMethods in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcher Modifier and Type Method Description protected voidAbstractIncrementalSnapshotChangeEventSource. sendEvent(Partition partition, EventDispatcher<T> dispatcher, OffsetContext offsetContext, Object[] row)Constructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcher Constructor Description AbstractIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener progressListener, DataChangeEventListener dataChangeEventListener)CloseIncrementalSnapshotWindow(EventDispatcher<? extends DataCollectionId> dispatcher)SignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener progressListener, DataChangeEventListener dataChangeEventListener) -
Uses of EventDispatcher in io.debezium.relational
Fields in io.debezium.relational declared as EventDispatcher Modifier and Type Field Description protected EventDispatcher<TableId>RelationalSnapshotChangeEventSource. dispatcherConstructors in io.debezium.relational with parameters of type EventDispatcher Constructor Description RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, RelationalDatabaseSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener)
-