|
||||||||||
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.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
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.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 |
CacheDelegate.getDistributionManager()
|
DistributionManager |
AdvancedCache.getDistributionManager()
Retrieves a reference to the DistributionManager if the cache is configured
to use Distribution. |
DistributionManager |
AbstractDelegatingAdvancedCache.getDistributionManager()
|
Methods in org.infinispan with parameters of type DistributionManager | |
---|---|
void |
CacheDelegate.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
Marshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
CacheManager cacheManager,
StateTransferManager stateTransferManager)
|
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 cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration)
|
Uses of DistributionManager in org.infinispan.commands.control |
---|
Methods in org.infinispan.commands.control with parameters of type DistributionManager | |
---|---|
void |
RehashControlCommand.init(DistributionManager distributionManager,
Configuration configuration,
DataContainer dataContainer,
CommandsFactory commandsFactory)
|
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(boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Object... keys)
|
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 |
DeadlockDetectingInterceptor.init(TransactionTable txTable,
LockManager lockManager,
TransactionManager txManager,
DistributionManager distributionManager)
|
void |
DistCacheStoreInterceptor.inject(DistributionManager dm,
Transport transport)
|
void |
DistributionInterceptor.injectDependencies(DistributionManager distributionManager,
CommandsFactory cf,
DataContainer dataContainer,
EntryFactory entryFactory)
|
void |
DistLockingInterceptor.injectDistributionManager(DistributionManager dm)
|
void |
DistTxInterceptor.injectDistributionManager(DistributionManager dm,
CommandsFactory commandsFactory)
|
Uses of DistributionManager in org.infinispan.remoting.responses |
---|
Methods in org.infinispan.remoting.responses with parameters of type DistributionManager | |
---|---|
void |
DistributionResponseGenerator.inject(DistributionManager distributionManager)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |