Package org.apache.hadoop.hbase
Class MetaTableAccessor.DefaultVisitorBase
java.lang.Object
org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase
- All Implemented Interfaces:
MetaTableAccessor.Visitor
- Direct Known Subclasses:
MetaTableAccessor.TableVisitorBase
- Enclosing class:
- MetaTableAccessor
public abstract static class MetaTableAccessor.DefaultVisitorBase
extends Object
implements MetaTableAccessor.Visitor
A Visitor that skips offline regions and split parents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Visit the catalog table row.abstract boolean
visitInternal
(Result rowResult)
-
Constructor Details
-
DefaultVisitorBase
-
-
Method Details
-
visitInternal
- Throws:
IOException
-
visit
Description copied from interface:MetaTableAccessor.Visitor
Visit the catalog table row.- Specified by:
visit
in interfaceMetaTableAccessor.Visitor
- Parameters:
rowResult
- 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
-