Package | Description |
---|---|
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.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Method and Description |
---|---|
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,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
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,
StateTransferManager stateTransferManager,
LockManager lockManager,
InternalEntryFactory entryFactory) |
Modifier and Type | Method and Description |
---|---|
void |
StateTransferControlCommand.init(StateTransferManager stateTransferManager,
Configuration configuration,
DataContainer dataContainer,
CommandsFactory commandsFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DistributionManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CommandsFactory cf,
CacheNotifier cacheNotifier,
StateTransferManager stateTransferManager) |
Modifier and Type | Method and Description |
---|---|
StateTransferManager |
ComponentRegistry.getStateTransferManager()
Caching shortcut for #getComponent(StateTransferManager.class);
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStateTransferManagerImpl
State transfer manager.
|
class |
DistributedStateTransferManagerImpl
The distributed mode implementation of
StateTransferManager |
class |
DummyInvalidationStateTransferManagerImpl
Deprecated.
This is just a temporary hack, do not rely on it to exist in future versions
|
class |
ReplicatedStateTransferManagerImpl
The replicated mode implementation of
StateTransferManager |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.