See: Description
Interface | Description |
---|---|
AdvancedCache<K,V> |
An advanced interface that exposes additional methods not available on
Cache . |
BaseCacheStream<T,S extends BaseStream<T,S>> |
Interface that defines the base methods of all streams returned from a
Cache . |
BaseCacheStream.SegmentCompletionListener |
Functional interface that is used as a callback when segments are completed.
|
Cache<K,V> |
The central interface of Infinispan.
|
CacheCollection<E> |
A collection type that returns special Cache based streams that have additional options to tweak behavior.
|
CacheSet<E> |
A set that also must implement the various
CacheCollection methods for streams. |
CacheStream<R> | |
DoubleCacheStream |
A
DoubleStream that has additional methods to allow for Serializable instances. |
IntCacheStream |
A
IntStream that has additional methods to allow for Serializable instances. |
LockedStream<K,V> |
Stream that allows for operation upon data solely with side effects by using
LockedStream.forEach(BiConsumer)
where the BiConsumer is invoked while guaranteeing that the entry being passed is properly locked for the
entire duration of the invocation. |
LongCacheStream |
A
LongStream that has additional methods to allow for Serializable instances. |
Class | Description |
---|---|
CoreModule | |
CoreModuleImpl | |
Version | Deprecated
Use
Version instead |
Exception | Description |
---|---|
IllegalLifecycleStateException | Deprecated
since 10.1 please use
IllegalLifecycleStateException instead |
InvalidCacheUsageException |
Thrown when client makes cache usage errors.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.