Uses of Interface
org.infinispan.distribution.DistributionManager
-
Packages that use DistributionManager Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.remoting.inboundhandler.action org.infinispan.security.actions org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of DistributionManager in org.infinispan
Methods in org.infinispan that return DistributionManager Modifier and Type Method Description DistributionManagerAdvancedCache. getDistributionManager()Retrieves a reference to theDistributionManagerif the cache is configured to use Distribution. -
Uses of DistributionManager in org.infinispan.factories
Methods in org.infinispan.factories that return DistributionManager Modifier and Type Method Description DistributionManagerComponentRegistry. getDistributionManager()Caching shortcut for #getComponent(DistributionManager.class); -
Uses of DistributionManager in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as DistributionManager Modifier and Type Field Description protected DistributionManagerClusteringDependentLogic.AbstractClusteringDependentLogic. distributionManager -
Uses of DistributionManager in org.infinispan.query.affinity
Methods in org.infinispan.query.affinity with parameters of type DistributionManager Modifier and Type Method Description voidShardAllocationManagerImpl. inject(Cache<?,?> cache, DistributionManager distributionManager) -
Uses of DistributionManager in org.infinispan.remoting.inboundhandler.action
Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type DistributionManager Constructor Description BaseLockingAction(DistributionManager distributionManager)LockAction(LockManager lockManager, DistributionManager distributionManager)PendingTxAction(PendingLockManager pendingLockManager, DistributionManager distributionManager) -
Uses of DistributionManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return DistributionManager Modifier and Type Method Description DistributionManagerGetCacheDistributionManagerAction. run() -
Uses of DistributionManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as DistributionManager Modifier and Type Field Description protected DistributionManagerStateConsumerImpl. distributionManagerprotected DistributionManagerStateProviderImpl. distributionManager
-