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 |
---|---|
AbstractDelegatingAdvancedCache<K,V> | Deprecated
Extend from
AbstractDelegatingAdvancedCache
instead. |
AbstractDelegatingCache<K,V> | Deprecated
Extend from
AbstractDelegatingCache
instead. |
Version |
Contains version information about this release of Infinispan.
|
Exception | Description |
---|---|
IllegalLifecycleStateException |
This exception is thrown when the cache or cache manager does not have the
right lifecycle state for operations to be called on it.
|
InvalidCacheUsageException |
Thrown when client makes cache usage errors.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.