Uses of Interface
org.infinispan.distribution.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
Modifier and TypeMethodDescriptionAdvancedCache.getDistributionManager()
Retrieves a reference to theDistributionManager
if the cache is configured to use Distribution. -
Uses of DistributionManager in org.infinispan.cache.impl
Modifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getDistributionManager()
CacheImpl.getDistributionManager()
SimpleCacheImpl.getDistributionManager()
-
Uses of DistributionManager in org.infinispan.distribution.impl
Modifier and TypeClassDescriptionclass
The default distribution manager implementation -
Uses of DistributionManager in org.infinispan.expiration.impl
Modifier and TypeFieldDescriptionprotected DistributionManager
ClusterExpirationManager.distributionManager
-
Uses of DistributionManager in org.infinispan.factories
Modifier and TypeMethodDescriptionComponentRegistry.getDistributionManager()
Caching shortcut for #getComponent(DistributionManager.class); -
Uses of DistributionManager in org.infinispan.partitionhandling.impl
Modifier and TypeFieldDescriptionprotected DistributionManager
PartitionHandlingManagerImpl.distributionManager
-
Uses of DistributionManager in org.infinispan.security.actions
Modifier and TypeMethodDescriptionstatic DistributionManager
SecurityActions.getDistributionManager
(AdvancedCache<?, ?> cache) -
Uses of DistributionManager in org.infinispan.security.impl