Interface | Description |
---|---|
AbstractLocalCacheStream.StreamSupplier<T,S extends BaseStream<T,S>> |
Class | Description |
---|---|
AbstractLocalCacheStream<T,S extends BaseStream<T,S>,S2 extends S> |
Implements the base operations required for a local stream.
|
EntryStreamSupplier<K,V> |
Stream supplier that is to be used when the underlying stream is composed by
CacheEntry instances. |
KeyStreamSupplier<K,V> |
Stream supplier that is to be used when the underlying stream is composed by key instances.
|
LocalCacheStream<R> |
CacheStream that is to be used locally.
|
LocalDoubleCacheStream |
DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
|
LocalIntCacheStream |
IntStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
|
LocalLongCacheStream |
LongStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
|
PersistenceEntryStreamSupplier<K,V> |
StreamSupplier that allows for creating streams where they utilize the
PersistenceManager to publish entries
using segments if possible. |
PersistenceKeyStreamSupplier<K> |
StreamSupplier that allows for creating streams where they utilize the
PersistenceManager to publish keys
using segments if possible. |
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. |
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. |
ValueCacheCollection<K,V> |
CacheCollection that can be used for the values method of a cache.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.