Uses of Interface
org.infinispan.interceptors.AsyncInterceptorChain
-
Packages that use AsyncInterceptorChain Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.expiration.impl org.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.impl Basic interceptorsorg.infinispan.security.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.impl -
-
Uses of AsyncInterceptorChain in org.infinispan
Methods in org.infinispan that return AsyncInterceptorChain Modifier and Type Method Description AsyncInterceptorChain
AdvancedCache. getAsyncInterceptorChain()
Allows the modification of the interceptor chain. -
Uses of AsyncInterceptorChain in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
CacheImpl. invoker
Methods in org.infinispan.cache.impl that return AsyncInterceptorChain Modifier and Type Method Description AsyncInterceptorChain
AbstractDelegatingAdvancedCache. getAsyncInterceptorChain()
AsyncInterceptorChain
CacheImpl. getAsyncInterceptorChain()
AsyncInterceptorChain
SimpleCacheImpl. getAsyncInterceptorChain()
-
Uses of AsyncInterceptorChain in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl with type parameters of type AsyncInterceptorChain Modifier and Type Field Description protected ComponentRef<AsyncInterceptorChain>
ExpirationManagerImpl. invokerRef
-
Uses of AsyncInterceptorChain in org.infinispan.factories
Methods in org.infinispan.factories that return AsyncInterceptorChain Modifier and Type Method Description AsyncInterceptorChain
InterceptorChainFactory. buildInterceptorChain()
-
Uses of AsyncInterceptorChain in org.infinispan.interceptors
Classes in org.infinispan.interceptors that implement AsyncInterceptorChain Modifier and Type Class Description class
EmptyAsyncInterceptorChain
-
Uses of AsyncInterceptorChain in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement AsyncInterceptorChain Modifier and Type Class Description class
AsyncInterceptorChainImpl
Knows how to build and manage a chain of interceptors. -
Uses of AsyncInterceptorChain in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return AsyncInterceptorChain Modifier and Type Method Description AsyncInterceptorChain
SecureCacheImpl. getAsyncInterceptorChain()
-
Uses of AsyncInterceptorChain in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
StateConsumerImpl. interceptorChain
-
Uses of AsyncInterceptorChain in org.infinispan.stats.impl
Constructors in org.infinispan.stats.impl with parameters of type AsyncInterceptorChain Constructor Description StatsImpl(AsyncInterceptorChain chain)
-