Uses of Interface
org.infinispan.context.InvocationContextFactory
-
Packages that use InvocationContextFactory Package Description org.infinispan.atomic.impl 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.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of InvocationContextFactory in org.infinispan.atomic.impl
Constructors in org.infinispan.atomic.impl with parameters of type InvocationContextFactory Constructor Description FineGrainedAtomicMapProxyImpl(Cache<Object,Object> cache, FunctionalMap.ReadOnlyMap<Object,Object> ro, FunctionalMap.ReadWriteMap<Object,Object> rw, MK group, InvocationContextFactory icf, EntryFactory entryFactory)
-
Uses of InvocationContextFactory in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as InvocationContextFactory Modifier and Type Field Description protected InvocationContextFactory
CacheImpl. invocationContextFactory
-
Uses of InvocationContextFactory in org.infinispan.commands.remote
Fields in org.infinispan.commands.remote declared as InvocationContextFactory Modifier and Type Field Description protected InvocationContextFactory
BaseRpcInvokingCommand. icf
Deprecated.Methods in org.infinispan.commands.remote with parameters of type InvocationContextFactory 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 InvocationContextFactory in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type InvocationContextFactory 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 InvocationContextFactory in org.infinispan.commands.tx
Fields in org.infinispan.commands.tx declared as InvocationContextFactory Modifier and Type Field Description protected InvocationContextFactory
AbstractTransactionBoundaryCommand. icf
Methods in org.infinispan.commands.tx with parameters of type InvocationContextFactory Modifier and Type Method Description void
AbstractTransactionBoundaryCommand. init(AsyncInterceptorChain chain, InvocationContextFactory icf, TransactionTable txTable)
-
Uses of InvocationContextFactory in org.infinispan.context
Classes in org.infinispan.context that implement InvocationContextFactory Modifier and Type Class Description class
AbstractInvocationContextFactory
Deprecated.Since 9.0, this class is going to be moved to an internal package.class
NonTransactionalInvocationContextFactory
Deprecated.Since 9.0, this class is going to be moved to an internal package.class
TransactionalInvocationContextFactory
Deprecated.Since 9.0, this class is going to be moved to an internal package. -
Uses of InvocationContextFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as InvocationContextFactory Modifier and Type Field Description protected InvocationContextFactory
StateConsumerImpl. icf
-