Uses of Interface
org.apache.hadoop.hbase.client.MetaScanner.MetaScannerVisitor

Packages that use MetaScanner.MetaScannerVisitor
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of MetaScanner.MetaScannerVisitor in org.apache.hadoop.hbase.client
 

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.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.