Uses of Package
org.infinispan.factories.scopes
-
Packages that use org.infinispan.factories.scopes Package Description org.infinispan.batch Support for batching calls using theBatchingCache.startBatch()andBatchingCache.endBatch(boolean)API.org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.container Package that contains the interface describing the underlyling API for storage in Infinispanorg.infinispan.container.offheap org.infinispan.container.versioning org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.encoding org.infinispan.eviction Classes related to eviction.org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.factories.scopes Scopes of components within the lifespan of a cache manager and its caches, and related utilities.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.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.manager Cache manager API.org.infinispan.marshall.core org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.filter Cache-specific notifications and eventing filtering classes.org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing.org.infinispan.persistence.factory org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.support 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.remote Server-side remote query components.org.infinispan.registry The internal cache registry APIorg.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.security Security API.org.infinispan.server.hotrod.iteration org.infinispan.server.hotrod.tx org.infinispan.server.hotrod.tx.table org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats Cache statistics.org.infinispan.topology org.infinispan.transaction.lookup Interfaces and implementations of lookup classes to locate and/or instantiate JTATransactionManagers.org.infinispan.transaction.totalorder org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery 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.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.org.infinispan.xsite org.infinispan.xsite.statetransfer -
Classes in org.infinispan.factories.scopes used by org.infinispan.batch Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.configuration.global Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.conflict Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.container Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.container.offheap Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.container.versioning Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.context Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.distribution Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.encoding Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.eviction Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.executors Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.factories Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.factories.scopes Class Description Scopes The different scopes that can be declared for a component. -
Classes in org.infinispan.factories.scopes used by org.infinispan.filter Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.globalstate Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.interceptors Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.interceptors.locking Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.jmx Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.manager Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.marshall.core Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.notifications.cachelistener Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.notifications.cachelistener.filter Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.notifications.cachemanagerlistener Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.persistence.factory Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.persistence.manager Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.persistence.support Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.query.affinity Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.query.remote Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.registry Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.remoting.inboundhandler Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.remoting.responses Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.remoting.rpc Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.remoting.transport Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.remoting.transport.jgroups Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.security Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.server.hotrod.iteration Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.server.hotrod.tx Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.server.hotrod.tx.table Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.statetransfer Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.stats Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.topology Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.transaction.lookup Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.transaction.totalorder Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.transaction.xa Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.transaction.xa.recovery Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.upgrade Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.util Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.util.concurrent Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.xsite Class Description Scope Defines the scope of a component in a cache system. -
Classes in org.infinispan.factories.scopes used by org.infinispan.xsite.statetransfer Class Description Scope Defines the scope of a component in a cache system.