Package org.apache.hadoop.hbase
Class ClientMetaTableAccessor.CollectingVisitor<T>
java.lang.Object
org.apache.hadoop.hbase.ClientMetaTableAccessor.CollectingVisitor<T>
- All Implemented Interfaces:
- ClientMetaTableAccessor.Visitor
- Direct Known Subclasses:
- ClientMetaTableAccessor.CollectAllVisitor,- ClientMetaTableAccessor.CollectRegionLocationsVisitor
- Enclosing class:
- ClientMetaTableAccessor
private abstract static class ClientMetaTableAccessor.CollectingVisitor<T>
extends Object
implements ClientMetaTableAccessor.Visitor
A 
ClientMetaTableAccessor.Visitor that collects content out of passed Result.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
results
 
- 
- 
Constructor Details- 
CollectingVisitorprivate CollectingVisitor()
 
- 
- 
Method Details- 
visitDescription copied from interface:ClientMetaTableAccessor.VisitorVisit the catalog table row.- Specified by:
- visitin interface- ClientMetaTableAccessor.Visitor
- 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
 
- 
add
- 
getResultsList<T> getResults()Returns Collected results; wait till visits complete to collect all possible results
 
-