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
- 
Method Details- 
visit- Parameters:
- index- operation index
- Returns:
- If true continue visiting remaining entries, break otherwise
- Throws:
- IOException
 
 
-