Uses of Class
io.debezium.annotation.NotThreadSafe
-
-
Uses of NotThreadSafe in io.debezium.crdt
Classes in io.debezium.crdt with annotations of type NotThreadSafe Modifier and Type Interface Description interfaceDeltaCounterinterfaceGCounterA simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.interfacePNCounterA simple counter that maintains a single changing value by separately tracking the positive and negative changes.(package private) classStateBasedGCounter(package private) classStateBasedPNCounter(package private) classStateBasedPNDeltaCounter -
Uses of NotThreadSafe in io.debezium.document
Classes in io.debezium.document with annotations of type NotThreadSafe Modifier and Type Class Description (package private) classBasicArrayPackage-level implementation ofArray.(package private) classBasicDocumentPackage-level implementation ofDocument.interfaceDocumentA document contains multipleDocument.Fields, each with a name and possibly-nullValue. -
Uses of NotThreadSafe in io.debezium.jdbc
Classes in io.debezium.jdbc with annotations of type NotThreadSafe Modifier and Type Class Description classJdbcConnectionA utility that simplifies using a JDBC connection and executing transactions composed of multiple statements. -
Uses of NotThreadSafe in io.debezium.pipeline.signal
Classes in io.debezium.pipeline.signal with annotations of type NotThreadSafe Modifier and Type Class Description classSignalThe class responsible for processing of signals delivered to Debezium via a dedicated signaling table. -
Uses of NotThreadSafe in io.debezium.pipeline.source.snapshot.incremental
Classes in io.debezium.pipeline.source.snapshot.incremental with annotations of type NotThreadSafe Modifier and Type Class Description classIncrementalSnapshotContext<T>A class describing current state of incremental snapshotclassSignalBasedIncrementalSnapshotChangeEventSource<T extends DataCollectionId> -
Uses of NotThreadSafe in io.debezium.pipeline.txmetadata
Classes in io.debezium.pipeline.txmetadata with annotations of type NotThreadSafe Modifier and Type Class Description classTransactionContextThe context holds internal state necessary for book-keeping of events in active transaction.classTransactionMonitorThe class has externalized its state inTransactionContextcontext class so it can be stored in and recovered from offsets. -
Uses of NotThreadSafe in io.debezium.relational
Classes in io.debezium.relational with annotations of type NotThreadSafe Modifier and Type Interface Description interfaceColumnEditorAn editor forColumninstances.interfaceTableEditor -
Uses of NotThreadSafe in io.debezium.relational.ddl
Classes in io.debezium.relational.ddl with annotations of type NotThreadSafe Modifier and Type Class Description classDdlChangesADdlParserListenerthat accumulates changes, allowing them to be consumed in the same order by database. -
Uses of NotThreadSafe in io.debezium.relational.history
Classes in io.debezium.relational.history with annotations of type NotThreadSafe Modifier and Type Class Description classKafkaDatabaseHistoryADatabaseHistoryimplementation that records schema changes as normalSourceRecords on the specified topic, and that recovers the history by establishing a Kafka Consumer re-processing all messages on that topic. -
Uses of NotThreadSafe in io.debezium.text
Classes in io.debezium.text with annotations of type NotThreadSafe Modifier and Type Class Description classTokenStreamA foundation for basic parsers that tokenize input content and allows parsers to easily access and use those tokens.
-