@InterfaceAudience.Public public final class NormalizeTableFilterParams extends Object
TableNames are provided, the filter starts with any of these
tables that exist.namespace name is provided, the filter starts with all the tables present in
that namespace.TableNames and a namespace name are provided, the
TableName list is honored and the namespace name is ignored.regex is provided, this subset of TableNames is further
reduced to those that match the provided regular expression.| Modifier and Type | Class and Description |
|---|---|
static class |
NormalizeTableFilterParams.Builder
Used to instantiate an instance of
NormalizeTableFilterParams. |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
String |
getRegex() |
List<TableName> |
getTableNames() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.