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.commands.write Commands that alter the state of the cache.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.query.backend Mostly internal search related classes.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 DistributionManager
AdvancedCache. getDistributionManager()
Retrieves a reference to theDistributionManager
if the cache is configured to use Distribution. -
Uses of DistributionManager in org.infinispan.commands.write
Fields in org.infinispan.commands.write declared as DistributionManager Modifier and Type Field Description protected DistributionManager
InvalidateVersionsCommand. distributionManager
Methods in org.infinispan.commands.write with parameters of type DistributionManager Modifier and Type Method Description void
InvalidateL1Command. init(DistributionManager dm, CacheNotifier n, DataContainer dc)
void
InvalidateVersionsCommand. init(DataContainer dataContainer, OrderedUpdatesManager orderedUpdatesManager, StateTransferLock stateTransferLock, DistributionManager distributionManager, BiasManager biasManager)
Constructors in org.infinispan.commands.write with parameters of type DistributionManager Constructor Description InvalidateL1Command(DataContainer dc, DistributionManager dm, CacheNotifier notifier, long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)
InvalidateL1Command(DataContainer dc, DistributionManager dm, CacheNotifier notifier, long flagsBitSet, CommandInvocationId commandInvocationId, Object... keys)
InvalidateL1Command(Address writeOrigin, DataContainer dc, DistributionManager dm, CacheNotifier notifier, long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)
-
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.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.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.statetransfer
Fields in org.infinispan.statetransfer declared as DistributionManager Modifier and Type Field Description protected DistributionManager
StateConsumerImpl. distributionManager
protected DistributionManager
StateProviderImpl. distributionManager
-