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 List<String> |
fieldExcludeList |
| Constructor and Description |
|---|
FieldFilterSelector(List<String> fieldExcludeList) |
| Modifier and Type | Method and Description |
|---|---|
FieldFilterSelector.FieldFilter |
selectFieldFilter(KeyspaceTable keyspaceTable)
Returns the field(s) filter for the given table.
|
public FieldFilterSelector.FieldFilter selectFieldFilter(KeyspaceTable keyspaceTable)
Copyright © 2021 JBoss by Red Hat. All rights reserved.