Skip navigation links
A B C D E F G H I J K M N O P S T U V 

A

addChange(Change) - Method in class io.confluent.connect.cdc.CDCSourceTask
 
addChange(Change) - Method in interface io.confluent.connect.cdc.ChangeWriter
 

B

BACKOFF_TIME_MS_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
backoffTimeMs - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
BaseServiceTask<CONF extends CDCSourceConnectorConfig> - Class in io.confluent.connect.cdc
 
BaseServiceTask() - Constructor for class io.confluent.connect.cdc.BaseServiceTask
 
BATCH_SIZE_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
batchSize - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 

C

cachedOffsets - Variable in class io.confluent.connect.cdc.CachingTableMetadataProvider
 
cacheOffset(ChangeKey, Map<String, Object>) - Method in class io.confluent.connect.cdc.CachingTableMetadataProvider
 
cacheOffset(ChangeKey, Map<String, Object>) - Method in interface io.confluent.connect.cdc.TableMetadataProvider
 
CachingTableMetadataProvider<T extends PooledCDCSourceConnectorConfig> - Class in io.confluent.connect.cdc
 
CachingTableMetadataProvider(T, OffsetStorageReader) - Constructor for class io.confluent.connect.cdc.CachingTableMetadataProvider
 
CDCSourceConnector - Class in io.confluent.connect.cdc
 
CDCSourceConnector() - Constructor for class io.confluent.connect.cdc.CDCSourceConnector
 
CDCSourceConnectorConfig - Class in io.confluent.connect.cdc
 
CDCSourceConnectorConfig(ConfigDef, Map<?, ?>) - Constructor for class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
CDCSourceConnectorConfig.CaseFormat - Enum in io.confluent.connect.cdc
 
CDCSourceTask<CONF extends CDCSourceConnectorConfig> - Class in io.confluent.connect.cdc
 
CDCSourceTask() - Constructor for class io.confluent.connect.cdc.CDCSourceTask
 
Change - Interface in io.confluent.connect.cdc
 
Change.ChangeType - Enum in io.confluent.connect.cdc
Type of change
Change.ColumnValue - Interface in io.confluent.connect.cdc
 
ChangeKey - Class in io.confluent.connect.cdc
 
ChangeKey(Change) - Constructor for class io.confluent.connect.cdc.ChangeKey
 
ChangeKey(String, String, String) - Constructor for class io.confluent.connect.cdc.ChangeKey
 
changeType() - Method in interface io.confluent.connect.cdc.Change
Type of change
ChangeWriter - Interface in io.confluent.connect.cdc
 
closeConnection(PooledConnection) - Static method in class io.confluent.connect.cdc.JdbcUtils
 
closeConnection(Connection) - Static method in class io.confluent.connect.cdc.JdbcUtils
 
COLUMN_NAME - Static variable in interface io.confluent.connect.cdc.Change.ColumnValue
The name of the column before it was changed.
columnName() - Method in interface io.confluent.connect.cdc.Change.ColumnValue
Name of the column.
columnSchemas() - Method in interface io.confluent.connect.cdc.TableMetadataProvider.TableMetadata
 
compareTo(ChangeKey) - Method in class io.confluent.connect.cdc.ChangeKey
 
compareTo(ConnectionKey) - Method in class io.confluent.connect.cdc.ConnectionKey
 
config - Variable in class io.confluent.connect.cdc.CachingTableMetadataProvider
 
config() - Static method in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
config - Variable in class io.confluent.connect.cdc.CDCSourceTask
 
config() - Static method in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
ConnectionKey - Class in io.confluent.connect.cdc
 
ConnectionKey(String, int, String, String) - Constructor for class io.confluent.connect.cdc.ConnectionKey
 
connectionKey(ChangeKey) - Method in interface io.confluent.connect.cdc.ConnectionPoolDataSourceFactory
 
connectionPool(ConnectionKey) - Method in interface io.confluent.connect.cdc.ConnectionPoolDataSourceFactory
 
ConnectionPoolDataSourceFactory - Interface in io.confluent.connect.cdc
 
connectionPoolDataSourceFactory() - Method in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 

D

DATABASE_NAME - Static variable in interface io.confluent.connect.cdc.Change
The name of the column before it was changed.
databaseName() - Method in interface io.confluent.connect.cdc.Change
Name of the database where the change originated from.
databaseName - Variable in class io.confluent.connect.cdc.ChangeKey
 
databaseName - Variable in class io.confluent.connect.cdc.ConnectionKey
 
databaseName() - Method in interface io.confluent.connect.cdc.TableMetadataProvider.TableMetadata
 

E

equals(Object) - Method in class io.confluent.connect.cdc.ChangeKey
 
equals(Object) - Method in class io.confluent.connect.cdc.ConnectionKey
 

F

fetchTableMetadata(ChangeKey) - Method in class io.confluent.connect.cdc.CachingTableMetadataProvider
 

G

getConfig(Map<String, String>) - Method in class io.confluent.connect.cdc.CDCSourceTask
 

H

hashCode() - Method in class io.confluent.connect.cdc.ChangeKey
 
hashCode() - Method in class io.confluent.connect.cdc.ConnectionKey
 

I

INITIAL_DATABASE_CONF - Static variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
initialDatabase - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
io.confluent.connect.cdc - package io.confluent.connect.cdc
 

J

JDBC_PASSWORD_CONF - Static variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
JDBC_USERNAME_CONF - Static variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
jdbcPassword - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
jdbcPoolMaxIdle - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
jdbcPoolMaxTotal - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
jdbcPoolMinIdle - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
jdbcUsername - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
JdbcUtils - Class in io.confluent.connect.cdc
 

K

KEY_NAME_FORMAT_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
keyColumns() - Method in interface io.confluent.connect.cdc.Change
The columns with data for the key of the record.
keyColumns() - Method in interface io.confluent.connect.cdc.TableMetadataProvider.TableMetadata
 
keyNameFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 

M

metadata() - Method in interface io.confluent.connect.cdc.Change
Metadata for the change.

N

namespace - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
NAMESPACE_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 

O

of(String, int, String, String) - Static method in class io.confluent.connect.cdc.ConnectionKey
 
offsetStorageReader - Variable in class io.confluent.connect.cdc.CachingTableMetadataProvider
 
openPooledConnection(PooledCDCSourceConnectorConfig, ChangeKey) - Static method in class io.confluent.connect.cdc.JdbcUtils
 

P

poll() - Method in class io.confluent.connect.cdc.CDCSourceTask
 
PooledCDCSourceConnectorConfig<T extends ConnectionPoolDataSourceFactory> - Class in io.confluent.connect.cdc
 
PooledCDCSourceConnectorConfig(ConfigDef, Map<?, ?>) - Constructor for class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
port - Variable in class io.confluent.connect.cdc.ConnectionKey
 

S

schema() - Method in interface io.confluent.connect.cdc.Change.ColumnValue
Schema for the data.
SCHEMA_CACHE_MS_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
SCHEMA_CASE_FORMAT_COLUMN_NAMES_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
SCHEMA_CASE_FORMAT_DATABASE_NAMES_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
SCHEMA_CASE_FORMAT_INPUT_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
SCHEMA_CASE_FORMAT_SCHEMA_NAMES_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
SCHEMA_CASE_FORMAT_TABLE_NAMES_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
SCHEMA_NAME - Static variable in interface io.confluent.connect.cdc.Change
 
schemaCacheMs - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
schemaColumnNameFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
schemaDatabaseNameFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
schemaInputFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
schemaName() - Method in interface io.confluent.connect.cdc.Change
Schema where the change originated from.
schemaName - Variable in class io.confluent.connect.cdc.ChangeKey
 
schemaName() - Method in interface io.confluent.connect.cdc.TableMetadataProvider.TableMetadata
 
schemaSchemaNameFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
schemaTableNameFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
server - Variable in class io.confluent.connect.cdc.ConnectionKey
 
SERVER_NAME_CONF - Static variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
SERVER_PORT_CONF - Static variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
serverName - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
serverPort - Variable in class io.confluent.connect.cdc.PooledCDCSourceConnectorConfig
 
service(ChangeWriter, OffsetStorageReader) - Method in class io.confluent.connect.cdc.BaseServiceTask
 
sourceOffset() - Method in interface io.confluent.connect.cdc.Change
Source offset for the change.
sourcePartition(Change) - Static method in interface io.confluent.connect.cdc.Change
 
sourcePartition(ChangeKey) - Static method in interface io.confluent.connect.cdc.Change
 
sourcePartition(String, String, String) - Static method in interface io.confluent.connect.cdc.Change
 
sourcePartition() - Method in interface io.confluent.connect.cdc.Change
Source partition for change.
sourcePartition() - Method in class io.confluent.connect.cdc.ChangeKey
 
start(Map<String, String>) - Method in class io.confluent.connect.cdc.BaseServiceTask
 
start(Map<String, String>) - Method in class io.confluent.connect.cdc.CDCSourceTask
 
startOffset(ChangeKey) - Method in interface io.confluent.connect.cdc.TableMetadataProvider
 
stop() - Method in class io.confluent.connect.cdc.BaseServiceTask
 

T

TABLE_NAME - Static variable in interface io.confluent.connect.cdc.Change
 
tableMetadata(ChangeKey) - Method in class io.confluent.connect.cdc.CachingTableMetadataProvider
 
tableMetadata(ChangeKey) - Method in interface io.confluent.connect.cdc.TableMetadataProvider
 
TableMetadataProvider - Interface in io.confluent.connect.cdc
 
TableMetadataProvider.TableMetadata - Interface in io.confluent.connect.cdc
 
tableName() - Method in interface io.confluent.connect.cdc.Change
Table that was changed.
tableName - Variable in class io.confluent.connect.cdc.ChangeKey
 
tableName() - Method in interface io.confluent.connect.cdc.TableMetadataProvider.TableMetadata
 
time - Variable in class io.confluent.connect.cdc.CDCSourceTask
 
timestamp() - Method in interface io.confluent.connect.cdc.Change
Timestamp of when the transaction occurred.
TOPIC_FORMAT_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
topicFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
toString() - Method in class io.confluent.connect.cdc.ChangeKey
 
toString() - Method in class io.confluent.connect.cdc.ConnectionKey
 
toString(Schema) - Static method in class io.confluent.connect.cdc.Utils
 

U

UNCOMITTED_RECORD_MAX_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
UNCOMITTED_RECORD_TIMEOUT_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
uncommittedRecordMax - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
uncommittedRecordTimeout - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
username - Variable in class io.confluent.connect.cdc.ConnectionKey
 
Utils - Class in io.confluent.connect.cdc
 
Utils() - Constructor for class io.confluent.connect.cdc.Utils
 

V

value() - Method in interface io.confluent.connect.cdc.Change.ColumnValue
Value for the data.
VALUE_NAME_FORMAT_CONFIG - Static variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
valueColumns() - Method in interface io.confluent.connect.cdc.Change
The columns with data for the value of the record.
valueNameFormat - Variable in class io.confluent.connect.cdc.CDCSourceConnectorConfig
 
valueOf(String) - Static method in enum io.confluent.connect.cdc.CDCSourceConnectorConfig.CaseFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.confluent.connect.cdc.Change.ChangeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.confluent.connect.cdc.CDCSourceConnectorConfig.CaseFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.confluent.connect.cdc.Change.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class io.confluent.connect.cdc.CDCSourceConnector
 
version() - Method in class io.confluent.connect.cdc.CDCSourceTask
 
A B C D E F G H I J K M N O P S T U V 
Skip navigation links

Copyright © 2017–2018. All rights reserved.