Uses of Package
org.infinispan
-
Packages that use org.infinispan Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.configuration.cache Cache
configurationorg.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.globalstate Global configuration state.org.infinispan.io Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.manager Cache manager API.org.infinispan.notifications.cachelistener.event Cache
-specific listener eventsorg.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.query Query API that lets you perform Ickle queries and look up values in caches.org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.security Security API.org.infinispan.stream Cache stream processing.org.infinispan.tasks Server tasks API. -
Classes in org.infinispan used by org.infinispan Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
.BaseCacheStream 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 The central interface of Infinispan.CacheCollection A collection type that returns special Cache based streams that have additional options to tweak behavior.CacheSet A set that also must implement the variousCacheCollection
methods for streams.CacheStream DoubleCacheStream ADoubleStream
that has additional methods to allow for Serializable instances.IntCacheStream AIntStream
that has additional methods to allow for Serializable instances.LockedStream 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. -
Classes in org.infinispan used by org.infinispan.affinity Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.configuration.cache Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.conflict Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.filter Class Description CacheStream -
Classes in org.infinispan used by org.infinispan.globalstate Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.io Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.manager Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.notifications.cachelistener.event Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.persistence Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.persistence.spi Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.query Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.rest Class Description CacheStream -
Classes in org.infinispan used by org.infinispan.security Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
.Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.stream Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.tasks Class Description Cache The central interface of Infinispan.