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
 

Classes in org.apache.hadoop.hbase.client that implement MetaScanner.MetaScannerVisitor
static class MetaScanner.DefaultMetaScannerVisitor
          A MetaScannerVisitor that skips offline regions and split parents
static class MetaScanner.MetaScannerVisitorBase
           
static class MetaScanner.TableMetaScannerVisitor
          A MetaScannerVisitor for a table.
 

Methods in org.apache.hadoop.hbase.client with parameters of type MetaScanner.MetaScannerVisitor
static void MetaScanner.metaScan(org.apache.hadoop.conf.Configuration configuration, HConnection connection, MetaScanner.MetaScannerVisitor visitor, TableName userTableName)
          Scans the meta table and calls a visitor on each RowResult.
static void MetaScanner.metaScan(org.apache.hadoop.conf.Configuration configuration, HConnection connection, MetaScanner.MetaScannerVisitor visitor, TableName tableName, byte[] row, int rowLimit, TableName metaTableName)
          Scans the meta table and calls a visitor on each RowResult.
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, TableName userTableName, byte[] row, int rowLimit)
          Scans the meta table and calls a visitor on each RowResult.
 



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