Package org.apache.accumulo.core.client
Interface IsolatedScanner.RowBuffer
-
- All Known Implementing Classes:
IsolatedScanner.MemoryRowBuffer
- Enclosing class:
- IsolatedScanner
public static interface IsolatedScanner.RowBuffer extends Iterable<Map.Entry<Key,Value>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Map.Entry<Key,Value> entry)
void
clear()
Iterator<Map.Entry<Key,Value>>
iterator()
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-