Uses of Interface
org.infinispan.context.InvocationContextFactory
-
Packages that use InvocationContextFactory Package Description org.infinispan.cache.impl org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.expiration.impl 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.cache.impl
Fields in org.infinispan.cache.impl declared as InvocationContextFactory Modifier and Type Field Description protected InvocationContextFactoryCacheImpl. invocationContextFactoryprotected InvocationContextFactoryInvocationHelper. invocationContextFactory -
Uses of InvocationContextFactory in org.infinispan.context.impl
Classes in org.infinispan.context.impl that implement InvocationContextFactory Modifier and Type Class Description classAbstractInvocationContextFactoryBase class for InvocationContextFactory implementations.classNonTransactionalInvocationContextFactoryInvocation Context container to be used for non-transactional caches.classTransactionalInvocationContextFactoryInvocation context to be used for transactional caches. -
Uses of InvocationContextFactory in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl with type parameters of type InvocationContextFactory Modifier and Type Field Description protected ComponentRef<InvocationContextFactory>ExpirationManagerImpl. cfRef -
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 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
-