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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsolatedScanner.MemoryRowBuffer
public IsolatedScanner.MemoryRowBuffer()
add
public void add(Map.Entry<Key,Value> entry)
- Specified by:
add
in interface IsolatedScanner.RowBuffer
iterator
public Iterator<Map.Entry<Key,Value>> iterator()
- Specified by:
iterator
in interface Iterable<Map.Entry<Key,Value>>
- Specified by:
iterator
in interface IsolatedScanner.RowBuffer
clear
public void clear()
- Specified by:
clear
in interface IsolatedScanner.RowBuffer
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.