Package org.apache.hadoop.hbase
Interface ClientMetaTableAccessor.Visitor
- All Known Subinterfaces:
ClientMetaTableAccessor.CloseableVisitor
- All Known Implementing Classes:
ClientMetaTableAccessor.CollectAllVisitor
,ClientMetaTableAccessor.CollectingVisitor
,ClientMetaTableAccessor.CollectRegionLocationsVisitor
,HBCKServerCrashProcedure.UnknownServerVisitor
,ReportMakingVisitor
- Enclosing class:
- ClientMetaTableAccessor
public static interface ClientMetaTableAccessor.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
-