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.factories Factories are internal components used to create other components based on a cache's configuration.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 classAbstractInvocationContextFactoryDeprecated.Since 9.0, this class is going to be moved to an internal package. -
Uses of InvocationContextFactory in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type InvocationContextFactory Modifier and Type Method Description org.infinispan.factories.impl.ComponentRef<InvocationContextFactory>ComponentRegistry. getInvocationContextFactory() -
Uses of InvocationContextFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as InvocationContextFactory Modifier and Type Field Description protected InvocationContextFactoryStateConsumerImpl. icf
-