Uses of Class
io.debezium.pipeline.EventDispatcher
Packages that use EventDispatcher
Package
Description
-
Uses of EventDispatcher in io.debezium.pipeline
Fields in io.debezium.pipeline declared as EventDispatcherModifier and TypeFieldDescriptionprotected final EventDispatcher<P,?> ChangeEventSourceCoordinator.eventDispatcherConstructors in io.debezium.pipeline with parameters of type EventDispatcherModifierConstructorDescriptionChangeEventSourceCoordinator(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 EventDispatcherModifier and TypeFieldDescriptionprivate final EventDispatcher<P,? extends DataCollectionId> ExecuteSnapshot.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> PauseIncrementalSnapshot.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> ResumeIncrementalSnapshot.dispatcherprivate final EventDispatcher<P,TableId> SchemaChanges.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> StopSnapshot.dispatcherConstructors in io.debezium.pipeline.signal with parameters of type EventDispatcherModifierConstructorDescriptionExecuteSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher) PauseIncrementalSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher) ResumeIncrementalSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher) SchemaChanges(EventDispatcher<P, ? extends DataCollectionId> dispatcher, boolean useCatalogBeforeSchema) Signal(CommonConnectorConfig connectorConfig, EventDispatcher<P, ? extends DataCollectionId> eventDispatcher) StopSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher) -
Uses of EventDispatcher in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as EventDispatcherModifier and TypeFieldDescriptionprotected EventDispatcher<P,T> AbstractIncrementalSnapshotChangeEventSource.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> CloseIncrementalSnapshotWindow.dispatcherMethods in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcherModifier and TypeMethodDescriptionprotected voidAbstractIncrementalSnapshotChangeEventSource.sendEvent(P partition, EventDispatcher<P, T> dispatcher, OffsetContext offsetContext, Object[] row) Constructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcherModifierConstructorDescriptionAbstractIncrementalSnapshotChangeEventSource(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 EventDispatcherModifier and TypeFieldDescriptionprotected final EventDispatcher<P,TableId> RelationalSnapshotChangeEventSource.dispatcherConstructors in io.debezium.relational with parameters of type EventDispatcherModifierConstructorDescriptionRelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, RelationalDatabaseSchema schema, EventDispatcher<P, TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener)