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.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.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 AsyncInterceptorChain
AdvancedCache. getAsyncInterceptorChain()
Allows the modification of the interceptor chain. -
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, org.infinispan.container.impl.InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain, org.infinispan.transaction.impl.TransactionTable txTable)
void
ClusteredGetCommand. initialize(InvocationContextFactory icf, CommandsFactory commandsFactory, org.infinispan.container.impl.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, org.infinispan.transaction.impl.TransactionTable txTable)
-
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.statetransfer
Fields in org.infinispan.statetransfer declared as AsyncInterceptorChain Modifier and Type Field Description protected AsyncInterceptorChain
StateConsumerImpl. interceptorChain
-