| Interface | Description |
|---|---|
| Column |
An immutable definition of a column.
|
| ColumnEditor |
An editor for
Column instances. |
| Table |
An immutable definition of a table.
|
| TableEditor |
An editor for
Table instances. |
| Tables.ColumnFilter |
A filter for columns.
|
| Tables.TableChanger | |
| Tables.TableFilter |
A filter for tables.
|
| TableSchemaBuilder.ValueConverter |
A function that converts from a column data value into a Kafka Connect object that is compliant with the Kafka Connect
Schema's corresponding Field. |
| Class | Description |
|---|---|
| ColumnEditorImpl | |
| ColumnImpl | |
| TableEditorImpl | |
| TableId |
Unique identifier for a database table.
|
| TableImpl | |
| Tables |
Structural definitions for a set of tables in a JDBC database.
|
| TableSchema |
Defines the Kafka Connect
Schema functionality associated with a given table definition, and which can
be used to send rows of data that match the table definition to Kafka Connect. |
| TableSchemaBuilder |
Builder that constructs
TableSchema instances for Table definitions. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.