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.cache.impl org.infinispan.distribution.impl org.infinispan.expiration.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.partitionhandling.impl 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.query.backend Mostly internal search related classes.org.infinispan.remoting.inboundhandler.action org.infinispan.security.actions org.infinispan.security.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl -
-
Uses of DistributionManager in org.infinispan
Methods in org.infinispan that return DistributionManager Modifier and Type Method Description DistributionManager
AdvancedCache. 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 DistributionManager Modifier and Type Method Description DistributionManager
AbstractDelegatingAdvancedCache. getDistributionManager()
DistributionManager
CacheImpl. getDistributionManager()
DistributionManager
SimpleCacheImpl. getDistributionManager()
-
Uses of DistributionManager in org.infinispan.distribution.impl
Classes in org.infinispan.distribution.impl that implement DistributionManager Modifier and Type Class Description class
DistributionManagerImpl
The default distribution manager implementation -
Uses of DistributionManager in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as DistributionManager Modifier and Type Field Description protected DistributionManager
ClusterExpirationManager. distributionManager
-
Uses of DistributionManager in org.infinispan.factories
Methods in org.infinispan.factories that return DistributionManager Modifier and Type Method Description DistributionManager
ComponentRegistry. getDistributionManager()
Caching shortcut for #getComponent(DistributionManager.class); -
Uses of DistributionManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as DistributionManager Modifier and Type Field Description protected DistributionManager
ClusteringInterceptor. distributionManager
protected DistributionManager
EntryWrappingInterceptor. distributionManager
protected DistributionManager
PrefetchInterceptor. dm
Methods in org.infinispan.interceptors.impl with parameters of type DistributionManager Modifier and Type Method Description void
TransactionalExceptionEvictionInterceptor. inject(Configuration config, CacheNotifier cacheNotifier, InternalDataContainer dataContainer, KeyValueMetadataSizeCalculator calculator, DistributionManager dm)
-
Uses of DistributionManager in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as DistributionManager Modifier and Type Field Description protected DistributionManager
ClusteringDependentLogic.AbstractClusteringDependentLogic. distributionManager
-
Uses of DistributionManager in org.infinispan.partitionhandling.impl
Fields in org.infinispan.partitionhandling.impl declared as DistributionManager Modifier and Type Field Description protected DistributionManager
PartitionHandlingManagerImpl. 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 void
ShardAllocationManagerImpl. inject(Cache<?,?> cache, DistributionManager distributionManager)
-
Uses of DistributionManager in org.infinispan.query.backend
Methods in org.infinispan.query.backend with parameters of type DistributionManager Modifier and Type Method Description abstract boolean
IndexModificationStrategy. shouldModifyIndexes(FlagAffectedCommand command, InvocationContext ctx, DistributionManager distributionManager, RpcManager rpcManager, Object key)
-
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 DistributionManager
GetCacheDistributionManagerAction. run()
-
Uses of DistributionManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return DistributionManager Modifier and Type Method Description DistributionManager
SecureCacheImpl. getDistributionManager()
-
Uses of DistributionManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as DistributionManager Modifier and Type Field Description protected DistributionManager
StateConsumerImpl. distributionManager
protected DistributionManager
StateProviderImpl. distributionManager
-
Uses of DistributionManager in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as DistributionManager Modifier and Type Field Description protected DistributionManager
AbstractCacheStream. dm
Constructors in org.infinispan.stream.impl with parameters of type DistributionManager Constructor Description AbstractCacheStream(Address localAddress, boolean parallel, DistributionManager dm, Supplier<CacheStream<Original>> supplier, ClusterStreamManager<Original,Object> csm, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)
DistributedCacheStream(Address localAddress, boolean parallel, DistributionManager dm, Supplier<CacheStream<R>> supplier, ClusterStreamManager csm, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)
Standard constructor requiring all pertinent information to properly utilize a distributed cache stream
-