public interface MRIterator
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getFilename() |
boolean |
hasNext() |
boolean |
isEnd(int last) |
voldemort.utils.Pair<voldemort.store.cachestore.Key,byte[]> |
next() |
void |
setCurrent(int current) |
voldemort.utils.Pair<voldemort.store.cachestore.Key,byte[]> next() throws IOException
IOException
boolean hasNext()
void setCurrent(int current)
boolean isEnd(int last)
String getFilename()
void close() throws IOException
IOException
Copyright © 2016. All rights reserved.