Uses of Interface
org.infinispan.distribution.DistributionManager
Packages that use DistributionManager
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of DistributionManager in org.infinispan
Methods in org.infinispan that return DistributionManagerModifier and TypeMethodDescriptionAdvancedCache.getDistributionManager()
Retrieves a reference to theDistributionManager
if the cache is configured to use Distribution. -
Uses of DistributionManager in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return DistributionManagerModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getDistributionManager()
CacheImpl.getDistributionManager()
SimpleCacheImpl.getDistributionManager()
-
Uses of DistributionManager in org.infinispan.distribution.impl
Classes in org.infinispan.distribution.impl that implement DistributionManagerModifier and TypeClassDescriptionclass
The default distribution manager implementation -
Uses of DistributionManager in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManager
ClusterExpirationManager.distributionManager
-
Uses of DistributionManager in org.infinispan.factories
Methods in org.infinispan.factories that return DistributionManagerModifier and TypeMethodDescriptionComponentRegistry.getDistributionManager()
Caching shortcut for #getComponent(DistributionManager.class); -
Uses of DistributionManager in org.infinispan.partitionhandling.impl
Fields in org.infinispan.partitionhandling.impl declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManager
PartitionHandlingManagerImpl.distributionManager
-
Uses of DistributionManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return DistributionManagerModifier and TypeMethodDescriptionstatic DistributionManager
SecurityActions.getDistributionManager
(AdvancedCache<?, ?> cache) -
Uses of DistributionManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return DistributionManager