org.apache.hadoop.hbase.catalog
Interface MetaReader.Visitor

Enclosing class:
MetaReader

public static interface MetaReader.Visitor

Implementations 'visit' a catalog table row.


Method Summary
 boolean visit(Result r)
          Visit the catalog table row.
 

Method Detail

visit

boolean visit(Result r)
              throws IOException
Visit the catalog table row.

Parameters:
r - A row from catalog table
Returns:
True if we are to proceed scanning the table, else false if we are to stop now.
Throws:
IOException


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