Class PersistenceEntryStreamSupplier<K,V>

java.lang.Object
org.infinispan.stream.impl.local.PersistenceEntryStreamSupplier<K,V>
All Implemented Interfaces:
AbstractLocalCacheStream.StreamSupplier<CacheEntry<K,V>,Stream<CacheEntry<K,V>>>

public class PersistenceEntryStreamSupplier<K,V> extends Object implements AbstractLocalCacheStream.StreamSupplier<CacheEntry<K,V>,Stream<CacheEntry<K,V>>>
StreamSupplier that allows for creating streams where they utilize the PersistenceManager to publish entries using segments if possible.
Since:
9.4
Author:
wburns