Package io.debezium.connector.cassandra
Class FieldFilterSelector.Field
- java.lang.Object
-
- io.debezium.connector.cassandra.FieldFilterSelector.Field
-
- Enclosing class:
- FieldFilterSelector
private static final class FieldFilterSelector.Field extends Object
Representation of a fully qualified field, which has aKeyspaceTableand a field name. Nested and repeated fields are not supported right now.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Stringcolumn(package private) KeyspaceTablekeyspaceTable
-
-
-
Field Detail
-
keyspaceTable
final KeyspaceTable keyspaceTable
-
column
final String column
-
-
Constructor Detail
-
Field
private Field(String fieldExcludeList)
-
-