K - the iterator data typepublic class PrefetchIterator<K> extends Object implements Iterator<K>
Prefetching is only done when size() is called.
| Modifier and Type | Class and Description |
|---|---|
static class |
PrefetchIterator.PrefetchOptions
The options to use for prefetching.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
K |
next() |
void |
remove() |
long |
size()
Get the size if known.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.