Uses of Interface
org.infinispan.interceptors.AsyncInterceptorChain
Packages that use AsyncInterceptorChain
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Factories 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.
-
Uses of AsyncInterceptorChain in org.infinispan
Methods in org.infinispan that return AsyncInterceptorChainModifier and TypeMethodDescriptionAdvancedCache.getAsyncInterceptorChain()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, will be removed without a replacement -
Uses of AsyncInterceptorChain in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as AsyncInterceptorChainModifier and TypeFieldDescriptionprotected AsyncInterceptorChain
CacheImpl.invoker
protected AsyncInterceptorChain
InvocationHelper.invoker
Methods in org.infinispan.cache.impl that return AsyncInterceptorChainModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getAsyncInterceptorChain()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, will be removed without a replacementCacheImpl.getAsyncInterceptorChain()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, will be removed without a replacementSimpleCacheImpl.getAsyncInterceptorChain()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, will be removed without a replacement -
Uses of AsyncInterceptorChain in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type AsyncInterceptorChainMethods in org.infinispan.factories with parameters of type AsyncInterceptorChainModifier and TypeMethodDescriptionvoid
InterceptorChainFactory.addPersistenceInterceptors
(AsyncInterceptorChain interceptorChain, Configuration cacheConfiguration, List<StoreConfiguration> stores) Adds all the interceptors related to persistence to the stack. -
Uses of AsyncInterceptorChain in org.infinispan.interceptors
Classes in org.infinispan.interceptors that implement AsyncInterceptorChain -
Uses of AsyncInterceptorChain in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return AsyncInterceptorChainModifier and TypeMethodDescriptionSecureCacheImpl.getAsyncInterceptorChain()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, will be removed without a replacement -
Uses of AsyncInterceptorChain in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with parameters of type AsyncInterceptorChainModifier and TypeMethodDescriptionstatic Stats
StatsImpl.create
(Configuration configuration, AsyncInterceptorChain chain) Use this factory to create Stats object from configuration and the interceptor chain.