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

    Modifier and Type
    Method
    Description
    boolean
    Visit the catalog table row.
  • Method Details

    • visit

      boolean visit(Result r) throws IOException
      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