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

java.lang.Object
  extended by 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
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)
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 The Apache Software Foundation. All Rights Reserved.