Uses of Interface
io.debezium.connector.postgresql.spi.Snapshotter
Packages that use Snapshotter
-
Uses of Snapshotter in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SnapshotterModifier and TypeFieldDescriptionprivate final SnapshotterPostgresChangeEventSourceCoordinator.snapshotterprivate final SnapshotterPostgresChangeEventSourceFactory.snapshotterprivate final SnapshotterPostgresSnapshotChangeEventSource.snapshotterprivate final SnapshotterPostgresStreamingChangeEventSource.snapshotterMethods in io.debezium.connector.postgresql that return SnapshotterModifier and TypeMethodDescriptionPostgresConnectorConfig.SnapshotMode.SnapshotterBuilder.buildSnapshotter(Configuration config) protected SnapshotterPostgresConnectorConfig.getSnapshotter()PostgresConnectorConfig.SnapshotMode.getSnapshotter(Configuration config) Constructors in io.debezium.connector.postgresql with parameters of type SnapshotterModifierConstructorDescriptionPostgresChangeEventSourceCoordinator(Offsets<PostgresPartition, PostgresOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, PostgresChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory<PostgresPartition> changeEventSourceMetricsFactory, EventDispatcher<PostgresPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Snapshotter snapshotter, SlotState slotInfo) PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, PostgresConnection jdbcConnection, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection jdbcConnection, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection connection, PostgresEventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection) -
Uses of Snapshotter in io.debezium.connector.postgresql.snapshot
Classes in io.debezium.connector.postgresql.snapshot that implement SnapshotterModifier and TypeClassDescriptionclassclassclassclassclassFields in io.debezium.connector.postgresql.snapshot declared as SnapshotterMethods in io.debezium.connector.postgresql.snapshot that return SnapshotterConstructors in io.debezium.connector.postgresql.snapshot with parameters of type SnapshotterModifierConstructorDescriptionSnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState)