| Modifier and Type | Class and Description |
|---|---|
class |
ConfigDefinition
Defines the configuration options of a connector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayReader
Reads
Array instances from a variety of input forms. |
interface |
ArrayWriter
Writes
Array instances to a variety of output forms. |
interface |
DocumentReader
Reads
Document instances from a variety of input forms. |
interface |
DocumentWriter
Writes
Document instances to a variety of output forms. |
(package private) class |
JacksonReader
A
DocumentReader and ArrayReader that uses the Jackson library to read JSON. |
(package private) class |
JacksonWriter
A
DocumentWriter and ArrayWriter that uses the Jackson library to write JSON. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JdbcConnection.ConnectionFactory
Establishes JDBC connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Metrics
Base for metrics implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeEventSourceCoordinator
Coordinates one or more
ChangeEventSources and executes them in order. |
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineMetrics
Base for metrics implementations.
|
class |
SnapshotChangeEventSourceMetrics
Metrics related to the initial snapshot of a connector.
|
class |
StreamingChangeEventSourceMetrics |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomConverterRegistry
The registry of all converters that were provided by the connector configuration.
|
class |
Tables
Structural definitions for a set of tables in a JDBC database.
|
class |
TableSchemaBuilder
Builder that constructs
TableSchema instances for Table definitions. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDatabaseHistory
A
DatabaseHistory implementation that stores the schema history in a local file. |
class |
MemoryDatabaseHistory
A
DatabaseHistory implementation that stores the schema history in a local file. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
TopicSelector.TopicNameCache<I extends DataCollectionId>
A topic namer that caches names it has obtained from a delegate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaNameAdjuster
A adjuster for the names of change data message schemas.
|
static interface |
SchemaNameAdjuster.ReplacementFunction
Function used to determine the replacement for a character that is not valid per Avro rules.
|
static interface |
SchemaNameAdjuster.ReplacementOccurred
Function used to report that an original value was replaced with an Avro-compatible string.
|
class |
Stopwatch
A stopwatch for measuring durations.
|
protected static class |
Stopwatch.BaseDurations
Abstract base class for
Stopwatch.Durations implementations. |
static interface |
Stopwatch.Durations
The average and total durations as measured by one or more stopwatches.
|
private static class |
Stopwatch.MultipleDurations
A
Stopwatch.Durations implementation that accumulates all added durations. |
private static class |
Stopwatch.SingleDuration
A
Stopwatch.Durations implementation that only remembers the most recently added duration. |
static interface |
Stopwatch.StopwatchSet
A set of stopwatches whose durations are combined.
|
class |
Strings
String-related utility methods.
|
class |
VariableLatch
A latch that works similarly to
CountDownLatch except that it can also increase the count dynamically. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.