- secretPropertyNames() - Method in class org.apache.camel.component.debezium.DebeziumSqlserverEndpointUriFactory
-
- setBinaryHandlingMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Specify how binary (blob, binary, etc.) columns should be represented in
change events, including:'bytes' represents binary data as byte array
(default)'base64' represents binary data as base64-encoded string'hex'
represents binary data as hex-encoded (base16) string
- setColumnBlacklist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Regular expressions matching columns to exclude from change events
(deprecated, use "column.exclude.list" instead)
- setColumnExcludeList(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Regular expressions matching columns to exclude from change events
- setColumnIncludeList(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Regular expressions matching columns to include in change events
- setColumnPropagateSourceType(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A comma-separated list of regular expressions matching fully-qualified
names of columns that adds the columns original type and original length
as parameters to the corresponding field schemas in the emitted change
records.
- setColumnWhitelist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Regular expressions matching columns to include in change events
(deprecated, use "column.include.list" instead)
- setConfiguration(SqlServerConnectorEmbeddedDebeziumConfiguration) - Method in class org.apache.camel.component.debezium.DebeziumSqlserverComponent
-
- setConfiguration(SqlServerConnectorEmbeddedDebeziumConfiguration) - Method in class org.apache.camel.component.debezium.DebeziumSqlserverEndpoint
-
- setConverters(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Optional list of custom converters that would be used instead of default
ones.
- 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 database server.
- setDatabaseInstance(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The SQL Server instance name
- setDatabasePassword(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Password of the 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 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 database user to be used when connecting to the database.
- setDatatypePropagateSourceType(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A comma-separated list of regular expressions matching the
database-specific data type names that adds the data type's original type
and original length as parameters to the corresponding field schemas in
the emitted change records.
- 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.
- setIncludeSchemaChanges(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Whether the connector should publish changes in the database schema to a
Kafka topic with the same name as the database server ID.
- 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.
- setMaxQueueSizeInBytes(long) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Maximum size of the queue in bytes 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
-
Time to wait for new change events to appear after receiving no events,
given in milliseconds.
- setProvideTransactionMetadata(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Enables transaction metadata extraction together with event counting
- setQueryFetchSize(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The maximum number of records that should be loaded into memory while
streaming.
- setRetriableRestartConnectorWaitMs(long) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Time to wait before restarting connector after retriable exception
occurs.
- setSanitizeFieldNames(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Whether field names will be sanitized to Avro naming conventions
- setSignalDataCollection(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The name of the data collection that is used to send signals/commands to
Debezium.
- setSkippedOperations(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The comma-separated list of operations to skip during streaming, defined
as: 'c' for inserts/create; 'u' for updates; 'd' for deletes.
- setSnapshotDelayMs(long) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A delay period before a snapshot will begin, given in milliseconds.
- 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
- setSnapshotIncludeCollectionList(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
this setting must be set to specify a list of tables/collections whose
snapshot must be taken on creating or restarting the connector.
- setSnapshotIsolationMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Controls which transaction isolation level is used and how long the
connector locks the monitored tables.
- 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.
- setSnapshotMaxThreads(int) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The maximum number of threads used to perform the 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
- setSourceTimestampMode(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Configures the criteria of the attached timestamp within the source
record (ts_ms).Options include:'commit', (default) the source timestamp
is set to the instant where the record was committed in the
database'processing', the source timestamp is set to the instant where
the record was processed by Debezium.
- setTableBlacklist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A comma-separated list of regular expressions that match the
fully-qualified names of tables to be excluded from monitoring
(deprecated, use "table.exclude.list" instead)
- setTableExcludeList(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
A comma-separated list of regular expressions that match the
fully-qualified names of tables to be excluded from monitoring
- setTableIgnoreBuiltin(boolean) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
Flag specifying whether built-in tables should be ignored.
- setTableIncludeList(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The tables for which changes are to be captured
- setTableWhitelist(String) - Method in class org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration
-
The tables for which changes are to be captured (deprecated, use
"table.include.list" instead)
- 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
-