Uses of Class
io.debezium.annotation.ThreadSafe
-
-
Uses of ThreadSafe in io.debezium.config
Classes in io.debezium.config with annotations of type ThreadSafe Modifier and Type Class Description classConfigDefinitionDefines the configuration options of a connector. -
Uses of ThreadSafe in io.debezium.connector.base
Classes in io.debezium.connector.base with annotations of type ThreadSafe Modifier and Type Class Description classChangeEventQueue<T>A queue which serves as handover point between producer threads (e.g. -
Uses of ThreadSafe in io.debezium.document
Classes in io.debezium.document with annotations of type ThreadSafe Modifier and Type Interface Description interfaceArrayReaderReadsArrayinstances from a variety of input forms.interfaceArrayWriterWritesArrayinstances to a variety of output forms.interfaceDocumentReaderReadsDocumentinstances from a variety of input forms.interfaceDocumentWriterWritesDocumentinstances to a variety of output forms.(package private) classJacksonReaderADocumentReaderandArrayReaderthat uses the Jackson library to read JSON.(package private) classJacksonWriterADocumentWriterandArrayWriterthat uses the Jackson library to write JSON. -
Uses of ThreadSafe in io.debezium.jdbc
Classes in io.debezium.jdbc with annotations of type ThreadSafe Modifier and Type Interface Description static interfaceJdbcConnection.ConnectionFactoryEstablishes JDBC connections. -
Uses of ThreadSafe in io.debezium.metrics
Classes in io.debezium.metrics with annotations of type ThreadSafe Modifier and Type Class Description classMetricsBase for metrics implementations. -
Uses of ThreadSafe in io.debezium.pipeline
Classes in io.debezium.pipeline with annotations of type ThreadSafe Modifier and Type Class Description classChangeEventSourceCoordinatorCoordinates one or moreChangeEventSources and executes them in order. -
Uses of ThreadSafe in io.debezium.pipeline.metrics
Classes in io.debezium.pipeline.metrics with annotations of type ThreadSafe Modifier and Type Class Description classPipelineMetricsBase for metrics implementations.classSnapshotChangeEventSourceMetricsMetrics related to the initial snapshot of a connector.classStreamingChangeEventSourceMetrics -
Uses of ThreadSafe in io.debezium.relational
Classes in io.debezium.relational with annotations of type ThreadSafe Modifier and Type Class Description classCustomConverterRegistryThe registry of all converters that were provided by the connector configuration.classTablesStructural definitions for a set of tables in a JDBC database.classTableSchemaBuilderBuilder that constructsTableSchemainstances forTabledefinitions. -
Uses of ThreadSafe in io.debezium.relational.history
Classes in io.debezium.relational.history with annotations of type ThreadSafe Modifier and Type Class Description classFileDatabaseHistoryADatabaseHistoryimplementation that stores the schema history in a local file.classMemoryDatabaseHistoryADatabaseHistoryimplementation that stores the schema history in a local file. -
Uses of ThreadSafe in io.debezium.schema
Classes in io.debezium.schema with annotations of type ThreadSafe Modifier and Type Class Description private static classTopicSelector.TopicNameCache<I extends DataCollectionId>A topic namer that caches names it has obtained from a delegate. -
Uses of ThreadSafe in io.debezium.util
Classes in io.debezium.util with annotations of type ThreadSafe Modifier and Type Interface Description interfaceSchemaNameAdjusterA adjuster for the names of change data message schemas.static interfaceSchemaNameAdjuster.ReplacementFunctionFunction used to determine the replacement for a character that is not valid per Avro rules.static interfaceSchemaNameAdjuster.ReplacementOccurredFunction used to report that an original value was replaced with an Avro-compatible string.classStopwatchA stopwatch for measuring durations.protected static classStopwatch.BaseDurationsAbstract base class forStopwatch.Durationsimplementations.static interfaceStopwatch.DurationsThe average and total durations as measured by one or more stopwatches.private static classStopwatch.MultipleDurationsAStopwatch.Durationsimplementation that accumulates alladdeddurations.private static classStopwatch.SingleDurationAStopwatch.Durationsimplementation that only remembers the most recentlyaddedduration.static interfaceStopwatch.StopwatchSetA set of stopwatches whose durations are combined.classStringsString-related utility methods.classVariableLatchA latch that works similarly toCountDownLatchexcept that it can also increase the count dynamically.
-