org.apache.hadoop.hbase.util
Interface MetaUtils.ScannerListener

Enclosing class:
MetaUtils

public static interface MetaUtils.ScannerListener

Used by scanRootRegion and scanMetaRegion to call back the caller so it can process the data for a row.


Method Summary
 boolean processRow(HRegionInfo info)
          Callback so client of scanner can process row contents
 

Method Detail

processRow

boolean processRow(HRegionInfo info)
                   throws IOException
Callback so client of scanner can process row contents

Parameters:
info - HRegionInfo for row
Returns:
false to terminate the scan
Throws:
IOException - e


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