Uses of Class
io.debezium.annotation.Immutable
-
-
Uses of Immutable in io.debezium.config
Classes in io.debezium.config with annotations of type Immutable Modifier and Type Class Description classConfigDefinitionDefines the configuration options of a connector.interfaceConfigurationAn immutable representation of a Debezium configuration.classFieldAn immutable definition of a field that make appear within aConfigurationinstance.static classField.SetA set of fields. -
Uses of Immutable in io.debezium.converters
Fields in io.debezium.converters with annotations of type Immutable Modifier and Type Field Description private static Map<String,CloudEventsProvider>CloudEventsConverter. providers -
Uses of Immutable in io.debezium.document
Classes in io.debezium.document with annotations of type Immutable Modifier and Type Class Description classArraySerdes(package private) classBasicEntryPackage-level implementation ofArray.Entryin anArray.(package private) classBasicFieldPackage-level implementation of aDocument.Fieldinside aDocument.(package private) classBinaryValueA specialization ofValuethat represents a binary value.(package private) classComparableValue(package private) classConvertingValueclassDocumentSerdes(package private) classNullValueA specialization ofValuethat represents a null value.interfacePathA representation of multiple name segments that together form a path withinDocument.(package private) classPathsA package-level utility that implements useful operations to create paths.interfaceValue -
Uses of Immutable in io.debezium.jdbc
Classes in io.debezium.jdbc with annotations of type Immutable Modifier and Type Interface Description interfaceJdbcConfigurationA specialized configuration for the Debezium driver.classJdbcValueConvertersA provider ofValueConverters andSchemaBuilders for various column types. -
Uses of Immutable in io.debezium.relational
Classes in io.debezium.relational with annotations of type Immutable Modifier and Type Interface Description interfaceColumnAn immutable definition of a column.classColumnIdUnique identifier for a column in a database table.classKeyAn immutable definition of a table's key.classSelectorsDefine predicates determines whether tables or columns should be used.interfaceTableAn immutable definition of a table.classTableIdUnique identifier for a database table.classTableSchemaDefines the Kafka ConnectSchemafunctionality associated with a giventable definition, and which can be used to send rows of data that match the table definition to Kafka Connect.classTableSchemaBuilderBuilder that constructsTableSchemainstances forTabledefinitions.Fields in io.debezium.relational with annotations of type Immutable Modifier and Type Field Description private List<CustomConverter<org.apache.kafka.connect.data.SchemaBuilder,ConvertedField>>CustomConverterRegistry. converters -
Uses of Immutable in io.debezium.relational.ddl
Classes in io.debezium.relational.ddl with annotations of type Immutable Modifier and Type Class Description classDataTypeAn immutable representation of a data typestatic classDdlParserListener.DatabaseAlteredEventAn event describing the altering of a database.static classDdlParserListener.DatabaseCreatedEventAn event describing the creation of a database.static classDdlParserListener.DatabaseDroppedEventAn event describing the dropping of a database.static classDdlParserListener.DatabaseEventThe base class for all table-related events.static classDdlParserListener.DatabaseSwitchedEventAn event describing the switching of a database.static classDdlParserListener.EventThe base class for all concrete events.static classDdlParserListener.SetVariableEventAn event describing the setting of a variable.static classDdlParserListener.TableAlteredEventAn event describing the altering of a table.static classDdlParserListener.TableCreatedEventAn event describing the creation (or replacement) of a table.static classDdlParserListener.TableDroppedEventAn event describing the dropping of a table.static classDdlParserListener.TableEventThe base class for all table-related events.static classDdlParserListener.TableIndexCreatedEventAn event describing the creation of an index on a table.static classDdlParserListener.TableIndexDroppedEventAn event describing the dropping of an index on a table.static classDdlParserListener.TableIndexEventThe abstract base class for all index-related events.static classDdlParserListener.TableTruncatedEventAn event describing the truncating of a table. -
Uses of Immutable in io.debezium.relational.mapping
Classes in io.debezium.relational.mapping with annotations of type Immutable Modifier and Type Class Description classColumnMappersA set ofColumnMapperobjects for columns.protected static classColumnMappers.MapperRuleprotected static classMaskStrings.HashValueConverterprotected static classMaskStrings.MaskingValueConverterprotected static classTruncateStrings.TruncatingValueConverter -
Uses of Immutable in io.debezium.text
Classes in io.debezium.text with annotations of type Immutable Modifier and Type Class Description classPositionA class that represents the position of a particular character in terms of the lines and columns of a character sequence.protected classTokenStream.CaseInsensitiveTokenprotected classTokenStream.CaseSensitiveTokenAn immutableTokenStream.Tokenthat implements matching using case-sensitive logic.static interfaceTokenStream.TokenThe interface defining a token, which references the characters in the actual input character stream.classXmlCharactersA utility class for determining the validity of various XML names, per the XML 1.0 Specification. -
Uses of Immutable in io.debezium.util
Classes in io.debezium.util with annotations of type Immutable Modifier and Type Class Description classHashCodeUtilities for easily computing hash codes.classIoUtilA set of utilities for more easily performing I/O.classIteratorsA utility for creating iterators.classJoinerA utility for joining multiplecharacter sequencestogether.classMathOpsUtilities for performing math operations with mixed native and advanced numeric types.classSequencesUtility methods for obtaining streams of integers.
-