Uses of Interface
org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor

Packages that use org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor
Package
Description
 
  • Uses of org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor in org.apache.hadoop.hbase

    Subinterfaces of org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor in in org.apache.hadoop.hbase
    Modifier and Type
    Interface
    Description
    static interface 
    org.apache.hadoop.hbase.ClientMetaTableAccessor.CloseableVisitor
    Implementations 'visit' a catalog table row but with close() at the end.
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor in in
    Modifier and Type
    Method
    Description
    static void
    MetaTableAccessor.fullScanRegions(org.apache.hadoop.hbase.client.Connection connection, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor)
    Performs a full scan of hbase:meta for regions.
    static void
    MetaTableAccessor.fullScanTables(org.apache.hadoop.hbase.client.Connection connection, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor)
    Performs a full scan of hbase:meta for tables.
    static void
    MetaTableAccessor.scanMeta(org.apache.hadoop.hbase.client.Connection connection, byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.ClientMetaTableAccessor.QueryType type, int maxRows, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor)
    Performs a scan of META table.
    static void
    MetaTableAccessor.scanMeta(org.apache.hadoop.hbase.client.Connection connection, byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.ClientMetaTableAccessor.QueryType type, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor)
     
    static void
    MetaTableAccessor.scanMeta(org.apache.hadoop.hbase.client.Connection connection, byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.ClientMetaTableAccessor.QueryType type, org.apache.hadoop.hbase.filter.Filter filter, int maxRows, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor)
     
    static void
    MetaTableAccessor.scanMeta(org.apache.hadoop.hbase.client.Connection connection, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor, org.apache.hadoop.hbase.TableName tableName, byte[] row, int rowLimit)
    Performs a scan of META table for given table starting from given row.
    static void
    MetaTableAccessor.scanMetaForTableRegions(org.apache.hadoop.hbase.client.Connection connection, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor, org.apache.hadoop.hbase.TableName tableName)