Uses of Interface
org.infinispan.context.InvocationContextFactory
-
Packages that use InvocationContextFactory Package Description 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.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
-