Package io.debezium.connector.cassandra
Class FieldFilterSelector
java.lang.Object
io.debezium.connector.cassandra.FieldFilterSelector
This field filter selector is designed to determine the filter for excluding fields from a table.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classRepresentation of a fully qualified field, which has aKeyspaceTableand a field name.static interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselectFieldFilter(KeyspaceTable keyspaceTable) Returns the field(s) filter for the given table.
-
Field Details
-
fieldExcludeList
-
-
Constructor Details
-
FieldFilterSelector
-
-
Method Details
-
selectFieldFilter
Returns the field(s) filter for the given table.
-