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.commands.write Commands that alter the state of the cache.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.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 org.infinispan.stream.impl.tx -
-
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.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.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.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 -
Uses of DistributionManager in org.infinispan.stream.impl.tx
Constructors in org.infinispan.stream.impl.tx with parameters of type DistributionManager Constructor Description TxDistributedCacheStream(Address localAddress, boolean parallel, DistributionManager dm, Supplier<CacheStream<R>> supplier, TxClusterStreamManager<Original,K> csm, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, LocalTxInvocationContext ctx, Function<? super Original,?> toKeyFunction, Function<? super CacheEntry<K,V>,? extends Original> toOriginalFunction)
-