Uses of Interface
org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier
-
Packages that use AbstractLocalCacheStream.StreamSupplier Package Description org.infinispan.stream.impl.local -
-
Uses of AbstractLocalCacheStream.StreamSupplier in org.infinispan.stream.impl.local
Classes in org.infinispan.stream.impl.local that implement AbstractLocalCacheStream.StreamSupplier Modifier and Type Class Description class
EntryStreamSupplier<K,V>
Stream supplier that is to be used when the underlying stream is composed byCacheEntry
instances.class
KeyStreamSupplier<K,V>
Stream supplier that is to be used when the underlying stream is composed by key instances.class
PersistenceEntryStreamSupplier<K,V>
StreamSupplier that allows for creating streams where they utilize thePersistenceManager
to publish entries using segments if possible.class
PersistenceKeyStreamSupplier<K>
StreamSupplier that allows for creating streams where they utilize thePersistenceManager
to publish keys using segments if possible.class
SegmentedEntryStreamSupplier<K,V>
StreamSupplier that allows for creating streams where they utilize aInternalDataContainer
so that the stream only looks at entries in those given segments.class
SegmentedKeyStreamSupplier<K,V>
StreamSupplier that allows for creating streams where they utilize aInternalDataContainer
so that the stream only looks at keys in those given segments.Fields in org.infinispan.stream.impl.local declared as AbstractLocalCacheStream.StreamSupplier Modifier and Type Field Description protected AbstractLocalCacheStream.StreamSupplier<T,S>
AbstractLocalCacheStream. streamSupplier
Constructors in org.infinispan.stream.impl.local with parameters of type AbstractLocalCacheStream.StreamSupplier Constructor Description AbstractLocalCacheStream(AbstractLocalCacheStream.StreamSupplier<T,S> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalCacheStream(AbstractLocalCacheStream.StreamSupplier<R,Stream<R>> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalDoubleCacheStream(AbstractLocalCacheStream.StreamSupplier<Double,DoubleStream> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalIntCacheStream(AbstractLocalCacheStream.StreamSupplier<Integer,IntStream> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalLongCacheStream(AbstractLocalCacheStream.StreamSupplier<Long,LongStream> streamSupplier, boolean parallel, ComponentRegistry registry)
-