Uses of Package
org.infinispan.interceptors
-
Packages that use org.infinispan.interceptors Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.configuration.cache Cache
configurationorg.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.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.interceptors.impl org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.security.actions org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.topK org.infinispan.stats.wrappers org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
Classes in org.infinispan.interceptors used by org.infinispan Class Description AsyncInterceptorChain Interceptor chain usingAsyncInterceptor
s. -
Classes in org.infinispan.interceptors used by org.infinispan.configuration.cache Class Description AsyncInterceptor Interface for sequential interceptors. -
Classes in org.infinispan.interceptors used by org.infinispan.factories Class Description AsyncInterceptorChain Interceptor chain usingAsyncInterceptor
s. -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors Class Description AsyncInterceptor Interface for sequential interceptors.AsyncInterceptorChain Interceptor chain usingAsyncInterceptor
s.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch.EmptyAsyncInterceptorChain InvocationCallback Base interface for all callbacks used byBaseAsyncInterceptor
andInvocationStage
methods.InvocationExceptionFunction InvocationFinallyAction InvocationFinallyFunction InvocationStage A partial command invocation, either completed or in progress.InvocationSuccessAction InvocationSuccessFunction -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors.base Class Description AsyncInterceptor Interface for sequential interceptors. -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors.distribution Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch.InvocationCallback Base interface for all callbacks used byBaseAsyncInterceptor
andInvocationStage
methods.InvocationSuccessFunction -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors.impl Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors.locking Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors.totalorder Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.interceptors.xsite Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.security.actions Class Description AsyncInterceptor Interface for sequential interceptors. -
Classes in org.infinispan.interceptors used by org.infinispan.statetransfer Class Description AsyncInterceptor Interface for sequential interceptors.AsyncInterceptorChain Interceptor chain usingAsyncInterceptor
s.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.stats.topK Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.BaseCustomAsyncInterceptor Anyone using theAsyncInterceptorChain.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.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.stats.wrappers Class Description AsyncInterceptor Interface for sequential interceptors.BaseAsyncInterceptor Base class for an interceptor in the new asynchronous invocation chain.BaseCustomAsyncInterceptor Anyone using theAsyncInterceptorChain.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.DDAsyncInterceptor Interface for async interceptors using double-dispatch. -
Classes in org.infinispan.interceptors used by org.infinispan.util.concurrent.locks Class Description InvocationStage A partial command invocation, either completed or in progress.