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.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 DistributionManagerAdvancedCache. 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 DistributionManager Modifier and Type Method Description DistributionManagerAbstractDelegatingAdvancedCache. getDistributionManager()DistributionManagerCacheImpl. getDistributionManager()DistributionManagerSimpleCacheImpl. getDistributionManager() -
Uses of DistributionManager in org.infinispan.distribution.impl
Classes in org.infinispan.distribution.impl that implement DistributionManager Modifier and Type Class Description classDistributionManagerImplThe 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 DistributionManagerClusterExpirationManager. distributionManager -
Uses of DistributionManager in org.infinispan.factories
Methods in org.infinispan.factories that return DistributionManager Modifier and Type Method Description DistributionManagerComponentRegistry. 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 DistributionManagerClusteringInterceptor. distributionManagerprotected DistributionManagerEntryWrappingInterceptor. distributionManagerprotected DistributionManagerPrefetchInterceptor. dmMethods in org.infinispan.interceptors.impl with parameters of type DistributionManager Modifier and Type Method Description voidTransactionalExceptionEvictionInterceptor. 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 DistributionManager Modifier and Type Field Description protected DistributionManagerClusteringDependentLogic.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 DistributionManagerPartitionHandlingManagerImpl. 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) -
Uses of DistributionManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return DistributionManager Modifier and Type Method Description DistributionManagerGetCacheDistributionManagerAction. run() -
Uses of DistributionManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return DistributionManager Modifier and Type Method Description DistributionManagerSecureCacheImpl. getDistributionManager() -
Uses of DistributionManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as DistributionManager Modifier and Type Field Description protected DistributionManagerStateConsumerImpl. distributionManagerprotected DistributionManagerStateProviderImpl. distributionManager -
Uses of DistributionManager in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as DistributionManager Modifier and Type Field Description protected DistributionManagerAbstractCacheStream. dmConstructors in org.infinispan.stream.impl with parameters of type DistributionManager Constructor Description AbstractCacheStream(Address localAddress, boolean parallel, DistributionManager dm, InvocationContext ctx, Supplier<CacheStream<Original>> supplier, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)DistributedCacheStream(Address localAddress, boolean parallel, DistributionManager dm, InvocationContext ctx, Supplier<CacheStream<R>> supplier, 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
-