Class PersistenceKeyStreamSupplier<K>

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

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