Uses of Interface
io.debezium.pipeline.spi.Partition
Packages that use Partition
Package
Description
-
Uses of Partition in io.debezium.connector.common
Classes in io.debezium.connector.common with type parameters of type PartitionModifier and TypeClassDescriptionclassBaseSourceTask<P extends Partition,O extends OffsetContext> Base class for Debezium's CDCSourceTaskimplementations.classOffsetReader<P extends Partition,O extends OffsetContext, L extends OffsetContext.Loader<O>> Provides access to the partition offsets stored by connectors.Methods in io.debezium.connector.common with parameters of type PartitionModifier and TypeMethodDescriptionCdcSourceTaskContext.configureLoggingContext(String contextName, Partition partition) -
Uses of Partition in io.debezium.pipeline
Classes in io.debezium.pipeline with type parameters of type PartitionModifier and TypeClassDescriptionclassAbstractChangeRecordEmitter<P extends Partition,T extends DataCollectionSchema> An abstract implementation ofChangeRecordEmitter.classChangeEventSourceCoordinator<P extends Partition,O extends OffsetContext> Coordinates one or moreChangeEventSources and executes them in order.classEventDispatcher<P extends Partition,T extends DataCollectionId> Central dispatcher for data change and schema change events.static interfaceEventDispatcher.InconsistentSchemaHandler<P extends Partition,T extends DataCollectionId> Reaction to an incoming change event for which schema is not foundstatic interfaceEventDispatcher.SnapshotReceiver<P extends Partition>Change record receiver used during snapshotting.Fields in io.debezium.pipeline declared as Partition -
Uses of Partition in io.debezium.pipeline.metrics
Classes in io.debezium.pipeline.metrics with type parameters of type PartitionModifier and TypeInterfaceDescriptioninterfaceChangeEventSourceMetrics<P extends Partition>Common API for all change event source metrics regardless of the connector phase.classDefaultChangeEventSourceMetricsFactory<P extends Partition>classDefaultSnapshotChangeEventSourceMetrics<P extends Partition>The default implementation of metrics related to the snapshot phase of a connector.classThe default implementation of metrics related to the streaming phase of a connector.classPipelineMetrics<P extends Partition>Base for metrics implementations.interfaceSnapshotChangeEventSourceMetrics<P extends Partition>Metrics related to the snapshot phase of a connector.interfaceStreamingChangeEventSourceMetrics<P extends Partition>Metrics related to the streaming phase of a connector. -
Uses of Partition in io.debezium.pipeline.metrics.spi
Classes in io.debezium.pipeline.metrics.spi with type parameters of type PartitionModifier and TypeInterfaceDescriptioninterfaceChangeEventSourceMetricsFactory<P extends Partition>A factory for creatingSnapshotChangeEventSourceMetricsandStreamingChangeEventSourceMetrics. -
Uses of Partition in io.debezium.pipeline.notification
Classes in io.debezium.pipeline.notification with type parameters of type PartitionModifier and TypeClassDescriptionclassIncrementalSnapshotNotificationService<P extends Partition,O extends OffsetContext> classNotificationService<P extends Partition,O extends OffsetContext> This service can be used to send notification to available and enabled channels -
Uses of Partition in io.debezium.pipeline.notification.channels
Methods in io.debezium.pipeline.notification.channels with type parameters of type PartitionModifier and TypeMethodDescription<P extends Partition,O extends OffsetContext>
voidConnectChannel.send(Notification notification, Offsets<P, O> offsets) <P extends Partition,O extends OffsetContext>
voidSinkNotificationChannel.send(Notification notification, Offsets<P, O> offsets) -
Uses of Partition in io.debezium.pipeline.signal
Classes in io.debezium.pipeline.signal with type parameters of type PartitionModifier and TypeClassDescriptionclassSignalPayload<P extends Partition>classSignalProcessor<P extends Partition,O extends OffsetContext> This class permits to process signals coming from the different channels.Fields in io.debezium.pipeline.signal declared as Partition -
Uses of Partition in io.debezium.pipeline.signal.actions
Classes in io.debezium.pipeline.signal.actions with type parameters of type PartitionModifier and TypeClassDescriptionclassAbstractSnapshotSignal<P extends Partition>classclassSchemaChanges<P extends Partition>interfaceSignalAction<P extends Partition> -
Uses of Partition in io.debezium.pipeline.signal.actions.snapshotting
Classes in io.debezium.pipeline.signal.actions.snapshotting with type parameters of type PartitionModifier and TypeClassDescriptionclassCloseIncrementalSnapshotWindow<P extends Partition>classExecuteSnapshot<P extends Partition>The action to trigger an ad-hoc snapshot.classOpenIncrementalSnapshotWindow<P extends Partition>classPauseIncrementalSnapshot<P extends Partition>classResumeIncrementalSnapshot<P extends Partition>classStopSnapshot<P extends Partition>The action to stop an ad-hoc snapshot. -
Uses of Partition in io.debezium.pipeline.source
Classes in io.debezium.pipeline.source with type parameters of type PartitionModifier and TypeClassDescriptionclassAbstractSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> An abstract implementation ofSnapshotChangeEventSourcethat all implementations should extend to inherit common functionality.static classAbstractSnapshotChangeEventSource.SnapshotContext<P extends Partition,O extends OffsetContext> Mutable context which is populated in the course of snapshottingFields in io.debezium.pipeline.source declared as Partition -
Uses of Partition in io.debezium.pipeline.source.snapshot.incremental
Classes in io.debezium.pipeline.source.snapshot.incremental with type parameters of type PartitionModifier and TypeClassDescriptionclassAbstractIncrementalSnapshotChangeEventSource<P extends Partition,T extends DataCollectionId> An incremental snapshot change event source that emits events from a DB log interleaved with snapshot events.interfaceIncrementalSnapshotChangeEventSource<P extends Partition,T extends DataCollectionId> A Contract tclassSignalBasedIncrementalSnapshotChangeEventSource<P extends Partition,T extends DataCollectionId> Methods in io.debezium.pipeline.source.snapshot.incremental with parameters of type PartitionModifier and TypeMethodDescriptionprotected voidSignalBasedIncrementalSnapshotChangeEventSource.emitWindowClose(Partition partition, OffsetContext offsetContext) voidSignalBasedIncrementalSnapshotChangeEventSource.processMessage(Partition partition, DataCollectionId dataCollectionId, Object key, OffsetContext offsetContext) -
Uses of Partition in io.debezium.pipeline.source.spi
Classes in io.debezium.pipeline.source.spi with type parameters of type PartitionModifier and TypeInterfaceDescriptioninterfaceChangeEventSourceFactory<P extends Partition,O extends OffsetContext> A factory for creatingChangeEventSources specific to one database.interfaceDataChangeEventListener<P extends Partition>A class invoked byEventDispatcherwhenever an event is available for processing.interfaceSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> A change event source that emits events for taking a consistent snapshot of the captured tables, which may include schema and data information.interfaceSnapshotProgressListener<P extends Partition>Invoked whenever an important event or change of state happens during the snapshot phase.interfaceStreamingChangeEventSource<P extends Partition,O extends OffsetContext> A change event source that emits events from a DB log, such as MySQL's binlog or similar.Methods in io.debezium.pipeline.source.spi with type parameters of type PartitionModifier and TypeMethodDescriptionstatic <P extends Partition>
DataChangeEventListener<P>DataChangeEventListener.NO_OP()static <P extends Partition>
SnapshotProgressListener<P>SnapshotProgressListener.NO_OP() -
Uses of Partition in io.debezium.pipeline.spi
Classes in io.debezium.pipeline.spi with type parameters of type PartitionModifier and TypeInterfaceDescriptioninterfaceChangeRecordEmitter<P extends Partition>Represents a change applied to a source database and emits one or more corresponding change records.static interfaceChangeRecordEmitter.Receiver<P extends Partition>Callback passed toChangeRecordEmitters, allowing them to produce one or more change records.final classOffsets<P extends Partition,O extends OffsetContext> Keeps track the source partitions to be processed by the connector task and their respective offsets.static interfacePartition.Provider<P extends Partition>Implementations provide a set of connector-specific partitions based on the connector task configuration.Methods in io.debezium.pipeline.spi with type parameters of type PartitionModifier and TypeMethodDescriptionstatic <P extends Partition,O extends OffsetContext>
Offsets<P,O> static <P extends Partition,O extends OffsetContext>
Offsets<P,O> Offsets.of(P partition, O position) -
Uses of Partition in io.debezium.pipeline.txmetadata
Methods in io.debezium.pipeline.txmetadata with parameters of type PartitionModifier and TypeMethodDescriptionprivate voidTransactionMonitor.beginTransaction(Partition partition, OffsetContext offsetContext, Instant timestamp) voidTransactionMonitor.dataEvent(Partition partition, DataCollectionId source, OffsetContext offset, Object key, org.apache.kafka.connect.data.Struct value) private voidTransactionMonitor.endTransaction(Partition partition, OffsetContext offsetContext, Instant timestamp) voidTransactionMonitor.transactionComittedEvent(Partition partition, OffsetContext offset, Instant timestamp) voidTransactionMonitor.transactionStartedEvent(Partition partition, String transactionId, OffsetContext offset, Instant timestamp) -
Uses of Partition in io.debezium.relational
Classes in io.debezium.relational with type parameters of type PartitionModifier and TypeClassDescriptionclassRelationalChangeRecordEmitter<P extends Partition>Base class forChangeRecordEmitterimplementations based on a relational database.classRelationalSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> Base class forSnapshotChangeEventSourcefor relational databases with or without a schema history.static classRelationalSnapshotChangeEventSource.RelationalSnapshotContext<P extends Partition,O extends OffsetContext> Mutable context which is populated in the course of snapshotting.classSnapshotChangeRecordEmitter<P extends Partition>Emits change data based on a single row read via JDBC.Classes in io.debezium.relational that implement PartitionModifier and TypeClassDescriptionclassAn abstract implementation ofPartitionwhich provides default facilities for logging. -
Uses of Partition in io.debezium.schema
Methods in io.debezium.schema with parameters of type PartitionModifier and TypeMethodDescriptionstatic SchemaChangeEventSchemaChangeEvent.of(SchemaChangeEvent.SchemaChangeEventType type, Partition partition, OffsetContext offsetContext, String databaseName, String schemaName, String ddl, Table table, boolean isFromSnapshot) Create a schema change event for any event type that does not involve a table rename.static SchemaChangeEventSchemaChangeEvent.ofAlter(Partition partition, OffsetContext offsetContext, String databaseName, String schemaName, String ddl, Table table) Create a schema change event for aALTER TABLEevent.static SchemaChangeEventSchemaChangeEvent.ofCreate(Partition partition, OffsetContext offsetContext, String databaseName, String schemaName, String ddl, Table table, boolean isFromSnapshot) Create a schema change event for aCREATE TABLEstatement with DDL.static SchemaChangeEventSchemaChangeEvent.ofDatabase(Partition partition, OffsetContext offsetContext, String databaseName, String ddl, boolean isFromSnapshot) Create a schema change event for a database-specific DDL operation.static SchemaChangeEventSchemaChangeEvent.ofDrop(Partition partition, OffsetContext offsetContext, String databaseName, String schemaName, String ddl, Table table) Create a schema change event for aDROP TABLEevent.static SchemaChangeEventSchemaChangeEvent.ofRename(Partition partition, OffsetContext offsetContext, String databaseName, String schemaName, String ddl, Table table, TableId previousTableId) Create a schema change event for aALTER TABLE RENAMEevent.static SchemaChangeEventSchemaChangeEvent.ofSnapshotCreate(Partition partition, OffsetContext offsetContext, String databaseName, Table table) Create a schema change event for aCREATE TABLEstatement without DDL from snapshot phase.default voidHistorizedDatabaseSchema.recover(Partition partition, OffsetContext offset) -
Uses of Partition in io.debezium.util
Methods in io.debezium.util with parameters of type Partition