Modifier and Type | Field and Description |
---|---|
protected CacheSPI<K,V> |
AbstractNodeFactory.cache |
protected CacheSPI<K,V> |
UnversionedNode.cache |
Modifier and Type | Method and Description |
---|---|
protected CacheSPI<K,V> |
DefaultCacheFactory.createAndWire(Configuration configuration) |
CacheSPI<K,V> |
NodeSPI.getCache()
Retrieves a reference to the cache in which this Node resides.
|
CacheSPI<K,V> |
InternalNode.getCache() |
CacheSPI<K,V> |
UnversionedNode.getCache() |
CacheSPI |
RegionManagerImpl.getCache() |
CacheSPI |
RegionManager.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
PessimisticUnversionedNode.injectDependencies(CacheSPI<K,V> spi,
CommandsFactory commandsFactory,
NodeFactory<K,V> nodeFactory)
Deprecated.
|
void |
AbstractNodeFactory.injectDependencies(CacheSPI<K,V> cache,
Configuration configuration,
InvocationContextContainer invocationContextContainer,
InterceptorChain interceptorChain,
CommandsFactory commandsFactory) |
void |
RegionManagerImpl.injectDependencies(CacheSPI cache,
Configuration configuration,
RPCManager rpcManager,
LockManager lockManager,
BuddyFqnTransformer transformer,
RegionRegistry regionsRegistry) |
void |
RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener,
Configuration configuration,
Notifier notifier,
CacheSPI spi,
Marshaller marshaller,
TransactionTable txTable,
TransactionManager txManager,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry,
LockManager lockManager) |
Constructor and Description |
---|
ConsoleListener(CacheSPI cache)
Constructor.
|
ConsoleListener(CacheSPI cache,
boolean startCache,
boolean stopCache)
Constructor.
|
PessimisticUnversionedNode(Object name,
Fqn fqn,
Map<K,V> data,
CacheSPI<K,V> cache)
Deprecated.
|
UnversionedNode(Fqn fqn,
CacheSPI<K,V> cache,
boolean lockForChildInsertRemove) |
UnversionedNode(Fqn fqn,
CacheSPI<K,V> cache,
boolean lockForChildInsertRemove,
Map<K,V> data) |
VersionedNode(Fqn fqn,
NodeSPI<K,V> parent,
Map<K,V> data,
CacheSPI<K,V> cache)
Deprecated.
|
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 CacheSPI |
CommandsFactoryImpl.cacheSpi |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.initialize(RPCManager rpc,
DataContainer dataContainer,
Notifier notifier,
BuddyManager buddyManager,
InterceptorChain invoker,
TransactionTable transactionTable,
CacheSPI cacheSpi,
Configuration configuration,
TransactionManager txManager,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Method and Description |
---|---|
void |
GravitateDataCommand.initialize(DataContainer dataContainer,
CacheSPI spi,
BuddyFqnTransformer transformer) |
Modifier and Type | Field and Description |
---|---|
protected CacheSPI |
InvalidateCommand.spi |
Modifier and Type | Method and Description |
---|---|
void |
InvalidateCommand.initialize(CacheSPI cacheSpi,
DataContainer dataContainer,
Notifier notifier) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationComponent.setCache(CacheSPI cache) |
Modifier and Type | Field and Description |
---|---|
protected CacheSPI<?,?> |
BaseEvictionAlgorithm.cache |
protected CacheSPI |
BaseEvictionPolicy.cache_
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheSPI |
BaseEvictionPolicy.getCache()
Deprecated.
|
CacheSPI |
NullEvictionPolicy.getCache()
Deprecated.
|
CacheSPI |
EvictionPolicy.getCache()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseEvictionAlgorithm.assignToRegion(Fqn fqn,
CacheSPI<?,?> cache,
EvictionAlgorithmConfig evictionAlgorithmConfig,
Configuration configuration) |
void |
EvictionAlgorithm.assignToRegion(Fqn fqn,
CacheSPI<?,?> cache,
EvictionAlgorithmConfig evictionAlgorithmConfig,
Configuration configuration)
Assigns the algorithm instance to a specific region.
|
void |
NullEvictionAlgorithm.assignToRegion(Fqn fqn,
CacheSPI<?,?> cache,
EvictionAlgorithmConfig evictionAlgorithmConfig,
Configuration configuration) |
void |
BaseEvictionPolicy.setCache(CacheSPI cache)
Deprecated.
|
void |
NullEvictionPolicy.setCache(CacheSPI cache)
Deprecated.
|
void |
EvictionPolicy.setCache(CacheSPI cache)
Deprecated.
Method called to set the cache in this implementation.
|
void |
LRUPolicy.setCache(CacheSPI cache)
Deprecated.
|
Constructor and Description |
---|
BootstrapFactory(CacheSPI cacheSPI,
Configuration configuration,
ComponentRegistry componentRegistry) |
ComponentRegistry(Configuration configuration,
CacheSPI cache)
Creates an instance of the component registry.
|
Modifier and Type | Field and Description |
---|---|
protected CacheSPI<?,?> |
Interceptor.cache
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyDataGravitatorInterceptor.injectComponents(BuddyManager buddyManager,
DataContainer dataContainer,
CommandsFactory commandsFactory,
CacheSPI cacheSPI,
BuddyFqnTransformer transformer)
Deprecated.
|
void |
Interceptor.setCache(CacheSPI cache)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheInvocationDelegate<K,V>
The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory.
|
Modifier and Type | Method and Description |
---|---|
CacheSPI<K,V> |
NodeInvocationDelegate.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
NodeInvocationDelegate.injectDependencies(CacheSPI<K,V> spi) |
Modifier and Type | Method and Description |
---|---|
void |
PlatformMBeanServerRegistration.initialize(CacheSPI cache) |
Modifier and Type | Field and Description |
---|---|
protected CacheSPI |
AbstractCacheLoader.cache |
Modifier and Type | Method and Description |
---|---|
void |
CacheLoaderManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
ComponentRegistry registry) |
void |
AbstractCacheLoader.setCache(CacheSPI c) |
void |
CacheLoader.setCache(CacheSPI c)
Sets the
CacheSPI that is maintaining this CacheLoader. |
void |
AbstractDelegatingCacheLoader.setCache(CacheSPI c) |
protected void |
CacheLoaderManager.setCacheInLoader(CacheSPI c,
CacheLoader loader)
Sets the cache instance associated with the given cache loader.
|
void |
CacheLoaderManager.setConfig(CacheLoaderConfig config,
CacheSPI cache,
Configuration configuration)
Sets a configuration object and creates a cacheloader accordingly.
|
protected void |
LocalDelegatingCacheLoader.setDelegateCache(CacheSPI delegate) |
Modifier and Type | Method and Description |
---|---|
void |
JdbmCacheLoader.setCache(CacheSPI c)
Sets the CacheImpl owner of this cache loader.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpCacheServer.setCache(CacheSPI cache) |
Modifier and Type | Method and Description |
---|---|
void |
MVCCLockManager.injectDependencies(DataContainer dataContainer,
CacheSPI cache,
TransactionManager transactionManager,
InvocationContextContainer invocationContextContainer) |
Modifier and Type | Method and Description |
---|---|
CacheSPI<K,V> |
NodeReference.getCache() |
Modifier and Type | Method and Description |
---|---|
protected CacheSPI<K,V> |
WorkspaceNodeImpl.getCache()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodeSPI<K,V> |
WorkspaceNodeImpl.createChild(Object childName,
NodeSPI<K,V> parent,
CacheSPI<K,V> cache,
DataVersion version)
Deprecated.
|
NodeSPI |
WorkspaceNode.createChild(Object child_name,
NodeSPI<K,V> parent,
CacheSPI<K,V> cache,
DataVersion version)
Deprecated.
Creates a child node.
|
Modifier and Type | Field and Description |
---|---|
protected CacheSPI |
DefaultStateTransferManager.cache |
Modifier and Type | Method and Description |
---|---|
void |
LegacyStateTransferGenerator.inject(CacheSPI cache)
Deprecated.
|
void |
DefaultStateTransferIntegrator.inject(CacheSPI<?,?> cache,
Configuration cfg,
RPCManager rpcManager,
TransactionLog txLog,
InvocationContextContainer container,
InterceptorChain chain,
ComponentRegistry registry,
CommandsFactory commandsFactory) |
void |
LegacyStateTransferIntegrator.inject(CacheSPI<?,?> cache,
NodeFactory nodefactory,
Configuration cfg)
Deprecated.
|
void |
DefaultStateTransferGenerator.inject(CacheSPI cache,
RPCManager rpcManager,
Configuration configuration,
TransactionLog txLog) |
void |
DefaultStateTransferManager.injectDependencies(CacheSPI cache,
Marshaller marshaller,
RegionManager regionManager,
Configuration configuration,
CacheLoaderManager cacheLoaderManager,
StateTransferIntegrator integrator,
StateTransferGenerator generator) |
Modifier and Type | Method and Description |
---|---|
static String |
CachePrinter.printCacheInterceptors(CacheSPI<?,?> cache) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.