Interface HRegion.BatchOperation.Visitor

Enclosing class:
HRegion.BatchOperation<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Visitor interface for batch operations
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(int index)
     
  • Method Details

    • visit

      boolean visit(int index) throws IOException
      Parameters:
      index - operation index
      Returns:
      If true continue visiting remaining entries, break otherwise
      Throws:
      IOException