Methods in org.apache.hadoop.hbase.client with parameters of type MetaScanner.MetaScannerVisitor |
static void |
MetaScanner.metaScan(org.apache.hadoop.conf.Configuration configuration,
MetaScanner.MetaScannerVisitor visitor)
Scans the meta table and calls a visitor on each RowResult and uses a empty
start row value as table name. |
static void |
MetaScanner.metaScan(org.apache.hadoop.conf.Configuration configuration,
MetaScanner.MetaScannerVisitor visitor,
byte[] userTableName)
Scans the meta table and calls a visitor on each RowResult. |
static void |
MetaScanner.metaScan(org.apache.hadoop.conf.Configuration configuration,
MetaScanner.MetaScannerVisitor visitor,
byte[] userTableName,
byte[] row,
int rowLimit)
Scans the meta table and calls a visitor on each RowResult. |
static void |
MetaScanner.metaScan(org.apache.hadoop.conf.Configuration configuration,
MetaScanner.MetaScannerVisitor visitor,
byte[] tableName,
byte[] row,
int rowLimit,
byte[] metaTableName)
Scans the meta table and calls a visitor on each RowResult. |