Uses of Package
org.infinispan.interceptors
Packages that use org.infinispan.interceptors
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Cache
configurationFactories are internal components used to create other components based on a cache's
configuration.
Infinispan is designed around a set of interceptors around a data container.
Lock and synchronization related classes, tools and utilities.
-
Classes in org.infinispan.interceptors used by org.infinispan
-
Classes in org.infinispan.interceptors used by org.infinispan.cache.impl
-
Classes in org.infinispan.interceptors used by org.infinispan.configuration.cache
-
Classes in org.infinispan.interceptors used by org.infinispan.extendedstats.topKClassDescriptionInterface for sequential interceptors.Base class for an interceptor in the new asynchronous invocation chain.Anyone using the
AsyncInterceptorChain.addInterceptor(AsyncInterceptor, int)
method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors.Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.extendedstats.wrappersClassDescriptionInterface for sequential interceptors.Base class for an interceptor in the new asynchronous invocation chain.Anyone using the
AsyncInterceptorChain.addInterceptor(AsyncInterceptor, int)
method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors.Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.factories
-
Classes in org.infinispan.interceptors used by org.infinispan.interceptorsClassDescriptionInterface for sequential interceptors.Interceptor chain using
AsyncInterceptor
s.Base class for an interceptor in the new asynchronous invocation chain.Interface for async interceptors using double-dispatch.Base interface for all callbacks used byBaseAsyncInterceptor
andInvocationStage
methods.A partial command invocation, either completed or in progress. -
Classes in org.infinispan.interceptors used by org.infinispan.partitionhandling.implClassDescriptionInterface for sequential interceptors.Base class for an interceptor in the new asynchronous invocation chain.Interface for async interceptors using double-dispatch.
-
Classes in org.infinispan.interceptors used by org.infinispan.security.actions
-
Classes in org.infinispan.interceptors used by org.infinispan.security.impl
-
Classes in org.infinispan.interceptors used by org.infinispan.stats.impl
-
Classes in org.infinispan.interceptors used by org.infinispan.util.concurrent.locks