Package org.apache.hadoop.hbase
Interface MetaTableAccessor.Visitor
- All Known Subinterfaces:
MetaTableAccessor.CloseableVisitor
- All Known Implementing Classes:
HBCKServerCrashProcedure.UnknownServerVisitor
,MetaTableAccessor.CollectAllVisitor
,MetaTableAccessor.CollectingVisitor
,MetaTableAccessor.DefaultVisitorBase
,MetaTableAccessor.TableVisitorBase
,ReportMakingVisitor
- Enclosing class:
- MetaTableAccessor
public static interface MetaTableAccessor.Visitor
Implementations 'visit' a catalog table row.
-
Method Summary
-
Method Details
-
visit
Visit the catalog table row.- Parameters:
r
- A row from catalog table- Returns:
- True if we are to proceed scanning the table, else false if we are to stop now.
- Throws:
IOException
-