Modifier and Type | Class and Description |
---|---|
class |
LegacyRegionManagerImpl
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
RegionManagerImpl
The default region manager, used with MVCC locking.
|
Modifier and Type | Method and Description |
---|---|
RegionManager |
CacheSPI.getRegionManager()
Retrieves the current RegionManager instance associated with the current Cache instance.
|
Constructor and Description |
---|
RegionImpl(EvictionRegionConfig config,
Fqn fqn,
RegionManager regionManager)
Constructs an eviction region from a policy and configuration, defined by an fqn and region manager.
|
RegionImpl(Fqn fqn,
RegionManager regionManager)
Constructs a marshalling region from an fqn and region manager.
|
Modifier and Type | Method and Description |
---|---|
void |
BuddyManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
StateTransferManager stateTransferManager,
RPCManager rpcManager,
Notifier notifier,
CommandsFactory factory,
DataContainer dataContainer,
BuddyFqnTransformer transformer) |
Modifier and Type | Field and Description |
---|---|
protected RegionManager |
LRUPolicy.regionManager_
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected RegionManager |
EvictionInterceptor.regionManager |
Modifier and Type | Method and Description |
---|---|
RegionManager |
CacheInvocationDelegate.getRegionManager() |
Modifier and Type | Method and Description |
---|---|
void |
CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager,
CacheLoaderManager cacheLoaderManager,
Notifier notifier,
TransactionManager transactionManager,
BuddyManager buddyManager,
TransactionTable transactionTable,
RPCManager rpcManager,
RegionManager regionManager,
Marshaller marshaller,
CommandsFactory commandsFactory,
DataContainer dataContainer,
MVCCNodeHelper mvccHelper,
BatchContainer batchContainer) |
Modifier and Type | Field and Description |
---|---|
protected RegionManager |
AbstractCacheLoader.regionManager |
Modifier and Type | Method and Description |
---|---|
void |
CacheLoaderManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
ComponentRegistry registry) |
void |
AbstractCacheLoader.setRegionManager(RegionManager regionManager) |
void |
ChainingCacheLoader.setRegionManager(RegionManager manager)
No-op, as this class doesn't directly use the ERegionManager.
|
void |
CacheLoader.setRegionManager(RegionManager manager)
Sets the
RegionManager this object should use to manage
marshalling/unmarshalling of different regions using different
classloaders. |
void |
ClusteredCacheLoader.setRegionManager(RegionManager manager) |
void |
AbstractDelegatingCacheLoader.setRegionManager(RegionManager manager) |
Modifier and Type | Field and Description |
---|---|
protected RegionManager |
AbstractMarshaller.regionManager |
Modifier and Type | Field and Description |
---|---|
protected RegionManager |
DefaultStateTransferManager.regionManager |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStateTransferManager.injectDependencies(CacheSPI cache,
Marshaller marshaller,
RegionManager regionManager,
Configuration configuration,
CacheLoaderManager cacheLoaderManager,
StateTransferIntegrator integrator,
StateTransferGenerator generator) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.