org.apache.samza.storage.kv
Interface KeyValueIterator<K,V>

All Superinterfaces:
java.util.Iterator<Entry<K,V>>

public interface KeyValueIterator<K,V>
extends java.util.Iterator<Entry<K,V>>


Method Summary
 void close()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()