Package io.debezium.connector.cassandra
Class FieldFilterSelector
- java.lang.Object
-
- io.debezium.connector.cassandra.FieldFilterSelector
-
public class FieldFilterSelector extends Object
This field filter selector is designed to determine the filter for excluding fields from a table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classFieldFilterSelector.FieldRepresentation of a fully qualified field, which has aKeyspaceTableand a field name.static interfaceFieldFilterSelector.FieldFilter
-
Field Summary
Fields Modifier and Type Field Description private List<String>fieldExcludeList
-
Constructor Summary
Constructors Constructor Description FieldFilterSelector(List<String> fieldExcludeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldFilterSelector.FieldFilterselectFieldFilter(KeyspaceTable keyspaceTable)Returns the field(s) filter for the given table.
-
-
-
Method Detail
-
selectFieldFilter
public FieldFilterSelector.FieldFilter selectFieldFilter(KeyspaceTable keyspaceTable)
Returns the field(s) filter for the given table.
-
-