public class FieldFilterSelector extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
FieldFilterSelector.Field
Representation of a fully qualified field, which has a
KeyspaceTable
and a field name. |
static interface |
FieldFilterSelector.FieldFilter |
| Modifier and Type | Field and Description |
|---|---|
private String[] |
blacklistFields |
| Constructor and Description |
|---|
FieldFilterSelector(String[] blacklistFields) |
| Modifier and Type | Method and Description |
|---|---|
FieldFilterSelector.FieldFilter |
selectFieldFilter(KeyspaceTable keyspaceTable)
Returns the field(s) filter for the given table.
|
private final String[] blacklistFields
FieldFilterSelector(String[] blacklistFields)
public FieldFilterSelector.FieldFilter selectFieldFilter(KeyspaceTable keyspaceTable)
Copyright © 2020 JBoss by Red Hat. All rights reserved.