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