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.
Basic interceptors
Interceptors dealing with locking.
Transfer of state to new caches in a cluster.
-
Uses of DistributionManager in org.infinispan
Methods in org.infinispan that return DistributionManagerModifier and TypeMethodDescriptionAdvancedCache.getDistributionManager()Retrieves a reference to theDistributionManagerif 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 TypeClassDescriptionclassThe default distribution manager implementation -
Uses of DistributionManager in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManagerClusterExpirationManager.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.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManagerClusteringInterceptor.distributionManagerprotected DistributionManagerEntryWrappingInterceptor.distributionManagerprotected DistributionManagerPrefetchInterceptor.dmMethods in org.infinispan.interceptors.impl with parameters of type DistributionManagerModifier and TypeMethodDescriptionvoidTransactionalExceptionEvictionInterceptor.inject(Configuration config, InternalDataContainer<Object, Object> dataContainer, KeyValueMetadataSizeCalculator<Object, Object> calculator, DistributionManager dm, InternalExpirationManager<Object, Object> expirationManager) -
Uses of DistributionManager in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManagerClusteringDependentLogic.AbstractClusteringDependentLogic.distributionManager -
Uses of DistributionManager in org.infinispan.partitionhandling.impl
Fields in org.infinispan.partitionhandling.impl declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManagerPartitionHandlingManagerImpl.distributionManager -
Uses of DistributionManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return DistributionManager -
Uses of DistributionManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return DistributionManager -
Uses of DistributionManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as DistributionManagerModifier and TypeFieldDescriptionprotected DistributionManagerStateConsumerImpl.distributionManagerprotected DistributionManagerStateProviderImpl.distributionManager