Uses of Class
io.debezium.config.Field
Packages that use Field
Package
Description
-
Uses of Field in io.debezium.config
Fields in io.debezium.config declared as FieldModifier and TypeFieldDescriptionstatic final FieldCommonConnectorConfig.BINARY_HANDLING_MODEstatic final FieldCommonConnectorConfig.CUSTOM_CONVERTERSstatic final FieldCommonConnectorConfig.CUSTOM_METRIC_TAGSstatic final FieldCommonConnectorConfig.CUSTOM_POST_PROCESSORSstatic final FieldCommonConnectorConfig.CUSTOM_RETRIABLE_EXCEPTIONstatic final FieldCommonConnectorConfig.EVENT_CONVERTING_FAILURE_HANDLING_MODEstatic final FieldCommonConnectorConfig.EVENT_PROCESSING_FAILURE_HANDLING_MODEstatic final FieldCommonConnectorConfig.FIELD_NAME_ADJUSTMENT_MODEstatic final FieldCommonConnectorConfig.INCREMENTAL_SNAPSHOT_ALLOW_SCHEMA_CHANGESstatic final FieldCommonConnectorConfig.INCREMENTAL_SNAPSHOT_CHUNK_SIZEstatic final FieldCommonConnectorConfig.INCREMENTAL_SNAPSHOT_WATERMARKING_STRATEGYstatic final FieldCommonConnectorConfig.MAX_BATCH_SIZEstatic final FieldCommonConnectorConfig.MAX_QUEUE_SIZEstatic final FieldCommonConnectorConfig.MAX_QUEUE_SIZE_IN_BYTESstatic final FieldCommonConnectorConfig.MAX_RETRIES_ON_ERRORstatic final FieldCommonConnectorConfig.NOTIFICATION_ENABLED_CHANNELSstatic final FieldCommonConnectorConfig.POLL_INTERVAL_MSstatic final FieldCommonConnectorConfig.PROVIDE_TRANSACTION_METADATAstatic final FieldCommonConnectorConfig.QUERY_FETCH_SIZEstatic final FieldCommonConnectorConfig.RETRIABLE_RESTART_WAITstatic final FieldCommonConnectorConfig.SCHEMA_NAME_ADJUSTMENT_MODEstatic final FieldCommonConnectorConfig.SIGNAL_DATA_COLLECTIONstatic final FieldCommonConnectorConfig.SIGNAL_ENABLED_CHANNELSstatic final FieldCommonConnectorConfig.SIGNAL_POLL_INTERVAL_MSstatic final FieldCommonConnectorConfig.SKIP_MESSAGES_WITHOUT_CHANGESpecifies whether to skip messages containing no updates in included columnsstatic final FieldCommonConnectorConfig.SKIPPED_OPERATIONSstatic final FieldCommonConnectorConfig.SNAPSHOT_DELAY_MSstatic final FieldCommonConnectorConfig.SNAPSHOT_FETCH_SIZEstatic final FieldCommonConnectorConfig.SNAPSHOT_LOCKING_MODE_CUSTOM_NAMEstatic final FieldCommonConnectorConfig.SNAPSHOT_MAX_THREADSstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_CONFIGURATION_BASED_SNAPSHOT_DATAstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_CONFIGURATION_BASED_SNAPSHOT_ON_DATA_ERRORstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_CONFIGURATION_BASED_SNAPSHOT_ON_SCHEMA_ERRORstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_CONFIGURATION_BASED_SNAPSHOT_SCHEMAstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_CONFIGURATION_BASED_START_STREAMstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_CUSTOM_NAMEstatic final FieldCommonConnectorConfig.SNAPSHOT_MODE_TABLESstatic final FieldCommonConnectorConfig.SNAPSHOT_QUERY_MODEstatic final FieldCommonConnectorConfig.SNAPSHOT_QUERY_MODE_CUSTOM_NAMEstatic final FieldCommonConnectorConfig.SOURCE_INFO_STRUCT_MAKERstatic final FieldCommonConnectorConfig.TOMBSTONES_ON_DELETEstatic final FieldCommonConnectorConfig.TOPIC_NAMING_STRATEGYstatic final FieldCommonConnectorConfig.TOPIC_PREFIXFields in io.debezium.config with type parameters of type FieldModifier and TypeFieldDescriptionConfigDefinition.connectorConfigDefinitionEditor.connectorConfigDefinition.eventsConfigDefinitionEditor.eventsField.Set.fieldsByNameConfigDefinition.historyConfigDefinitionEditor.historyConfigDefinition.typeConfigDefinitionEditor.typeMethods in io.debezium.config that return FieldModifier and TypeMethodDescriptionField[]Field.Set.asArray()Get the fields in this set as an array.static FieldCreate an immutableFieldinstance with the given property name.static FieldCreate an immutableFieldinstance with the given property name.static FieldCreate an immutableFieldinstance with the given property name and description.static FieldCreate an immutableFieldinstance with the given property name, description, and default value.static FieldCreate an immutableFieldinstance with the given property name, description, and default value.static FieldCreate an immutableFieldinstance with the given property name, description, and default value.static FieldCreate an immutableFieldinstance with the given property name, description, and default value.static FieldField.create(String name, String displayName, String description, BooleanSupplier defaultValueGenerator) Create an immutableFieldinstance with the given property name, description, and default value.static FieldField.create(String name, String displayName, String description, IntSupplier defaultValueGenerator) Create an immutableFieldinstance with the given property name, description, and default value.static FieldField.create(String name, String displayName, String description, LongSupplier defaultValueGenerator) Create an immutableFieldinstance with the given property name, description, and default value.static FieldField.create(String name, String displayName, String description, Supplier<Object> defaultValueGenerator) Create an immutableFieldinstance with the given property name, description, and default value.static FieldField.createInternal(String name) Create an immutable internalFieldinstance with the given property name.Field.Set.fieldWithName(String name) Get the field with the given {Field#name() name}.Field.optional()Field.required()Field.withAllowedValues(Set<?> allowedValues) Field.withDefault(boolean defaultValue) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDefault(int defaultValue) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDefault(long defaultValue) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDefault(String defaultValue) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDefault(BooleanSupplier defaultValueGenerator) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDefault(IntSupplier defaultValueGenerator) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDefault(LongSupplier defaultValueGenerator) Create and return a new Field instance that is a copy of this field but with the given default value.Field.withDependents(String... dependents) Create and return a new Field instance that is a copy of this field but with the given display name.Field.withDescription(String description) Create and return a new Field instance that is a copy of this field but with the given description.Field.withDisplayName(String displayName) Create and return a new Field instance that is a copy of this field but with the given display name.Create and return a new Field instance that is a copy of this field but has atypeofSchema.Type.STRING, arecommenderthat returns a list ofEnum namesas valid values, and a validator that verifies values are valid enumeration names.Create and return a new Field instance that is a copy of this field but has atypeofSchema.Type.STRING, arecommenderthat returns a list ofEnum namesas valid values, and a validator that verifies values are valid enumeration names.Field.withGroup(Field.GroupEntry group) Field.withImportance(org.apache.kafka.common.config.ConfigDef.Importance importance) Create and return a new Field instance that is a copy of this field but with the given importance.Field.withInvisibleRecommender()Field.withNoValidation()Create and return a new Field instance that is a copy of this field but that uses no validation.Field.withRecommender(Field.Recommender recommender) Create and return a new Field instance that is a copy of this field but with the given recommender.Field.withType(org.apache.kafka.common.config.ConfigDef.Type type) Create and return a new Field instance that is a copy of this field but with the given type.Field.withValidation(Field.Validator... validators) Create and return a new Field instance that is a copy of this field but that in addition toexisting validationthe supplied validation function(s) are also used.Field.withWidth(org.apache.kafka.common.config.ConfigDef.Width width) Create and return a new Field instance that is a copy of this field but with the given width.Methods in io.debezium.config that return types with arguments of type FieldModifier and TypeMethodDescriptionConfigDefinition.all()ConfigDefinition.connector()ConfigDefinition.events()ConfigDefinition.history()Field.Set.iterator()ConfigDefinition.type()Methods in io.debezium.config with parameters of type FieldModifier and TypeMethodDescriptionvoidAccept a problem with the given value for the field.default BConfiguration.ConfigBuilder.changeBoolean(Field field, Function<Boolean, Boolean> function) Apply the function to this builder to change a potentially existing boolean field.default BConfiguration.ConfigBuilder.changeDouble(Field field, Function<Double, Double> function) Apply the function to this builder to change a potentially existing double field.default BConfiguration.ConfigBuilder.changeFloat(Field field, Function<Float, Float> function) Apply the function to this builder to change a potentially existing float field.default BConfiguration.ConfigBuilder.changeInteger(Field field, Function<Integer, Integer> function) Apply the function to this builder to change a potentially existing integer field.default BConfiguration.ConfigBuilder.changeLong(Field field, Function<Long, Long> function) Apply the function to this builder to change a potentially existing long field.Configuration.Builder.changeString(Field field, Function<String, String> function) Configuration.ConfigBuilder.changeString(Field field, Function<String, String> function) Apply the function to this builder to change a potentially existing string field.Removes the given fields from this configuration editor.default booleanConfiguration.getBoolean(Field field) Get the boolean value associated with the given field when that field has a default value.default booleanConfiguration.getBoolean(Field field, boolean defaultValue) Get the boolean value associated with the given field, returning the field's default value if there is no such key-value pair.default BooleanConfiguration.getBoolean(Field field, BooleanSupplier defaultValueSupplier) Get the boolean value associated with the given key, using the given supplier to obtain a default value if there is no such key-value pair.default DurationConfiguration.getDuration(Field field, TemporalUnit unit) Gets the duration value associated with the given key.default <T> TConfiguration.getInstance(Field field, Class<T> type) Get an instance of the class given by the value in the configuration associated with the given field.default <T> TConfiguration.getInstance(Field field, Class<T> clazz, Configuration configuration) Get an instance of the class given by the value in the configuration associated with the given field.default <T> TConfiguration.getInstance(Field field, Class<T> clazz, Properties props) Get an instance of the class given by the value in the configuration associated with the given field.default intConfiguration.getInteger(Field field) Get the integer value associated with the given field, returning the field's default value if there is no such key-value pair.default intConfiguration.getInteger(Field field, int defaultValue) Get the integer value associated with the given field, returning the field's default value if there is no such key-value pair.default IntegerConfiguration.getInteger(Field field, IntSupplier defaultValueSupplier) Get the integer value associated with the given key, using the given supplier to obtain a default value if there is no such key-value pair.default <T> List<T>default longGet the long value associated with the given field, returning the field's default value if there is no such key-value pair.default longGet the long value associated with the given field, returning the field's default value if there is no such key-value pair.default LongConfiguration.getLong(Field field, LongSupplier defaultValueSupplier) Get the long value associated with the given key, using the given supplier to obtain a default value if there is no such key-value pair.default NumberGet the numeric value associated with the given field, returning the field's default value if there is no such key-value pair.<T extends AbstractSourceInfo>
SourceInfoStructMaker<T>CommonConnectorConfig.getSourceInfoStructMaker(Field sourceInfoStructMakerField, String connector, String version, CommonConnectorConfig connectorConfig) default StringGet the string value associated with the given field, returning the field's default value if there is no such key-value pair in this configuration.default StringGet the string value associated with the given field, returning the field's default value if there is no such key-value pair in this configuration.default StringGet the string value associated with the given key, using the given supplier to obtain a default value if there is no such key-value pair.Configuration.getStrings(Field field, String regex) Get the string value(s) associated with the given key, where the supplied regular expression is used to parse the single string value into multiple values.CommonConnectorConfig.getTopicNamingStrategy(Field topicNamingStrategyField) CommonConnectorConfig.getTopicNamingStrategy(Field topicNamingStrategyField, boolean multiPartitionMode) Configuration.getTrimmedStrings(Field field, String regex) Get the string value(s) associated with the given key, where the supplied regular expression is used to parse the single string value into multiple values.static org.apache.kafka.common.config.ConfigDefAdd this field to the given configuration definition.default booleanDetermine whether this configuration contains a key-value pair associated with the given field and the value is non-null.static intField.isBoolean(Configuration config, Field field, Field.ValidationOutput problems) static intField.isClassName(Configuration config, Field field, Field.ValidationOutput problems) static intField.isDouble(Configuration config, Field field, Field.ValidationOutput problems) static intField.isInteger(Configuration config, Field field, Field.ValidationOutput problems) static intField.isListOfMap(Configuration config, Field field, Field.ValidationOutput problems) static intField.isListOfRegex(Configuration config, Field field, Field.ValidationOutput problems) static intField.isLong(Configuration config, Field field, Field.ValidationOutput problems) static intField.isNonNegativeInteger(Configuration config, Field field, Field.ValidationOutput problems) static intField.isNonNegativeLong(Configuration config, Field field, Field.ValidationOutput problems) static intField.isOptional(Configuration config, Field field, Field.ValidationOutput problems) static intField.isPositiveInteger(Configuration config, Field field, Field.ValidationOutput problems) static intField.isPositiveLong(Configuration config, Field field, Field.ValidationOutput problems) static intField.isRegex(Configuration config, Field field, Field.ValidationOutput problems) static intField.isRequired(Configuration config, Field field, Field.ValidationOutput problems) static intField.isShort(Configuration config, Field field, Field.ValidationOutput problems) static intField.isZoneOffset(Configuration config, Field field, Field.ValidationOutput problems) static intField.notContainEmptyElements(Configuration config, Field field, Field.ValidationOutput problems) static intField.notContainSpaceInAnyElement(Configuration config, Field field, Field.ValidationOutput problems) static Field.SetCreate a set of fields.intField.EnumRecommender.validate(Configuration config, Field field, Field.ValidationOutput problems) intField.RangeValidator.validate(Configuration config, Field field, Field.ValidationOutput problems) intField.Validator.validate(Configuration config, Field field, Field.ValidationOutput problems) Validate the supplied value for the field, and report any problems to the designated consumer.private static intCommonConnectorConfig.validateMaxQueueSize(Configuration config, Field field, Field.ValidationOutput problems) protected static intCommonConnectorConfig.validateSkippedOperation(Configuration config, Field field, Field.ValidationOutput problems) static intCommonConnectorConfig.validateTopicName(Configuration config, Field field, Field.ValidationOutput problems) static StringField.validationOutput(Field field, String problem) Field.EnumRecommender.validValues(Field field, Configuration config) Field.InvisibleRecommender.validValues(Field field, Configuration config) Field.OneOfRecommender.validValues(Field field, Configuration config) Field.Recommender.validValues(Field field, Configuration config) Return a set of recommended (and valid) values for the field given the current configuration values.booleanField.EnumRecommender.visible(Field field, Configuration config) booleanField.InvisibleRecommender.visible(Field field, Configuration config) booleanField.OneOfRecommender.visible(Field field, Configuration config) booleanField.Recommender.visible(Field field, Configuration config) Set the visibility of the field given the current configuration values.default BAssociate the given value with the key of the specified field.default BAssociate the given value with the key of the specified field.default BAssociate the given value with the key of the specified field.default BAssociate the given value with the key of the specified field.default BAssociate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.with(Field field, EnumeratedValue value) Associate the given value with the key of the specified field.default BAssociate the given class name value with the specified field.default BAssociate the given value with the key of the specified field.default BAssociate the given value with the key of the specified field.Get a new set that contains the fields in this set and those supplied.default BConfiguration.ConfigBuilder.withDefault(Field field, boolean value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, double value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, float value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, int value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, long value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, Class<?> value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, Object value) If the field does not have a value, then associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder.withDefault(Field field, String value) If the field does not have a value, then associate the given value with the key of the specified field.Method parameters in io.debezium.config with type arguments of type FieldModifier and TypeMethodDescriptionprivate voidConfigDefinition.addToConfigDef(org.apache.kafka.common.config.ConfigDef configDef, String group, List<Field> fields) private voidvoidField.Set.forEachTopLevelField(Consumer<Field> consumer) Call the supplied function for each of this set's fields that are not included as dependents in other fields.static Field.SetCreate a set of fields.booleanCommonConnectorConfig.validate(Iterable<Field> fields, Field.ValidationOutput problems) Validates the supplied fields in this configuration.default booleanConfiguration.validate(Iterable<Field> fields, Field.ValidationOutput problems) Validate the supplied fields in this configuration.protected voidField.validate(Configuration config, Function<String, Field> fieldSupplier, Map<String, org.apache.kafka.common.config.ConfigValue> results) Validate this field in the supplied configuration, updating theConfigValuefor the field with the results.booleanCommonConnectorConfig.validateAndRecord(Iterable<Field> fields, Consumer<String> problems) Validate the supplied fields in this configuration.default booleanConfiguration.validateAndRecord(Iterable<Field> fields, Consumer<String> problems) Validate the supplied fields in this configuration.Get a new set that contains the fields in this set and those supplied.Constructor parameters in io.debezium.config with type arguments of type Field -
Uses of Field in io.debezium.connector.common
Methods in io.debezium.connector.common that return types with arguments of type FieldModifier and TypeMethodDescriptionBaseSourceTask.getAllConfigurationFields()Returns all configurationFieldsupported by this source task. -
Uses of Field in io.debezium.heartbeat
Fields in io.debezium.heartbeat declared as FieldModifier and TypeFieldDescriptionstatic final FieldDatabaseHeartbeatImpl.HEARTBEAT_ACTION_QUERYstatic final FieldHeartbeat.HEARTBEAT_INTERVALstatic final FieldHeartbeat.HEARTBEAT_TOPICS_PREFIX -
Uses of Field in io.debezium.jdbc
Fields in io.debezium.jdbc declared as FieldModifier and TypeFieldDescriptionstatic final FieldJdbcConfiguration.CONNECTION_FACTORY_CLASSAn optional field for datasource factory class that will be used to build the datasource connection pool.static final FieldJdbcConfiguration.CONNECTION_TIMEOUT_MSstatic final FieldJdbcConfiguration.DATABASEA field for the name of the database.static final FieldJdbcConfiguration.HOSTNAMEA field for the hostname of the database server.static final FieldJdbcConfiguration.ON_CONNECT_STATEMENTSA semicolon separated list of SQL statements to be executed when the connection to database is established.static final FieldJdbcConfiguration.PASSWORDA field for the password of the database.static final FieldJdbcConfiguration.PORTA field for the port of the database server.static final FieldJdbcConfiguration.USERA field for the user of the database.Methods in io.debezium.jdbc that return FieldModifier and TypeMethodDescriptionprivate static Field[]JdbcConnection.combineVariables(Field[] overriddenVariables, Field... defaultVariables) Methods in io.debezium.jdbc with parameters of type FieldModifier and TypeMethodDescriptionprivate static Field[]JdbcConnection.combineVariables(Field[] overriddenVariables, Field... defaultVariables) private static StringJdbcConnection.findAndReplace(String url, Properties props, Field... variables) JdbcConnection.patternBasedFactory(String urlPattern, Field... variables) Create aJdbcConnection.ConnectionFactorythat replaces variables in the supplied URL pattern.JdbcConnection.patternBasedFactory(String urlPattern, String driverClassName, ClassLoader classloader, Field... variables) Create aJdbcConnection.ConnectionFactorythat uses the specific JDBC driver class loaded with the given class loader, and obtains the connection URL by replacing the following variables in the URL pattern:${hostname}${port}${dbname}${username}${password} -
Uses of Field in io.debezium.pipeline.notification.channels
Fields in io.debezium.pipeline.notification.channels declared as FieldMethods in io.debezium.pipeline.notification.channels with parameters of type FieldModifier and TypeMethodDescriptionprivate static intSinkNotificationChannel.validateNotificationTopicName(Configuration config, Field field, Field.ValidationOutput problems) -
Uses of Field in io.debezium.pipeline.signal.channels
Fields in io.debezium.pipeline.signal.channels declared as FieldModifier and TypeFieldDescriptionstatic final FieldKafkaSignalChannel.BOOTSTRAP_SERVERSstatic final FieldKafkaSignalChannel.GROUP_IDstatic final FieldKafkaSignalChannel.SIGNAL_CONSUMER_OFFSET_COMMIT_ENABLEDstatic final FieldFileSignalChannel.SIGNAL_FILEstatic final FieldKafkaSignalChannel.SIGNAL_POLL_TIMEOUT_MSstatic final FieldKafkaSignalChannel.SIGNAL_TOPIC -
Uses of Field in io.debezium.relational
Fields in io.debezium.relational declared as FieldModifier and TypeFieldDescriptionstatic final FieldRelationalDatabaseConnectorConfig.COLUMN_EXCLUDE_LISTA comma-separated list of regular expressions that match fully-qualified names of columns to be excluded from monitoring and change messages.static final FieldRelationalDatabaseConnectorConfig.COLUMN_INCLUDE_LISTA comma-separated list of regular expressions that match fully-qualified names of columns to be excluded from monitoring and change messages.static final FieldRelationalDatabaseConnectorConfig.DATABASE_EXCLUDE_LISTA comma-separated list of regular expressions that match database names to be excluded from monitoring.static final FieldRelationalDatabaseConnectorConfig.DATABASE_INCLUDE_LISTA comma-separated list of regular expressions that match database names to be monitored.static final FieldRelationalDatabaseConnectorConfig.DATABASE_NAMEstatic final FieldRelationalDatabaseConnectorConfig.DECIMAL_HANDLING_MODEstatic final FieldRelationalDatabaseConnectorConfig.HOSTNAMEstatic final FieldRelationalDatabaseConnectorConfig.INCLUDE_SCHEMA_CHANGESstatic final FieldRelationalDatabaseConnectorConfig.INCLUDE_SCHEMA_COMMENTSstatic final FieldRelationalDatabaseConnectorConfig.MASK_COLUMNstatic final FieldRelationalDatabaseConnectorConfig.MASK_COLUMN_WITH_HASHstatic final FieldRelationalDatabaseConnectorConfig.MSG_KEY_COLUMNSstatic final FieldRelationalDatabaseConnectorConfig.PASSWORDstatic final FieldRelationalDatabaseConnectorConfig.PORTstatic final FieldRelationalDatabaseConnectorConfig.PROPAGATE_COLUMN_SOURCE_TYPEstatic final FieldRelationalDatabaseConnectorConfig.PROPAGATE_DATATYPE_SOURCE_TYPEstatic final FieldRelationalDatabaseConnectorConfig.SCHEMA_EXCLUDE_LISTA comma-separated list of regular expressions that match schema names to be excluded from monitoring.static final FieldHistorizedRelationalDatabaseConnectorConfig.SCHEMA_HISTORYThe database schema history class is hidden in the#configDef()since that is designed to work with a user interface, and in these situations using Kafka is the only way to go.static final FieldRelationalDatabaseConnectorConfig.SCHEMA_INCLUDE_LISTA comma-separated list of regular expressions that match schema names to be monitored.static final FieldHistorizedRelationalDatabaseConnectorConfig.SKIP_UNPARSEABLE_DDL_STATEMENTSstatic final FieldRelationalDatabaseConnectorConfig.SNAPSHOT_FULL_COLUMN_SCAN_FORCEstatic final FieldRelationalDatabaseConnectorConfig.SNAPSHOT_LOCK_TIMEOUT_MSstatic final FieldRelationalDatabaseConnectorConfig.SNAPSHOT_SELECT_STATEMENT_OVERRIDES_BY_TABLEstatic final FieldRelationalDatabaseConnectorConfig.SNAPSHOT_TABLES_ORDER_BY_ROW_COUNTstatic final FieldHistorizedRelationalDatabaseConnectorConfig.STORE_ONLY_CAPTURED_DATABASES_DDLstatic final FieldHistorizedRelationalDatabaseConnectorConfig.STORE_ONLY_CAPTURED_TABLES_DDLstatic final FieldRelationalDatabaseConnectorConfig.TABLE_EXCLUDE_LISTA comma-separated list of regular expressions that match the fully-qualified names of tables to be excluded from monitoring.static final FieldRelationalDatabaseConnectorConfig.TABLE_IGNORE_BUILTINstatic final FieldRelationalDatabaseConnectorConfig.TABLE_INCLUDE_LISTA comma-separated list of regular expressions that match the fully-qualified names of tables to be monitored.static final FieldRelationalDatabaseConnectorConfig.TIME_PRECISION_MODEstatic final FieldRelationalDatabaseConnectorConfig.TRUNCATE_COLUMNstatic final FieldRelationalDatabaseConnectorConfig.UNAVAILABLE_VALUE_PLACEHOLDERstatic final FieldRelationalDatabaseConnectorConfig.USERMethods in io.debezium.relational with parameters of type FieldModifier and TypeMethodDescriptionprivate static intRelationalDatabaseConnectorConfig.validateColumnExcludeList(Configuration config, Field field, Field.ValidationOutput problems) private static intRelationalDatabaseConnectorConfig.validateDatabaseExcludeList(Configuration config, Field field, Field.ValidationOutput problems) private static intRelationalDatabaseConnectorConfig.validateHostname(Configuration config, Field field, Field.ValidationOutput problems) private static intRelationalDatabaseConnectorConfig.validateMessageKeyColumnsField(Configuration config, Field field, Field.ValidationOutput problems) private static intRelationalDatabaseConnectorConfig.validateSchemaExcludeList(Configuration config, Field field, Field.ValidationOutput problems) private static intRelationalDatabaseConnectorConfig.validateTableBlacklist(Configuration config, Field field, Field.ValidationOutput problems) private static intRelationalDatabaseConnectorConfig.validateTableExcludeList(Configuration config, Field field, Field.ValidationOutput problems) -
Uses of Field in io.debezium.relational.history
Fields in io.debezium.relational.history declared as FieldModifier and TypeFieldDescriptionstatic final FieldSchemaHistory.DDL_FILTERstatic final FieldSchemaHistory.INTERNAL_CONNECTOR_CLASSstatic final FieldSchemaHistory.INTERNAL_CONNECTOR_IDstatic final FieldSchemaHistory.INTERNAL_PREFER_DDLstatic final FieldSchemaHistory.NAMEstatic final FieldSchemaHistory.SKIP_UNPARSEABLE_DDL_STATEMENTSstatic final FieldSchemaHistory.STORE_ONLY_CAPTURED_DATABASES_DDLstatic final FieldSchemaHistory.STORE_ONLY_CAPTURED_TABLES_DDL -
Uses of Field in io.debezium.schema
Fields in io.debezium.schema declared as FieldModifier and TypeFieldDescriptionstatic final FieldAbstractTopicNamingStrategy.TOPIC_CACHE_SIZEstatic final FieldAbstractTopicNamingStrategy.TOPIC_DELIMITERstatic final FieldAbstractTopicNamingStrategy.TOPIC_HEARTBEAT_PREFIXstatic final FieldAbstractRegexTopicNamingStrategy.TOPIC_KEY_ENFORCE_UNIQUENESSstatic final FieldAbstractRegexTopicNamingStrategy.TOPIC_KEY_FIELD_NAMEstatic final FieldAbstractRegexTopicNamingStrategy.TOPIC_KEY_FIELD_REGEXstatic final FieldAbstractRegexTopicNamingStrategy.TOPIC_KEY_FIELD_REPLACEMENTstatic final FieldAbstractRegexTopicNamingStrategy.TOPIC_REGEXstatic final FieldAbstractRegexTopicNamingStrategy.TOPIC_REPLACEMENTstatic final FieldAbstractTopicNamingStrategy.TOPIC_TRANSACTIONMethods in io.debezium.schema with parameters of type FieldModifier and TypeMethodDescriptionprivate static intAbstractRegexTopicNamingStrategy.validateKeyFieldReplacement(Configuration config, Field field, Field.ValidationOutput problems) If TOPIC_KEY_FIELD_REGEX has a value that is really a regex, then the TOPIC_KEY_FIELD_REPLACEMENT must be a non-empty value.private static intAbstractRegexTopicNamingStrategy.validateTopicReplacement(Configuration config, Field field, Field.ValidationOutput problems) If TOPIC_REGEX has a value that is really a regex, then the TOPIC_REPLACEMENT must be a non-empty value. -
Uses of Field in io.debezium.serde.json
Fields in io.debezium.serde.json declared as FieldModifier and TypeFieldDescriptionstatic final FieldJsonSerdeConfig.FROM_FIELDstatic final FieldJsonSerdeConfig.UNKNOWN_PROPERTIES_IGNOREDMethods in io.debezium.serde.json with parameters of type FieldModifier and TypeMethodDescriptionprivate static intJsonSerdeConfig.isEnvelopeFieldName(Configuration config, Field field, Field.ValidationOutput problems) -
Uses of Field in io.debezium.transforms
Fields in io.debezium.transforms declared as FieldModifier and TypeFieldDescriptionstatic final FieldExtractNewRecordStateConfigDefinition.ADD_FIELDSstatic final FieldExtractNewRecordStateConfigDefinition.ADD_FIELDS_PREFIXstatic final FieldExtractNewRecordStateConfigDefinition.ADD_HEADERSstatic final FieldExtractNewRecordStateConfigDefinition.ADD_HEADERS_PREFIXprivate static final FieldTimezoneConverter.CONVERTED_TIMEZONEprivate static final FieldExtractNewRecordState.DROP_FIELDS_FROM_KEYprivate static final FieldExtractNewRecordState.DROP_FIELDS_HEADERprivate static final FieldExtractNewRecordState.DROP_FIELDS_KEEP_SCHEMA_COMPATIBLEstatic final FieldExtractNewRecordStateConfigDefinition.DROP_TOMBSTONESDeprecated.private static final FieldTimezoneConverter.EXCLUDE_LISTstatic final FieldHeaderToValue.FIELDS_FIELDstatic final FieldExtractNewRecordStateConfigDefinition.HANDLE_DELETESDeprecated.static final FieldExtractNewRecordStateConfigDefinition.HANDLE_TOMBSTONE_DELETESstatic final FieldExtractChangedRecordState.HEADER_CHANGED_NAMEstatic final FieldExtractChangedRecordState.HEADER_UNCHANGED_NAMEstatic final FieldHeaderToValue.HEADERS_FIELDprivate static final FieldTimezoneConverter.INCLUDE_LISTprivate static final FieldByLogicalTableRouter.KEY_ENFORCE_UNIQUENESSprivate static final FieldByLogicalTableRouter.KEY_FIELD_NAMEprivate static final FieldByLogicalTableRouter.KEY_FIELD_REGEXprivate static final FieldByLogicalTableRouter.KEY_FIELD_REPLACEMENTprivate static final FieldByLogicalTableRouter.LOGICAL_TABLE_CACHE_SIZEstatic final FieldHeaderToValue.OPERATION_FIELDstatic final FieldExtractNewRecordStateConfigDefinition.ROUTE_BY_FIELDprivate static final FieldSchemaChangeEventFilter.SCHEMA_CHANGE_EVENT_EXCLUDE_LISTprivate static final FieldByLogicalTableRouter.SCHEMA_NAME_ADJUSTMENT_MODEprivate static final FieldByLogicalTableRouter.TOPIC_REGEXprivate static final FieldByLogicalTableRouter.TOPIC_REPLACEMENTMethods in io.debezium.transforms that return types with arguments of type FieldModifier and TypeMethodDescriptionAbstractExtractNewRecordState.validateConfigFields()ExtractNewRecordState.validateConfigFields()ExtractSchemaToNewRecord.validateConfigFields()Methods in io.debezium.transforms with parameters of type FieldModifier and TypeMethodDescriptionprivate static intByLogicalTableRouter.validateKeyFieldReplacement(Configuration config, Field field, Field.ValidationOutput problems) If KEY_FIELD_REGEX has a value that is really a regex, then the KEY_FIELD_REPLACEMENT must be a non-empty value. -
Uses of Field in io.debezium.transforms.outbox
Fields in io.debezium.transforms.outbox declared as FieldModifier and TypeFieldDescription(package private) static final Field[]EventRouterConfigDefinition.CONFIG_FIELDSstatic final FieldEventRouterConfigDefinition.EXPAND_JSON_PAYLOADstatic final FieldEventRouterConfigDefinition.FIELD_EVENT_IDstatic final FieldEventRouterConfigDefinition.FIELD_EVENT_KEYstatic final FieldEventRouterConfigDefinition.FIELD_EVENT_TIMESTAMPstatic final FieldEventRouterConfigDefinition.FIELD_EVENT_TYPEstatic final FieldEventRouterConfigDefinition.FIELD_PAYLOADstatic final FieldEventRouterConfigDefinition.FIELD_SCHEMA_VERSIONstatic final FieldEventRouterConfigDefinition.FIELDS_ADDITIONAL_ERROR_ON_MISSINGstatic final FieldEventRouterConfigDefinition.FIELDS_ADDITIONAL_PLACEMENTstatic final FieldEventRouterConfigDefinition.OPERATION_INVALID_BEHAVIORstatic final FieldEventRouterConfigDefinition.ROUTE_BY_FIELDstatic final FieldEventRouterConfigDefinition.ROUTE_TOMBSTONE_ON_EMPTY_PAYLOADstatic final FieldEventRouterConfigDefinition.ROUTE_TOPIC_REGEXstatic final FieldEventRouterConfigDefinition.ROUTE_TOPIC_REPLACEMENTstatic final FieldEventRouterConfigDefinition.TABLE_JSON_PAYLOAD_NULL_BEHAVIORMethods in io.debezium.transforms.outbox with parameters of type FieldModifier and TypeMethodDescriptionstatic intAdditionalFieldsValidator.isListOfStringPairs(Configuration config, Field field, Field.ValidationOutput problems) -
Uses of Field in io.debezium.transforms.partitions
Fields in io.debezium.transforms.partitions declared as FieldModifier and TypeFieldDescription(package private) static final FieldPartitionRouting.HASH_FUNCTION_FIELD(package private) static final FieldPartitionRouting.PARTITION_PAYLOAD_FIELDS_FIELD(package private) static final FieldPartitionRouting.TOPIC_PARTITION_NUM_FIELD -
Uses of Field in io.debezium.transforms.tracing
Fields in io.debezium.transforms.tracing declared as FieldModifier and TypeFieldDescriptionstatic final FieldActivateTracingSpan.TRACING_CONTEXT_FIELD_REQUIREDstatic final FieldActivateTracingSpan.TRACING_OPERATION_NAMEstatic final FieldActivateTracingSpan.TRACING_SPAN_CONTEXT_FIELD