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.
Basic interceptors
Transfer of state to new caches in a cluster.
-
Uses of AsyncInterceptorChain in org.infinispan
Methods in org.infinispan that return AsyncInterceptorChainModifier and TypeMethodDescriptionAdvancedCache.getAsyncInterceptorChain()Deprecated.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 AsyncInterceptorChainCacheImpl.invokerprotected AsyncInterceptorChainInvocationHelper.invokerMethods in org.infinispan.cache.impl that return AsyncInterceptorChainModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getAsyncInterceptorChain()Deprecated.Since 10.0, will be removed without a replacementCacheImpl.getAsyncInterceptorChain()Deprecated.Since 10.0, will be removed without a replacementSimpleCacheImpl.getAsyncInterceptorChain()Deprecated.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 TypeMethodDescriptionvoidInterceptorChainFactory.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.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement AsyncInterceptorChainModifier and TypeClassDescriptionclassKnows 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 AsyncInterceptorChainModifier and TypeMethodDescriptionSecureCacheImpl.getAsyncInterceptorChain()Deprecated.Since 10.0, will be removed without a replacement -
Uses of AsyncInterceptorChain in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as AsyncInterceptorChainModifier and TypeFieldDescriptionprotected AsyncInterceptorChainStateConsumerImpl.interceptorChain -
Uses of AsyncInterceptorChain in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with parameters of type AsyncInterceptorChainModifier and TypeMethodDescriptionstatic StatsStatsImpl.create(Configuration configuration, AsyncInterceptorChain chain) Use this factory to create Stats object from configuration and the interceptor chain.