Package org.infinispan
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
-
ClassDescriptionAdvancedCache<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
.Functional interface that is used as a callback when segments are completed.Cache<K,V> The central interface of Infinispan.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>ADoubleStream
that has additional methods to allow for Serializable instances.Deprecated, for removal: This API element is subject to removal in a future version.AIntStream
that has additional methods to allow for Serializable instances.Base class for internal classes used in cache collections.Thrown when client makes cache usage errors.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.ALongStream
that has additional methods to allow for Serializable instances.Deprecated, for removal: This API element is subject to removal in a future version.UseVersion
instead
IllegalLifecycleStateException
instead