public abstract static class MetaScanner.TableMetaScannerVisitor extends MetaScanner.DefaultMetaScannerVisitor
| Constructor and Description |
|---|
TableMetaScannerVisitor(org.apache.hadoop.hbase.TableName tableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processRow(Result rowResult)
Visitor method that accepts a RowResult and the meta region location.
|
processRowInternalclosepublic TableMetaScannerVisitor(org.apache.hadoop.hbase.TableName tableName)
public final boolean processRow(Result rowResult) throws IOException
MetaScanner.MetaScannerVisitorprocessRow in interface MetaScanner.MetaScannerVisitorprocessRow in class MetaScanner.DefaultMetaScannerVisitorrowResult - resultIOException - eCopyright © 2007–2017. All rights reserved.