Package org.infinispan
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform. For more information on Infinispan, please read the documentation, tutorials
and sample code on the Infinispan project page.
- Public API
-
Interface Summary Interface Description AdvancedCache<K,V> An advanced interface that exposes additional methods not available onCache
.BaseCacheStream<T,S extends BaseStream<T,S>> Interface that defines the base methods of all streams returned from aCache
.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 variousCacheCollection
methods for streams.CacheStream<R> DoubleCacheStream ADoubleStream
that has additional methods to allow for Serializable instances.IntCacheStream AIntStream
that has additional methods to allow for Serializable instances.LockedStream<K,V> Stream that allows for operation upon data solely with side effects by usingLockedStream.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 ALongStream
that has additional methods to allow for Serializable instances. -
Class Summary Class Description Version Deprecated. UseVersion
instead -
Exception Summary Exception Description IllegalLifecycleStateException Deprecated. since 10.1 please useIllegalLifecycleStateException
insteadInvalidCacheUsageException Thrown when client makes cache usage errors.