Uses of Annotation Type
io.debezium.annotation.Immutable
Packages that use Immutable
Package
Description
-
Uses of Immutable in io.debezium.config
Classes in io.debezium.config with annotations of type ImmutableModifier and TypeClassDescriptionclassDefines the configuration options of a connector.interfaceAn immutable representation of a Debezium configuration.final classAn immutable definition of a field that make appear within aConfigurationinstance.static final classA set of fields. -
Uses of Immutable in io.debezium.converters
Fields in io.debezium.converters with annotations of type ImmutableModifier and TypeFieldDescriptionprivate static Map<String,CloudEventsProvider> CloudEventsConverter.providers -
Uses of Immutable in io.debezium.document
Classes in io.debezium.document with annotations of type ImmutableModifier and TypeClassDescriptionclass(package private) final classPackage-level implementation ofArray.Entryin anArray.(package private) final classPackage-level implementation of aDocument.Fieldinside aDocument.(package private) final classA specialization ofValuethat represents a binary value.(package private) final class(package private) final classclass(package private) final classA specialization ofValuethat represents a null value.interfaceA representation of multiple name segments that together form a path withinDocument.(package private) final classA package-level utility that implements useful operations to create paths.interface -
Uses of Immutable in io.debezium.jdbc
Classes in io.debezium.jdbc with annotations of type ImmutableModifier and TypeInterfaceDescriptioninterfaceA specialized configuration for the Debezium driver.classA provider ofValueConverters andSchemaBuilders for various column types. -
Uses of Immutable in io.debezium.relational
Classes in io.debezium.relational with annotations of type ImmutableModifier and TypeInterfaceDescriptioninterfaceAn immutable attribute associated with a relational table.interfaceAn immutable definition of a column.final classUnique identifier for a column in a database table.classAn immutable definition of a table's key.classDefine predicates determines whether tables or columns should be used.interfaceAn immutable definition of a table.final classUnique identifier for a database table.classDefines 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.classBuilder that constructsTableSchemainstances forTabledefinitions.Fields in io.debezium.relational with annotations of type ImmutableModifier and TypeFieldDescriptionprivate final 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 ImmutableModifier and TypeClassDescriptionfinal classAn immutable representation of a data typestatic classAn event describing the altering of a database.static classAn event describing the creation of a database.static classAn event describing the dropping of a database.static classThe base class for all table-related events.static classAn event describing the switching of a database.static classThe base class for all concrete events.static classAn event describing the setting of a variable.static classAn event describing the altering of a table.static classAn event describing the creation (or replacement) of a table.static classAn event describing the dropping of a table.static classThe base class for all table-related events.static classAn event describing the creation of an index on a table.static classAn event describing the dropping of an index on a table.static classThe abstract base class for all index-related events.static classAn 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 ImmutableModifier and TypeClassDescriptionclassA set ofColumnMapperobjects for columns.protected static final classprotected static final classprotected static final classprotected static final class -
Uses of Immutable in io.debezium.text
Classes in io.debezium.text with annotations of type ImmutableModifier and TypeClassDescriptionfinal classA class that represents the position of a particular character in terms of the lines and columns of a character sequence.protected classprotected classAn immutableTokenStream.Tokenthat implements matching using case-sensitive logic.static interfaceThe interface defining a token, which references the characters in the actual input character stream.classA 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 ImmutableModifier and TypeClassDescriptionclassUtilities for easily computing hash codes.classA set of utilities for more easily performing I/O.classA utility for creating iterators.final classA utility for joining multiplecharacter sequencestogether.final classUtilities for performing math operations with mixed native and advanced numeric types.classUtility methods for obtaining streams of integers.