org.apache.accumulo.core.client
Class IsolatedScanner.MemoryRowBuffer

java.lang.Object
  extended by org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
Enclosing class:
IsolatedScanner

public static class IsolatedScanner.MemoryRowBuffer
extends Object


Constructor Summary
IsolatedScanner.MemoryRowBuffer()
           
 
Method Summary
 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
 

Constructor Detail

IsolatedScanner.MemoryRowBuffer

public IsolatedScanner.MemoryRowBuffer()
Method Detail

add

public void add(Map.Entry<Key,Value> entry)

iterator

public Iterator<Map.Entry<Key,Value>> iterator()

clear

public void clear()


Copyright © 2015 Apache Accumulo Project. All rights reserved.