| Package | Description |
|---|---|
| io.debezium.crdt | |
| io.debezium.document | |
| io.debezium.relational | |
| io.debezium.relational.ddl | |
| io.debezium.relational.history | |
| io.debezium.text |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeltaCounter
|
interface |
GCounter
A simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.
|
interface |
PNCounter
A simple counter that maintains a single changing value by separately tracking the positive and negative changes.
|
(package private) class |
StateBasedGCounter |
(package private) class |
StateBasedPNCounter |
(package private) class |
StateBasedPNDeltaCounter |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BasicArray
Package-level implementation of
Array. |
(package private) class |
BasicDocument
Package-level implementation of
Document. |
interface |
Document
A document contains multiple
Document.Fields, each with a name and possibly-null Value. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnEditor
An editor for
Column instances. |
interface |
TableEditor
An editor for
Table instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
DdlChanges
A
DdlParserListener that accumulates changes, allowing them to be consumed in the same order by database. |
class |
DdlParser
A parser for DDL statements.
|
class |
DdlParserSql2003
A parser for DDL statements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaDatabaseHistory
A
DatabaseHistory implementation that records schema changes as normal SourceRecords on the specified topic,
and that recovers the history by establishing a Kafka Consumer re-processing all messages on that topic. |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenStream
A foundation for basic parsers that tokenize input content and allows parsers to easily access and use those tokens.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.