@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 | Method and Description |
|---|---|
String |
getNamespace() |
String |
getRegex() |
List<TableName> |
getTableNames() |
public List<TableName> getTableNames()
public String getNamespace()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.