Class ListStreamSupplier
java.lang.Object
org.infinispan.server.iteration.list.ListStreamSupplier
- All Implemented Interfaces:
org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier<CacheEntry<Object,
Object>, Stream<CacheEntry<Object, Object>>>
public class ListStreamSupplier
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
-
Method Summary
Modifier and TypeMethodDescriptionbuildStream
(IntSet ignore, Set valuesToFilter, boolean parallel)
-
Constructor Details
-
ListStreamSupplier
-
-
Method Details
-
buildStream
public Stream<CacheEntry<Object,Object>> buildStream(IntSet ignore, Set valuesToFilter, boolean parallel) - Specified by:
buildStream
in interfaceorg.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier<CacheEntry<Object,
Object>, Stream<CacheEntry<Object, Object>>>
-