Package org.infinispan.stream.impl.local
package org.infinispan.stream.impl.local
-
ClassDescriptionAbstractLocalCacheStream<T,
S extends BaseStream<T, S>, S2 extends S> Implements the base operations required for a local stream.AbstractLocalCacheStream.StreamSupplier<T,S extends BaseStream<T, S>> EntryStreamSupplier<K,V> Stream supplier that is to be used when the underlying stream is composed byCacheEntryinstances.KeyStreamSupplier<K,V> Stream supplier that is to be used when the underlying stream is composed by key instances.CacheStream that is to be used locally.DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsIntStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsLongStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsStreamSupplier that allows for creating streams where they utilize thePersistenceManagerto publish entries using segments if possible.StreamSupplier that allows for creating streams where they utilize thePersistenceManagerto publish keys using segments if possible.ValueCacheCollection<K,V> CacheCollection that can be used for the values method of a cache.