org.apache.accumulo.core.client
Interface IsolatedScanner.RowBuffer

All Superinterfaces:
Iterable<Map.Entry<Key,Value>>
All Known Implementing Classes:
IsolatedScanner.MemoryRowBuffer
Enclosing class:
IsolatedScanner

public static interface IsolatedScanner.RowBuffer
extends Iterable<Map.Entry<Key,Value>>


Method Summary
 void add(Map.Entry<Key,Value> entry)
           
 void clear()
           
 Iterator<Map.Entry<Key,Value>> iterator()
           
 

Method Detail

add

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

iterator

Iterator<Map.Entry<Key,Value>> iterator()
Specified by:
iterator in interface Iterable<Map.Entry<Key,Value>>

clear

void clear()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.