org.apache.hadoop.hbase.client
Class MetaScanner.MetaScannerVisitorBase

java.lang.Object
  extended by org.apache.hadoop.hbase.client.MetaScanner.MetaScannerVisitorBase
All Implemented Interfaces:
Closeable, MetaScanner.MetaScannerVisitor
Direct Known Subclasses:
MetaScanner.DefaultMetaScannerVisitor
Enclosing class:
MetaScanner

public abstract static class MetaScanner.MetaScannerVisitorBase
extends Object
implements MetaScanner.MetaScannerVisitor


Constructor Summary
MetaScanner.MetaScannerVisitorBase()
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hbase.client.MetaScanner.MetaScannerVisitor
processRow
 

Constructor Detail

MetaScanner.MetaScannerVisitorBase

public MetaScanner.MetaScannerVisitorBase()
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.