Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.invocation | |
org.jboss.cache.statetransfer |
Modifier and Type | Method and Description |
---|---|
CacheLoaderManager |
CacheSPI.getCacheLoaderManager()
Retrieves the current CacheCacheLoaderManager instance associated with the current Cache instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CacheStoreInterceptor.init(CacheLoaderManager loaderManager,
TransactionManager txManager,
CacheLoaderConfig clConfig,
BuddyFqnTransformer buddyFqnTransformer) |
protected void |
LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
LockManager lockManager,
Notifier notifier,
BuddyFqnTransformer buddyFqnTransformer)
Deprecated.
|
protected void |
CacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
Notifier notifier,
MVCCNodeHelper helper,
BuddyFqnTransformer buddyFqnTransformer) |
void |
PassivationInterceptor.setDependencies(Notifier notifier,
CacheLoaderManager loaderManager) |
Modifier and Type | Method and Description |
---|---|
CacheLoaderManager |
CacheInvocationDelegate.getCacheLoaderManager() |
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 | 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.