protected class DistributedEntryRetriever.DistributedItr<C> extends LocalEntryRetriever.Itr<C>
Constructor and Description |
---|
DistributedItr(int batchSize,
UUID identifier,
EntryRetriever.SegmentListener segmentListener,
ConsistentHash hash) |
Modifier and Type | Method and Description |
---|---|
void |
addKeysForSegment(Map<Integer,ConcurrentHashSet<K>> keysForSegment) |
protected void |
close(CacheException e) |
protected void |
finalize() |
CacheEntry<K,C> |
next() |
addEntries, close, hasNext, remove
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DistributedItr(int batchSize, UUID identifier, EntryRetriever.SegmentListener segmentListener, ConsistentHash hash)
public CacheEntry<K,C> next()
next
in interface Iterator<CacheEntry<K,C>>
next
in class LocalEntryRetriever.Itr<C>
public void addKeysForSegment(Map<Integer,ConcurrentHashSet<K>> keysForSegment)
protected void close(CacheException e)
close
in class LocalEntryRetriever.Itr<C>
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.