Class MapStreamSupplier
java.lang.Object
org.infinispan.server.iteration.map.MapStreamSupplier
- All Implemented Interfaces:
org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier<CacheEntry<Object,Object>, Stream<CacheEntry<Object, Object>>>
public class MapStreamSupplier
extends Object
implements org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier<CacheEntry<Object,Object>, Stream<CacheEntry<Object,Object>>>
Reads from a
Map and builds a Stream of CacheEntry instances.
The entries generated in the stream are ImmortalCacheEntry instances, and don't have metadata.
- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapStreamSupplier
-
-
Method Details
-
buildStream
public Stream<CacheEntry<Object,Object>> buildStream(IntSet ignore, Set keysToFilter, boolean parallel) - Specified by:
buildStreamin interfaceorg.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier<CacheEntry<Object,Object>, Stream<CacheEntry<Object, Object>>>
-