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 classEntryStreamSupplier<K,V>Stream supplier that is to be used when the underlying stream is composed byCacheEntryinstances.classKeyStreamSupplier<K,V>Stream supplier that is to be used when the underlying stream is composed by key instances.classPersistenceEntryStreamSupplier<K,V>StreamSupplier that allows for creating streams where they utilize thePersistenceManagerto publish entries using segments if possible.classPersistenceKeyStreamSupplier<K>StreamSupplier that allows for creating streams where they utilize thePersistenceManagerto publish keys using segments if possible.classSegmentedEntryStreamSupplier<K,V>StreamSupplier that allows for creating streams where they utilize aInternalDataContainerso that the stream only looks at entries in those given segments.classSegmentedKeyStreamSupplier<K,V>StreamSupplier that allows for creating streams where they utilize aInternalDataContainerso 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. streamSupplierConstructors 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)
-