|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributionManager | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
org.infinispan.distexec.mapreduce | |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.remoting.responses | Abstractions of the different response types allowed during RPC. |
Uses of DistributionManager in org.infinispan |
---|
Methods in org.infinispan that return DistributionManager | |
---|---|
DistributionManager |
AdvancedCache.getDistributionManager()
Retrieves a reference to the DistributionManager if the cache is configured
to use Distribution. |
DistributionManager |
AbstractDelegatingAdvancedCache.getDistributionManager()
|
DistributionManager |
CacheImpl.getDistributionManager()
|
Methods in org.infinispan with parameters of type DistributionManager | |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg)
|
Uses of DistributionManager in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type DistributionManager | |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateProvider stateProvider,
StateConsumer stateConsumer,
LockManager lockManager,
InternalEntryFactory entryFactory,
MapReduceManager mapReduceManager,
StateTransferManager stm,
BackupSender backupSender,
CancellationService cancellationService)
|
Uses of DistributionManager in org.infinispan.commands.remote |
---|
Methods in org.infinispan.commands.remote with parameters of type DistributionManager | |
---|---|
void |
ClusteredGetCommand.initialize(InvocationContextContainer icc,
CommandsFactory commandsFactory,
InternalEntryFactory entryFactory,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
TransactionTable txTable)
|
Uses of DistributionManager in org.infinispan.commands.write |
---|
Methods in org.infinispan.commands.write with parameters of type DistributionManager | |
---|---|
void |
InvalidateL1Command.init(Configuration config,
DistributionManager dm,
CacheNotifier n,
DataContainer dc)
|
Constructors in org.infinispan.commands.write with parameters of type DistributionManager | |
---|---|
InvalidateL1Command(Address writeOrigin,
boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys)
|
|
InvalidateL1Command(boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys)
|
|
InvalidateL1Command(boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Object... keys)
|
Uses of DistributionManager in org.infinispan.distexec.mapreduce |
---|
Methods in org.infinispan.distexec.mapreduce with parameters of type DistributionManager | ||
---|---|---|
protected
|
MapReduceManagerImpl.filterLocalPrimaryOwner(Set<KIn> nodeLocalKeys,
DistributionManager dm)
|
|
protected
|
MapReduceTask.mapKeysToNodes(DistributionManager dm,
Collection<T> keysToMap,
boolean useIntermediateCompositeKey)
|
|
|
MapReduceManager.mapKeysToNodes(DistributionManager dm,
String taskId,
Collection<T> keysToMap,
boolean useIntermediateCompositeKey)
Maps Map/Reduce task intermediate or input keys to nodes on Infinispan cluster |
|
|
MapReduceManagerImpl.mapKeysToNodes(DistributionManager dm,
String taskId,
Collection<T> keysToMap,
boolean useIntermediateCompositeKey)
|
Uses of DistributionManager in org.infinispan.distribution |
---|
Classes in org.infinispan.distribution that implement DistributionManager | |
---|---|
class |
DistributionManagerImpl
The default distribution manager implementation |
Uses of DistributionManager in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type DistributionManager | |
---|---|
void |
DistCacheStoreInterceptor.inject(DistributionManager dm,
Transport transport,
ClusteringDependentLogic cdl)
|
protected void |
IsMarshallableInterceptor.injectMarshaller(StreamingMarshaller marshaller,
DistributionManager distManager)
|
Uses of DistributionManager in org.infinispan.interceptors.distribution |
---|
Fields in org.infinispan.interceptors.distribution declared as DistributionManager | |
---|---|
protected DistributionManager |
BaseDistributionInterceptor.dm
|
Methods in org.infinispan.interceptors.distribution with parameters of type DistributionManager | |
---|---|
void |
BaseDistributionInterceptor.injectDependencies(DistributionManager distributionManager,
ClusteringDependentLogic cdl)
|
Uses of DistributionManager in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type DistributionManager | |
---|---|
void |
ClusteringDependentLogic.DistributionLogic.init(DistributionManager dm,
Configuration configuration,
RpcManager rpcManager,
StateTransferLock stateTransferLock)
|
Uses of DistributionManager in org.infinispan.remoting.responses |
---|
Methods in org.infinispan.remoting.responses with parameters of type DistributionManager | |
---|---|
void |
DistributionResponseGenerator.inject(DistributionManager distributionManager)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |