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

    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