public abstract static class MetaTableAccessor.DefaultVisitorBase extends Object implements MetaTableAccessor.Visitor
Constructor and Description |
---|
DefaultVisitorBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
visit(Result rowResult)
Visit the catalog table row.
|
abstract boolean |
visitInternal(Result rowResult) |
public DefaultVisitorBase()
public abstract boolean visitInternal(Result rowResult) throws IOException
IOException
public boolean visit(Result rowResult) throws IOException
MetaTableAccessor.Visitor
visit
in interface MetaTableAccessor.Visitor
rowResult
- A row from catalog tableIOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.