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.atomic This package contains theAtomicMap
interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API.org.infinispan.cache.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.read org.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.distexec Distributed Executor APIs (deprecated)org.infinispan.distexec.spi org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.io Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.lucene.directory Builder for Lucene Directory implementation which stores the index in Infinispan.org.infinispan.lucene.readlocks Several implementations for a SegmentReadLocker, pick one depending on your use case.org.infinispan.manager Cache manager API.org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.event Cache
-specific listener eventsorg.infinispan.persistence Persistence API.org.infinispan.persistence.remote.upgrade org.infinispan.persistence.rest.upgrade org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support org.infinispan.query Query API.org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.query.backend Mostly internal search related classes.org.infinispan.query.clustered org.infinispan.query.clustered.commandworkers org.infinispan.query.spi org.infinispan.remoting Remote communication between cache instances.org.infinispan.rest.cachemanager Cache manager wrapper for REST interface.org.infinispan.rest.operations.mediatypes org.infinispan.security Security API.org.infinispan.security.actions org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.server.hotrod.iteration org.infinispan.server.hotrod.tx org.infinispan.server.hotrod.tx.operation org.infinispan.server.hotrod.tx.table org.infinispan.server.memcached org.infinispan.spring Spring Infinispan - Shared classes.org.infinispan.spring.support.embedded org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.topK org.infinispan.stream Cache stream processing.org.infinispan.tasks Server tasks API.org.infinispan.upgrade org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.org.infinispan.util.logging.events org.infinispan.xsite -
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.atomic Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.cache.impl 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.commands Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.commands.read 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.distexec 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.distexec.spi Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.factories 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.filter Class Description CacheStream -
Classes in org.infinispan used by org.infinispan.interceptors Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.interceptors.base Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.interceptors.distribution Class Description 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 -
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.lucene.directory Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.lucene.readlocks 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 Class Description BaseCacheStream.SegmentCompletionListener Functional interface that is used as a callback when segments are completed. -
Classes in org.infinispan used by org.infinispan.notifications.cachelistener.cluster 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.remote.upgrade Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.persistence.rest.upgrade 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.persistence.support 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.query.affinity Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.query.backend Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.query.clustered Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.query.clustered.commandworkers Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.query.spi Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.remoting Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.rest.cachemanager Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.rest.operations.mediatypes Class Description CacheSet A set that also must implement the variousCacheCollection
methods for streams. -
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.security.actions 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.server.core Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.server.hotrod Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
.Cache The central interface of Infinispan.CacheSet A set that also must implement the variousCacheCollection
methods for streams. -
Classes in org.infinispan used by org.infinispan.server.hotrod.iteration Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.server.hotrod.tx Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.server.hotrod.tx.operation Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.server.hotrod.tx.table Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.server.memcached Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
. -
Classes in org.infinispan used by org.infinispan.spring Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.spring.support.embedded Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.statetransfer Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.stats.topK Class Description 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. -
Classes in org.infinispan used by org.infinispan.upgrade Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.util Class Description 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.LongCacheStream ALongStream
that has additional methods to allow for Serializable instances. -
Classes in org.infinispan used by org.infinispan.util.logging Class 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. -
Classes in org.infinispan used by org.infinispan.util.logging.events Class Description Cache The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.xsite Class Description AdvancedCache An advanced interface that exposes additional methods not available onCache
.Cache The central interface of Infinispan.