com.hazelcast.cache.impl
Class ClusterWideIterator<K,V>
java.lang.Object
com.hazelcast.cache.impl.AbstractClusterWideIterator<K,V>
com.hazelcast.cache.impl.ClusterWideIterator<K,V>
- Type Parameters:
K
- the type of key.V
- the type of value.
- All Implemented Interfaces:
- Iterator<javax.cache.Cache.Entry<K,V>>
public class ClusterWideIterator<K,V>
- extends AbstractClusterWideIterator<K,V>
- implements Iterator<javax.cache.Cache.Entry<K,V>>
Cluster-wide iterator for ICache
.
This implementation is used for server or embedded mode.
Note: For more information on the iterator details, see AbstractClusterWideIterator
.
- See Also:
AbstractClusterWideIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterWideIterator
public ClusterWideIterator(CacheProxy<K,V> cache)
fetch
protected CacheKeyIteratorResult fetch()
- Specified by:
fetch
in class AbstractClusterWideIterator<K,V>
toData
protected Data toData(Object obj)
- Specified by:
toData
in class AbstractClusterWideIterator<K,V>
toObject
protected <T> T toObject(Object data)
- Specified by:
toObject
in class AbstractClusterWideIterator<K,V>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.