public static final class GridCacheQueryManager.ScanQueryIterator<K,V> extends GridCloseableIteratorAdapter<Object>
| Modifier and Type | Method and Description |
|---|---|
GridCacheContext |
cacheContext() |
@Nullable IgniteBiPredicate<K,V> |
filter() |
boolean |
keepBinary() |
boolean |
local() |
GridDhtLocalPartition |
localPartition() |
protected void |
onClose()
Invoked on iterator close.
|
protected boolean |
onHasNext() |
protected Object |
onNext() |
int |
pageSize() |
long |
startTime() |
UUID |
subjectId() |
String |
taskName() |
AffinityTopologyVersion |
topVer() |
IgniteClosure |
transformer() |
checkClosed, close, hasNextX, isClosed, nextX, onRemove, removeXhasNext, iterator, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorforEachRemaining, hasNext, next, removeprotected Object onNext()
onNext in class GridCloseableIteratorAdapter<Object>protected boolean onHasNext()
onHasNext in class GridCloseableIteratorAdapter<Object>True if iterator has next element.protected void onClose()
onClose in class GridCloseableIteratorAdapter<Object>@Nullable public @Nullable IgniteBiPredicate<K,V> filter()
public AffinityTopologyVersion topVer()
public GridDhtLocalPartition localPartition()
public IgniteClosure transformer()
public long startTime()
public boolean local()
public boolean keepBinary()
public UUID subjectId()
public String taskName()
public GridCacheContext cacheContext()
public int pageSize()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021