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.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.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of AsyncInterceptorChain in org.infinispan
Methods in org.infinispan that return AsyncInterceptorChain Modifier and Type Method Description AsyncInterceptorChainAdvancedCache. 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 AsyncInterceptorChain Modifier and Type Method Description org.infinispan.factories.impl.ComponentRef<AsyncInterceptorChain>ComponentRegistry. getInterceptorChain() -
Uses of AsyncInterceptorChain in org.infinispan.interceptors
Classes in org.infinispan.interceptors that implement AsyncInterceptorChain Modifier and Type Class Description classEmptyAsyncInterceptorChain -
Uses of AsyncInterceptorChain in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChainStateConsumerImpl. interceptorChain
-