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 voidadd(Map.Entry<Key,Value> entry)voidclear()Iterator<Map.Entry<Key,Value>>iterator()-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-