Package org.apache.accumulo.core.client
Class IsolatedScanner.MemoryRowBuffer
- java.lang.Object
-
- org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
-
- All Implemented Interfaces:
Iterable<Map.Entry<Key,Value>>
,IsolatedScanner.RowBuffer
- Enclosing class:
- IsolatedScanner
public static class IsolatedScanner.MemoryRowBuffer extends Object implements IsolatedScanner.RowBuffer
-
-
Constructor Summary
Constructors Constructor Description MemoryRowBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Map.Entry<Key,Value> entry)
void
clear()
Iterator<Map.Entry<Key,Value>>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-