public abstract static class MetaScanner.BlockingMetaScannerVisitor extends MetaScanner.MetaScannerVisitorBase
Constructor and Description |
---|
MetaScanner.BlockingMetaScannerVisitor(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
HTable |
getMetaTable() |
boolean |
processRow(Result rowResult)
Visitor method that accepts a RowResult and the meta region location.
|
abstract boolean |
processRowInternal(Result rowResult) |
public MetaScanner.BlockingMetaScannerVisitor(org.apache.hadoop.conf.Configuration conf)
public abstract boolean processRowInternal(Result rowResult) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class MetaScanner.MetaScannerVisitorBase
IOException
public HTable getMetaTable() throws IOException
IOException
public boolean processRow(Result rowResult) throws IOException
MetaScanner.MetaScannerVisitor
rowResult
- resultIOException
- eCopyright © 2014 The Apache Software Foundation. All Rights Reserved.