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.eventDispatcherMethods in io.debezium.pipeline with parameters of type EventDispatcherModifier and TypeMethodDescriptionprotected voidChangeEventSourceCoordinator.registerSignalActionsAndStartProcessor(SignalProcessor<P, O> signalProcessor, EventDispatcher<P, ? extends DataCollectionId> dispatcher, ChangeEventSourceCoordinator<P, ?> changeEventSourceCoordinator, CommonConnectorConfig connectorConfig) Constructors 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, SignalProcessor<P, O> signalProcessor, NotificationService<P, O> notificationService) -
Uses of EventDispatcher in io.debezium.pipeline.signal.actions
Fields in io.debezium.pipeline.signal.actions declared as EventDispatcherModifier and TypeFieldDescriptionprivate final EventDispatcher<P,TableId> SchemaChanges.dispatcherMethods in io.debezium.pipeline.signal.actions with parameters of type EventDispatcherModifier and TypeMethodDescription<P extends Partition>
Map<String,SignalAction<P>> SignalActionProvider.createActions(EventDispatcher<P, ? extends DataCollectionId> dispatcher, ChangeEventSourceCoordinator<P, ?> changeEventSourceCoordinator, CommonConnectorConfig connectorConfig) Create a map of signal action where the key is the name of the action.<P extends Partition>
Map<String,SignalAction<P>> StandardActionProvider.createActions(EventDispatcher<P, ? extends DataCollectionId> dispatcher, ChangeEventSourceCoordinator<P, ?> changeEventSourceCoordinator, CommonConnectorConfig connectorConfig) Constructors in io.debezium.pipeline.signal.actions with parameters of type EventDispatcherModifierConstructorDescriptionSchemaChanges(EventDispatcher<P, ? extends DataCollectionId> dispatcher, CommonConnectorConfig connectorConfig, TableChanges.TableChangesSerializer<Array> serializer) -
Uses of EventDispatcher in io.debezium.pipeline.signal.actions.snapshotting
Fields in io.debezium.pipeline.signal.actions.snapshotting declared as EventDispatcherModifier and TypeFieldDescriptionprivate final EventDispatcher<P,? extends DataCollectionId> CloseIncrementalSnapshotWindow.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> ExecuteSnapshot.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> PauseIncrementalSnapshot.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> ResumeIncrementalSnapshot.dispatcherprivate final EventDispatcher<P,? extends DataCollectionId> StopSnapshot.dispatcherConstructors in io.debezium.pipeline.signal.actions.snapshotting with parameters of type EventDispatcherModifierConstructorDescriptionCloseIncrementalSnapshotWindow(EventDispatcher<P, ? extends DataCollectionId> dispatcher) ExecuteSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher, ChangeEventSourceCoordinator<P, ?> changeEventSourceCoordinator) PauseIncrementalSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher) ResumeIncrementalSnapshot(EventDispatcher<P, ? extends DataCollectionId> dispatcher) 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.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, NotificationService<P, ? extends OffsetContext> notificationService) SignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P, T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, ? extends OffsetContext> notificationService) -
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, MainConnectionProvidingConnectionFactory<? extends JdbcConnection> jdbcConnectionFactory, RelationalDatabaseSchema schema, EventDispatcher<P, TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener, NotificationService<P, O> notificationService)