Uses of Interface
org.apache.camel.builder.endpoint.dsl.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder
Packages that use DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder
-
Uses of DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.debeziumOracle(String path) Debezium Oracle Connector (camel-debezium-oracle) Capture changes from a Oracle database.StaticEndpointBuilders.debeziumOracle(String componentName, String path) Debezium Oracle Connector (camel-debezium-oracle) Capture changes from a Oracle database. -
Uses of DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilderModifier and TypeMethodDescriptionDebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.additionalProperties(String key, Object value) Additional properties for debezium components in case they can't be set directly on the camel configurations (e.g: setting Kafka Connect properties needed by Debezium engine, for example setting KafkaOffsetBackingStore), the properties have to be prefixed with additionalProperties..DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.additionalProperties(Map values) Additional properties for debezium components in case they can't be set directly on the camel configurations (e.g: setting Kafka Connect properties needed by Debezium engine, for example setting KafkaOffsetBackingStore), the properties have to be prefixed with additionalProperties..DebeziumOracleEndpointBuilderFactory.AdvancedDebeziumOracleEndpointBuilder.basic()DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.binaryHandlingMode(String binaryHandlingMode) 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; 'base64-url-safe' represents binary data as base64-url-safe-encoded string; 'hex' represents binary data as hex-encoded (base16) string.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.columnExcludeList(String columnExcludeList) Regular expressions matching columns to exclude from change events.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.columnIncludeList(String columnIncludeList) Regular expressions matching columns to include in change events.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.columnPropagateSourceType(String columnPropagateSourceType) 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.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.converters(String converters) Optional list of custom converters that would be used instead of default ones.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.customMetricTags(String customMetricTags) The custom metric tags will accept key-value pairs to customize the MBean object name which should be appended the end of regular name, each key would represent a tag for the MBean object name, and the corresponding value would be the value of that tag the key is.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databaseConnectionAdapter(String databaseConnectionAdapter) The adapter to use when capturing changes from the database.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databaseDbname(String databaseDbname) The name of the database from which the connector should capture changes.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databaseHostname(String databaseHostname) Resolvable hostname or IP address of the database server.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databaseOutServerName(String databaseOutServerName) Name of the XStream Out server to connect to.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databasePassword(String databasePassword) Password of the database user to be used when connecting to the database.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databasePdbName(String databasePdbName) Name of the pluggable database when working with a multi-tenant set-up.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databasePort(int databasePort) Port of the database server.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databasePort(String databasePort) Port of the database server.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databaseUrl(String databaseUrl) Complete JDBC URL as an alternative to specifying hostname, port and database provided as a way to support alternative connection scenarios.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.databaseUser(String databaseUser) Name of the database user to be used when connecting to the database.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.datatypePropagateSourceType(String datatypePropagateSourceType) 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.DebeziumOracleEndpointBuilderFactory.DebeziumOracleBuilders.debeziumOracle(String path) Debezium Oracle Connector (camel-debezium-oracle) Capture changes from a Oracle database.DebeziumOracleEndpointBuilderFactory.DebeziumOracleBuilders.debeziumOracle(String componentName, String path) Debezium Oracle Connector (camel-debezium-oracle) Capture changes from a Oracle database.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.decimalHandlingMode(String decimalHandlingMode) 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.DebeziumOracleEndpointBuilderFactory.endpointBuilder(String componentName, String path) DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.errorsMaxRetries(int errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.errorsMaxRetries(String errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) Specify how failures during processing of events (i.e.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.heartbeatActionQuery(String heartbeatActionQuery) The query executed with every heartbeat.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.heartbeatIntervalMs(int heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.heartbeatIntervalMs(String heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) The prefix that is used to name heartbeat topics.Defaults to __debezium-heartbeat.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.includeSchemaChanges(boolean includeSchemaChanges) Whether the connector should publish changes in the database schema to a Kafka topic with the same name as the database server ID.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.includeSchemaChanges(String includeSchemaChanges) Whether the connector should publish changes in the database schema to a Kafka topic with the same name as the database server ID.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.includeSchemaComments(boolean includeSchemaComments) Whether the connector parse table and column's comment to metadata object.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.includeSchemaComments(String includeSchemaComments) Whether the connector parse table and column's comment to metadata object.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.internalKeyConverter(String internalKeyConverter) The Converter class that should be used to serialize and deserialize key data for offsets.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.internalValueConverter(String internalValueConverter) The Converter class that should be used to serialize and deserialize value data for offsets.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.intervalHandlingMode(String intervalHandlingMode) Specify how INTERVAL columns should be represented in change events, including: 'string' represents values as an exact ISO formatted string; 'numeric' (default) represents values using the inexact conversion into microseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.lobEnabled(boolean lobEnabled) When set to 'false', the default, LOB fields will not be captured nor emitted.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.lobEnabled(String lobEnabled) When set to 'false', the default, LOB fields will not be captured nor emitted.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveDestinationName(String logMiningArchiveDestinationName) Sets the specific archive log destination as the source for reading archive logs.When not set, the connector will automatically select the first LOCAL and VALID destination.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveLogHours(long logMiningArchiveLogHours) The number of hours in the past from SYSDATE to mine archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveLogHours(String logMiningArchiveLogHours) The number of hours in the past from SYSDATE to mine archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveLogOnlyMode(boolean logMiningArchiveLogOnlyMode) When set to 'false', the default, the connector will mine both archive log and redo logs to emit change events.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveLogOnlyMode(String logMiningArchiveLogOnlyMode) When set to 'false', the default, the connector will mine both archive log and redo logs to emit change events.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveLogOnlyScnPollIntervalMs(long logMiningArchiveLogOnlyScnPollIntervalMs) The interval in milliseconds to wait between polls checking to see if the SCN is in the archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningArchiveLogOnlyScnPollIntervalMs(String logMiningArchiveLogOnlyScnPollIntervalMs) The interval in milliseconds to wait between polls checking to see if the SCN is in the archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBatchSizeDefault(long logMiningBatchSizeDefault) The starting SCN interval size that the connector will use for reading data from redo/archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBatchSizeDefault(String logMiningBatchSizeDefault) The starting SCN interval size that the connector will use for reading data from redo/archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBatchSizeMax(long logMiningBatchSizeMax) The maximum SCN interval size that this connector will use when reading from redo/archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBatchSizeMax(String logMiningBatchSizeMax) The maximum SCN interval size that this connector will use when reading from redo/archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBatchSizeMin(long logMiningBatchSizeMin) The minimum SCN interval size that this connector will try to read from redo/archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBatchSizeMin(String logMiningBatchSizeMin) The minimum SCN interval size that this connector will try to read from redo/archive logs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferDropOnStop(boolean logMiningBufferDropOnStop) When set to true the underlying buffer cache is not retained when the connector is stopped.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferDropOnStop(String logMiningBufferDropOnStop) When set to true the underlying buffer cache is not retained when the connector is stopped.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferInfinispanCacheEvents(String logMiningBufferInfinispanCacheEvents) Specifies the XML configuration for the Infinispan 'events' cache.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferInfinispanCacheGlobal(String logMiningBufferInfinispanCacheGlobal) Specifies the XML configuration for the Infinispan 'global' configuration.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferInfinispanCacheProcessedTransactions(String logMiningBufferInfinispanCacheProcessedTransactions) Specifies the XML configuration for the Infinispan 'processed-transactions' cache.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferInfinispanCacheSchemaChanges(String logMiningBufferInfinispanCacheSchemaChanges) Specifies the XML configuration for the Infinispan 'schema-changes' cache.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferInfinispanCacheTransactions(String logMiningBufferInfinispanCacheTransactions) Specifies the XML configuration for the Infinispan 'transactions' cache.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferTransactionEventsThreshold(long logMiningBufferTransactionEventsThreshold) The number of events a transaction can include before the transaction is discarded.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferTransactionEventsThreshold(String logMiningBufferTransactionEventsThreshold) The number of events a transaction can include before the transaction is discarded.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningBufferType(String logMiningBufferType) The buffer type controls how the connector manages buffering transaction data.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningFlushTableName(String logMiningFlushTableName) The name of the flush table used by the connector, defaults to LOG_MINING_FLUSH.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningQueryFilterMode(String logMiningQueryFilterMode) Specifies how the filter configuration is applied to the LogMiner database query.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningRestartConnection(boolean logMiningRestartConnection) Debezium opens a database connection and keeps that connection open throughout the entire streaming phase.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningRestartConnection(String logMiningRestartConnection) Debezium opens a database connection and keeps that connection open throughout the entire streaming phase.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningScnGapDetectionGapSizeMin(long logMiningScnGapDetectionGapSizeMin) Used for SCN gap detection, if the difference between current SCN and previous end SCN is bigger than this value, and the time difference of current SCN and previous end SCN is smaller than log.mining.scn.gap.detection.time.interval.max.ms, consider it a SCN gap.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningScnGapDetectionGapSizeMin(String logMiningScnGapDetectionGapSizeMin) Used for SCN gap detection, if the difference between current SCN and previous end SCN is bigger than this value, and the time difference of current SCN and previous end SCN is smaller than log.mining.scn.gap.detection.time.interval.max.ms, consider it a SCN gap.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningScnGapDetectionTimeIntervalMaxMs(long logMiningScnGapDetectionTimeIntervalMaxMs) Used for SCN gap detection, if the difference between current SCN and previous end SCN is bigger than log.mining.scn.gap.detection.gap.size.min, and the time difference of current SCN and previous end SCN is smaller than this value, consider it a SCN gap.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningScnGapDetectionTimeIntervalMaxMs(String logMiningScnGapDetectionTimeIntervalMaxMs) Used for SCN gap detection, if the difference between current SCN and previous end SCN is bigger than log.mining.scn.gap.detection.gap.size.min, and the time difference of current SCN and previous end SCN is smaller than this value, consider it a SCN gap.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSessionMaxMs(long logMiningSessionMaxMs) The maximum number of milliseconds that a LogMiner session lives for before being restarted.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSessionMaxMs(String logMiningSessionMaxMs) The maximum number of milliseconds that a LogMiner session lives for before being restarted.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeDefaultMs(long logMiningSleepTimeDefaultMs) The amount of time that the connector will sleep after reading data from redo/archive logs and before starting reading data again.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeDefaultMs(String logMiningSleepTimeDefaultMs) The amount of time that the connector will sleep after reading data from redo/archive logs and before starting reading data again.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeIncrementMs(long logMiningSleepTimeIncrementMs) The maximum amount of time that the connector will use to tune the optimal sleep time when reading data from LogMiner.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeIncrementMs(String logMiningSleepTimeIncrementMs) The maximum amount of time that the connector will use to tune the optimal sleep time when reading data from LogMiner.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeMaxMs(long logMiningSleepTimeMaxMs) The maximum amount of time that the connector will sleep after reading data from redo/archive logs and before starting reading data again.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeMaxMs(String logMiningSleepTimeMaxMs) The maximum amount of time that the connector will sleep after reading data from redo/archive logs and before starting reading data again.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeMinMs(long logMiningSleepTimeMinMs) The minimum amount of time that the connector will sleep after reading data from redo/archive logs and before starting reading data again.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningSleepTimeMinMs(String logMiningSleepTimeMinMs) The minimum amount of time that the connector will sleep after reading data from redo/archive logs and before starting reading data again.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningStrategy(String logMiningStrategy) There are strategies: Online catalog with faster mining but no captured DDL.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningTransactionRetentionMs(long logMiningTransactionRetentionMs) Duration in milliseconds to keep long running transactions in transaction buffer between log mining sessions.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningTransactionRetentionMs(String logMiningTransactionRetentionMs) Duration in milliseconds to keep long running transactions in transaction buffer between log mining sessions.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningUsernameExcludeList(String logMiningUsernameExcludeList) Comma separated list of usernames to exclude from LogMiner query.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.logMiningUsernameIncludeList(String logMiningUsernameIncludeList) Comma separated list of usernames to include from LogMiner query.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.maxBatchSize(int maxBatchSize) Maximum size of each batch of source records.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.maxBatchSize(String maxBatchSize) Maximum size of each batch of source records.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.maxQueueSize(int maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.maxQueueSize(String maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.maxQueueSizeInBytes(long maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.maxQueueSizeInBytes(String maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.messageKeyColumns(String messageKeyColumns) A semicolon-separated list of expressions that match fully-qualified tables and column(s) to be used as message key.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.notificationEnabledChannels(String notificationEnabledChannels) List of notification channels names that are enabled.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.notificationSinkTopicName(String notificationSinkTopicName) The name of the topic for the notifications.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetCommitPolicy(String offsetCommitPolicy) The name of the Java class of the commit policy.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetCommitTimeoutMs(long offsetCommitTimeoutMs) Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetCommitTimeoutMs(String offsetCommitTimeoutMs) Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetFlushIntervalMs(String offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStorage(String offsetStorage) The name of the Java class that is responsible for persistence of connector offsets.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStorageFileName(String offsetStorageFileName) Path to file where offsets are to be stored.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStoragePartitions(int offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStoragePartitions(String offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStorageReplicationFactor(String offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.offsetStorageTopic(String offsetStorageTopic) The name of the Kafka topic where offsets are to be stored.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.openlogreplicatorHost(String openlogreplicatorHost) The hostname of the OpenLogReplicator network service.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.openlogreplicatorPort(int openlogreplicatorPort) The port of the OpenLogReplicator network service.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.openlogreplicatorPort(String openlogreplicatorPort) The port of the OpenLogReplicator network service.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.openlogreplicatorSource(String openlogreplicatorSource) The configured logical source name in the OpenLogReplicator configuration that is to stream changes.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.pollIntervalMs(long pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.pollIntervalMs(String pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.provideTransactionMetadata(String provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.queryFetchSize(int queryFetchSize) The maximum number of records that should be loaded into memory while streaming.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.queryFetchSize(String queryFetchSize) The maximum number of records that should be loaded into memory while streaming.A comma-separated list of RAC node hostnames or ip addresses.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.retriableRestartConnectorWaitMs(String retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternal(String schemaHistoryInternal) The name of the SchemaHistory class that should be used to store and recover database schema changes.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalFileFilename(String schemaHistoryInternalFileFilename) The path to the file that will be used to record the database schema history.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalSkipUnparseableDdl(boolean schemaHistoryInternalSkipUnparseableDdl) Controls the action Debezium will take when it meets a DDL statement in binlog, that it cannot parse.By default the connector will stop operating but by changing the setting it can ignore the statements which it cannot parse.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalSkipUnparseableDdl(String schemaHistoryInternalSkipUnparseableDdl) Controls the action Debezium will take when it meets a DDL statement in binlog, that it cannot parse.By default the connector will stop operating but by changing the setting it can ignore the statements which it cannot parse.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedDatabasesDdl(boolean schemaHistoryInternalStoreOnlyCapturedDatabasesDdl) Controls what DDL will Debezium store in database schema history.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedDatabasesDdl(String schemaHistoryInternalStoreOnlyCapturedDatabasesDdl) Controls what DDL will Debezium store in database schema history.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedTablesDdl(boolean schemaHistoryInternalStoreOnlyCapturedTablesDdl) Controls what DDL will Debezium store in database schema history.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedTablesDdl(String schemaHistoryInternalStoreOnlyCapturedTablesDdl) Controls what DDL will Debezium store in database schema history.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.schemaNameAdjustmentMode(String schemaNameAdjustmentMode) Specify how schema names should be adjusted for compatibility with the message converter used by the connector, including: 'avro' replaces the characters that cannot be used in the Avro type name with underscore; 'avro_unicode' replaces the underscore or characters that cannot be used in the Avro type name with corresponding unicode like _uxxxx.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.signalDataCollection(String signalDataCollection) The name of the data collection that is used to send signals/commands to Debezium.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.signalEnabledChannels(String signalEnabledChannels) List of channels names that are enabled.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.signalPollIntervalMs(long signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.signalPollIntervalMs(String signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.skippedOperations(String skippedOperations) The comma-separated list of operations to skip during streaming, defined as: 'c' for inserts/create; 'u' for updates; 'd' for deletes, 't' for truncates, and 'none' to indicate nothing skipped.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotDelayMs(long snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotDelayMs(String snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotEnhancePredicateScn(String snapshotEnhancePredicateScn) A token to replace on snapshot predicate template.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotFetchSize(int snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotFetchSize(String snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotIncludeCollectionList(String snapshotIncludeCollectionList) This setting must be set to specify a list of tables/collections whose snapshot must be taken on creating or restarting the connector.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotLockingMode(String snapshotLockingMode) Controls how the connector holds locks on tables while performing the schema snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotLockTimeoutMs(long snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotLockTimeoutMs(String snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotMaxThreads(int snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotMaxThreads(String snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotMode(String snapshotMode) The criteria for running a snapshot upon startup of the connector.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotSelectStatementOverrides(String snapshotSelectStatementOverrides) This property contains a comma-separated list of fully-qualified tables (DB_NAME.TABLE_NAME) or (SCHEMA_NAME.TABLE_NAME), depending on the specific connectors.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.snapshotTablesOrderByRowCount(String snapshotTablesOrderByRowCount) Controls the order in which tables are processed in the initial snapshot.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.sourceinfoStructMaker(String sourceinfoStructMaker) The name of the SourceInfoStructMaker class that returns SourceInfo schema and struct.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.tableExcludeList(String tableExcludeList) A comma-separated list of regular expressions that match the fully-qualified names of tables to be excluded from monitoring.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.tableIncludeList(String tableIncludeList) The tables for which changes are to be captured.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.timePrecisionMode(String timePrecisionMode) 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.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.tombstonesOnDelete(boolean tombstonesOnDelete) Whether delete operations should be represented by a delete event and a subsequent tombstone event (true) or only by a delete event (false).DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.tombstonesOnDelete(String tombstonesOnDelete) Whether delete operations should be represented by a delete event and a subsequent tombstone event (true) or only by a delete event (false).DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.topicNamingStrategy(String topicNamingStrategy) The name of the TopicNamingStrategy class that should be used to determine the topic name for data change, schema change, transaction, heartbeat event etc.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.topicPrefix(String topicPrefix) Topic prefix that identifies and provides a namespace for the particular database server/cluster is capturing changes.DebeziumOracleEndpointBuilderFactory.DebeziumOracleEndpointBuilder.unavailableValuePlaceholder(String unavailableValuePlaceholder) Specify the constant that will be provided by Debezium to indicate that the original value is unavailable and not provided by the database.