Uses of Interface
org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier
Packages that use AbstractLocalCacheStream.StreamSupplier
-
Uses of AbstractLocalCacheStream.StreamSupplier in org.infinispan.stream.impl.local
Classes in org.infinispan.stream.impl.local that implement AbstractLocalCacheStream.StreamSupplierModifier and TypeClassDescriptionclassEntryStreamSupplier<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.classStreamSupplier that allows for creating streams where they utilize thePersistenceManagerto publish entries using segments if possible.classStreamSupplier that allows for creating streams where they utilize thePersistenceManagerto publish keys using segments if possible.Fields in org.infinispan.stream.impl.local declared as AbstractLocalCacheStream.StreamSupplierModifier and TypeFieldDescriptionprotected final AbstractLocalCacheStream.StreamSupplier<T,S> AbstractLocalCacheStream.streamSupplierConstructors in org.infinispan.stream.impl.local with parameters of type AbstractLocalCacheStream.StreamSupplierModifierConstructorDescriptionAbstractLocalCacheStream(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)