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<P,?>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<P> changeEventSourceMetricsFactory, EventDispatcher<P,?> 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<P,? extends DataCollectionId>ExecuteSnapshot. dispatcherprivate EventDispatcher<P,TableId>SchemaChanges. dispatcherConstructors in io.debezium.pipeline.signal with parameters of type EventDispatcher Constructor Description ExecuteSnapshot(EventDispatcher<P,? extends DataCollectionId> dispatcher)SchemaChanges(EventDispatcher<P,? extends DataCollectionId> dispatcher, boolean useCatalogBeforeSchema)Signal(CommonConnectorConfig connectorConfig, EventDispatcher<P,? 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<P,T>AbstractIncrementalSnapshotChangeEventSource. dispatcherprivate EventDispatcher<P,? extends DataCollectionId>CloseIncrementalSnapshotWindow. dispatcherMethods in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcher Modifier and Type Method Description protected voidAbstractIncrementalSnapshotChangeEventSource. sendEvent(P partition, EventDispatcher<P,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<P,T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener)CloseIncrementalSnapshotWindow(EventDispatcher<P,? extends DataCollectionId> dispatcher)SignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P,T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener) -
Uses of EventDispatcher in io.debezium.relational
Fields in io.debezium.relational declared as EventDispatcher Modifier and Type Field Description protected EventDispatcher<P,TableId>RelationalSnapshotChangeEventSource. dispatcherConstructors in io.debezium.relational with parameters of type EventDispatcher Constructor Description RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, RelationalDatabaseSchema schema, EventDispatcher<P,TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener)
-