- setColumnBlacklist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Description is not available here, please check Debezium website for
corresponding key 'column.blacklist' description.
- setConfiguration(SqlServerConnectorEmbeddedDebeziumConfiguration) - Method in class org.apache.camel.component.debezium.DebeziumSqlserverComponent
-
- setConfiguration(SqlServerConnectorEmbeddedDebeziumConfiguration) - Method in class org.apache.camel.component.debezium.DebeziumSqlserverEndpoint
-
- setDatabaseDbname(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The name of the database the connector should be monitoring.
- setDatabaseHistory(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The name of the DatabaseHistory class that should be used to store and
recover database schema changes.
- setDatabaseHistoryFileFilename(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The path to the file that will be used to record the database history
- setDatabaseHistoryKafkaBootstrapServers(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A list of host/port pairs that the connector will use for establishing
the initial connection to the Kafka cluster for retrieving database
schema history previously stored by the connector.
- setDatabaseHistoryKafkaRecoveryAttempts(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The number of attempts in a row that no data are returned from Kafka
before recover completes.
- setDatabaseHistoryKafkaRecoveryPollIntervalMs(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The number of milliseconds to wait while polling for persisted data
during recovery.
- setDatabaseHistoryKafkaTopic(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The name of the topic for the database schema history
- setDatabaseHostname(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Resolvable hostname or IP address of the SQL Server database server.
- setDatabasePassword(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Password of the SQL Server database user to be used when connecting to
the database.
- setDatabasePort(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Port of the SQL Server database server.
- setDatabaseServerName(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Unique name that identifies the database server and all recorded offsets,
and that is used as a prefix for all schemas and topics.
- setDatabaseServerTimezone(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The timezone of the server used to correctly shift the commit transaction
timestamp on the client sideOptions include: Any valid Java ZoneId
- setDatabaseUser(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Name of the SQL Server database user to be used when connecting to the
database.
- setDecimalHandlingMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Specify how DECIMAL and NUMERIC columns should be represented in change
events, including:'precise' (the default) uses java.math.BigDecimal to
represent values, which are encoded in the change events using a binary
representation and Kafka Connect's
'org.apache.kafka.connect.data.Decimal' type; 'string' uses string to
represent values; 'double' represents values using Java's 'double', which
may not offer the precision but will be far easier to use in consumers.
- setEventProcessingFailureHandlingMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Specify how failures during processing of events (i.e.
- setHeartbeatIntervalMs(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Length of an interval in milli-seconds in in which the connector
periodically sends heartbeat messages to a heartbeat topic.
- setHeartbeatTopicsPrefix(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The prefix that is used to name heartbeat topics.Defaults to
__debezium-heartbeat.
- setMaxBatchSize(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Maximum size of each batch of source records.
- setMaxQueueSize(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Maximum size of the queue for change events read from the database log
but not yet recorded or forwarded.
- setMessageKeyColumns(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A semicolon-separated list of expressions that match fully-qualified
tables and column(s) to be used as message key.
- setPollIntervalMs(long) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Frequency in milliseconds to wait for new change events to appear after
receiving no events.
- setProvideTransactionMetadata(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Enables transaction metadata extraction together with event counting
- setSnapshotDelayMs(long) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The number of milliseconds to delay before a snapshot will begin.
- setSnapshotFetchSize(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The maximum number of records that should be loaded into memory while
performing a snapshot
- setSnapshotLockTimeoutMs(long) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The maximum number of millis to wait for table locks at the beginning of
a snapshot.
- setSnapshotMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The criteria for running a snapshot upon startup of the connector.
- setSnapshotSelectStatementOverrides(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
This property contains a comma-separated list of fully-qualified tables
(DB_NAME.TABLE_NAME) or (SCHEMA_NAME.TABLE_NAME), depending on
thespecific connectors .
- setSourceStructVersion(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A version of the format of the publicly visible source part in the
message
- setTableBlacklist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Description is not available here, please check Debezium website for
corresponding key 'table.blacklist' description.
- setTableIgnoreBuiltin(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Flag specifying whether built-in tables should be ignored.
- setTableWhitelist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The tables for which changes are to be captured
- setTimePrecisionMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Time, date, and timestamps can be represented with different kinds of
precisions, including:'adaptive' (the default) bases the precision of
time, date, and timestamp values on the database column's precision;
'adaptive_time_microseconds' like 'adaptive' mode, but TIME fields always
use microseconds precision;'connect' always represents time, date, and
timestamp values using Kafka Connect's built-in representations for Time,
Date, and Timestamp, which uses millisecond precision regardless of the
database columns' precision .
- setTombstonesOnDelete(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Whether delete operations should be represented by a delete event and a
subsquenttombstone event (true) or only by a delete event (false).
- SqlServerConnectorEmbeddedDebeziumConfiguration - Class in org.apache.camel.component.debezium.configuration
-
- SqlServerConnectorEmbeddedDebeziumConfiguration() - Constructor for class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-