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.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.triangle org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.distexec Distributed Executor APIs (deprecated)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.commands.remote
Fields in org.infinispan.commands.remote declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
BaseRpcInvokingCommand. interceptorChain
Deprecated.Methods in org.infinispan.commands.remote with parameters of type AsyncInterceptorChain Modifier and Type Method Description void
BaseRpcInvokingCommand. init(AsyncInterceptorChain interceptorChain, InvocationContextFactory icf)
Deprecated.void
ClusteredGetAllCommand. init(InvocationContextFactory icf, CommandsFactory commandsFactory, InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain, TransactionTable txTable)
void
ClusteredGetCommand. initialize(InvocationContextFactory icf, CommandsFactory commandsFactory, InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain)
-
Uses of AsyncInterceptorChain in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type AsyncInterceptorChain Modifier and Type Method Description void
MultiEntriesFunctionalBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, ComponentRegistry componentRegistry)
void
MultiKeyFunctionalBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, ComponentRegistry componentRegistry)
void
PutMapBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, CacheNotifier cacheNotifier)
void
SingleKeyBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, CacheNotifier cacheNotifier, ComponentRegistry componentRegistry, VersionGenerator versionGenerator)
void
SingleKeyFunctionalBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, ComponentRegistry componentRegistry)
-
Uses of AsyncInterceptorChain in org.infinispan.commands.tx
Fields in org.infinispan.commands.tx declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
AbstractTransactionBoundaryCommand. invoker
Methods in org.infinispan.commands.tx with parameters of type AsyncInterceptorChain Modifier and Type Method Description void
AbstractTransactionBoundaryCommand. init(AsyncInterceptorChain chain, InvocationContextFactory icf, TransactionTable txTable)
-
Uses of AsyncInterceptorChain in org.infinispan.context
Fields in org.infinispan.context declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
AbstractInvocationContextFactory. interceptorChain
Deprecated. -
Uses of AsyncInterceptorChain in org.infinispan.context.impl
Constructors in org.infinispan.context.impl with parameters of type AsyncInterceptorChain Constructor Description ClearInvocationContext(Address origin, AsyncInterceptorChain interceptorChain)
-
Uses of AsyncInterceptorChain in org.infinispan.distexec
Fields in org.infinispan.distexec declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
DefaultExecutorService. invoker
Deprecated. -
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
Constructors in org.infinispan.interceptors with parameters of type AsyncInterceptorChain Constructor Description InterceptorChain(AsyncInterceptorChain asyncInterceptorChain)
Deprecated. -
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)
-