Package | Description |
---|---|
org.infinispan.stream.impl.local |
Modifier and Type | Class and Description |
---|---|
class |
EntryStreamSupplier<K,V>
Stream supplier that is to be used when the underlying stream is composed by
CacheEntry 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 the
PersistenceManager to publish entries
using segments if possible. |
class |
PersistenceKeyStreamSupplier<K>
StreamSupplier that allows for creating streams where they utilize the
PersistenceManager to publish keys
using segments if possible. |
class |
SegmentedEntryStreamSupplier<K,V>
StreamSupplier that allows for creating streams where they utilize a
InternalDataContainer 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 a
InternalDataContainer so that
the stream only looks at keys in those given segments. |
Modifier and Type | Field and Description |
---|---|
protected AbstractLocalCacheStream.StreamSupplier<T,S> |
AbstractLocalCacheStream.streamSupplier |
Constructor and 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.