public class FilterUtil extends Object
| Constructor and Description |
|---|
FilterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
printFilterTree(org.apache.hadoop.hbase.filter.Filter filter) |
static void |
printFilterTree(org.apache.hadoop.hbase.filter.Filter filter,
StringBuilder buf,
int level) |
public static String printFilterTree(org.apache.hadoop.hbase.filter.Filter filter) throws IOException
IOExceptionpublic static void printFilterTree(org.apache.hadoop.hbase.filter.Filter filter,
StringBuilder buf,
int level)
throws IOException
IOExceptionCopyright © 2021. All Rights Reserved.