Modifier and Type | Method and Description |
---|---|
Notifier |
CacheSPI.getNotifier()
Retrieves the current Notifier instance associated with the current Cache instance.
|
Modifier and Type | Method and Description |
---|---|
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) |
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 Notifier |
CommandsFactoryImpl.notifier |
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 |
GetKeyValueCommand.initialize(DataContainer dataContainer,
Notifier notifier) |
Modifier and Type | Field and Description |
---|---|
protected Notifier |
EvictCommand.notifier |
protected Notifier |
MoveCommand.notifier |
protected Notifier |
InvalidateCommand.notifier |
protected Notifier |
AbstractVersionedDataCommand.notifier |
Modifier and Type | Method and Description |
---|---|
void |
InvalidateCommand.initialize(CacheSPI cacheSpi,
DataContainer dataContainer,
Notifier notifier) |
void |
EvictCommand.initialize(Notifier notifier,
DataContainer dataContainer) |
void |
MoveCommand.initialize(Notifier notifier,
DataContainer dataContainer) |
void |
AbstractVersionedDataCommand.initialize(Notifier notifier,
DataContainer dataContainer) |
Modifier and Type | Field and Description |
---|---|
protected Notifier |
CacheLoaderInterceptor.notifier |
protected Notifier |
LegacyCacheLoaderInterceptor.notifier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationInterceptor.injectDependencies(Notifier notifier) |
protected void |
OptimisticNodeInterceptor.injectDependencies(Notifier notifier,
NodeFactory nodeFactory,
DataContainer dataContainer)
Deprecated.
|
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 |
TxInterceptor.intialize(RPCManager rpcManager,
ContextFactory contextFactory,
Notifier notifier,
InvocationContextContainer icc,
TransactionLog transactionLog,
CommandsFactory factory,
ComponentRegistry componentRegistry,
LockManager lockManager) |
void |
PassivationInterceptor.setDependencies(Notifier notifier,
CacheLoaderManager loaderManager) |
Modifier and Type | Method and Description |
---|---|
Notifier |
CacheInvocationDelegate.getNotifier() |
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 | Class and Description |
---|---|
class |
NotifierImpl
Helper class that handles all notifications to registered listeners.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.