Uses of Annotation Type
io.debezium.annotation.NotThreadSafe
Packages that use NotThreadSafe
Package
Description
-
Uses of NotThreadSafe in io.debezium.crdt
Classes in io.debezium.crdt with annotations of type NotThreadSafeModifier and TypeInterfaceDescriptioninterfaceinterfaceA simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.interfaceA simple counter that maintains a single changing value by separately tracking the positive and negative changes.(package private) class(package private) class(package private) class -
Uses of NotThreadSafe in io.debezium.document
Classes in io.debezium.document with annotations of type NotThreadSafeModifier and TypeClassDescription(package private) final classPackage-level implementation ofArray.(package private) final classPackage-level implementation ofDocument.interfaceA 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 NotThreadSafeModifier and TypeClassDescriptionclassA 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 -
Uses of NotThreadSafe in io.debezium.pipeline.source.snapshot.incremental
Classes in io.debezium.pipeline.source.snapshot.incremental with annotations of type NotThreadSafeModifier 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.classA class describing current state of incremental snapshotclassSignalBasedIncrementalSnapshotChangeEventSource<P extends Partition,T extends DataCollectionId> classA class describing current state of incremental snapshot -
Uses of NotThreadSafe in io.debezium.pipeline.txmetadata
Classes in io.debezium.pipeline.txmetadata with annotations of type NotThreadSafeModifier and TypeClassDescriptionclassThe context holds internal state necessary for book-keeping of events in active transaction.classThe 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 -
Uses of NotThreadSafe in io.debezium.relational.ddl
Classes in io.debezium.relational.ddl with annotations of type NotThreadSafeModifier and TypeClassDescriptionclassADdlParserListenerthat 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 NotThreadSafeModifier and TypeClassDescriptionclassADatabaseHistoryimplementation 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 NotThreadSafeModifier and TypeClassDescriptionclassA foundation for basic parsers that tokenize input content and allows parsers to easily access and use those tokens. -
Uses of NotThreadSafe in io.debezium.util
Classes in io.debezium.util with annotations of type NotThreadSafeModifier and TypeClassDescriptionclassLRUCacheMap<K,V> A custom implementation ofLRUCachethat allows exposure to the underlying delegate's key or values collections.