K
- the type of keys maintained by this mapV
- the type of mapped valuespublic interface IStreamCache<K,V>
extends com.hazelcast.cache.ICache<K,V>
ICache
that provides a distributed
Stream
implementation.Modifier and Type | Method and Description |
---|---|
DistributedStream<Map.Entry<K,V>> |
stream()
Returns a
DistributedStream with this cache as its source. |
addPartitionLostListener, destroy, get, getAll, getAndPut, getAndPutAsync, getAndPutAsync, getAndRemoveAsync, getAndReplace, getAndReplaceAsync, getAndReplaceAsync, getAsync, getAsync, getLocalCacheStatistics, isDestroyed, iterator, put, putAll, putAsync, putAsync, putIfAbsent, putIfAbsentAsync, putIfAbsentAsync, removeAsync, removeAsync, removePartitionLostListener, replace, replace, replaceAsync, replaceAsync, replaceAsync, replaceAsync, size
clear, close, containsKey, deregisterCacheEntryListener, get, getAll, getAndPut, getAndRemove, getAndReplace, getCacheManager, getConfiguration, getName, invoke, invokeAll, isClosed, iterator, loadAll, put, putAll, putIfAbsent, registerCacheEntryListener, remove, remove, removeAll, removeAll, replace, replace, unwrap
forEach, spliterator
DistributedStream<Map.Entry<K,V>> stream()
DistributedStream
with this cache as its source.
If the underlying cache is is being concurrently modified, there are no guarantees given with respect to missing or duplicate items in a stream operation.
Copyright © 2017 Hazelcast, Inc.. All rights reserved.