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

Enclosing class:
MetaScanner

public static interface MetaScanner.MetaScannerVisitor

Visitor class called to process each row of the .META. table


Method Summary
 boolean processRow(Result rowResult)
          Visitor method that accepts a RowResult and the meta region location.
 

Method Detail

processRow

boolean processRow(Result rowResult)
                   throws IOException
Visitor method that accepts a RowResult and the meta region location. Implementations can return false to stop the region's loop if it becomes unnecessary for some reason.

Parameters:
rowResult - result
Returns:
A boolean to know if it should continue to loop in the region
Throws:
IOException - e


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