|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentName | |
---|---|
org.infinispan.eviction | Classes related to eviction. |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.rpc | Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. |
org.infinispan.remoting.transport | Transports handle the low-level networking, used by the remoting components. |
Uses of ComponentName in org.infinispan.eviction |
---|
Method parameters in org.infinispan.eviction with annotations of type ComponentName | |
---|---|
void |
EvictionManagerImpl.initialize(ScheduledExecutorService executor,
Configuration configuration,
DataContainer dataContainer,
CacheLoaderManager cacheLoaderManager,
CacheNotifier cacheNotifier,
LockManager lockManager,
PassivationManager passivator,
InvocationContextContainer ctxContainer)
|
Uses of ComponentName in org.infinispan.remoting |
---|
Method parameters in org.infinispan.remoting with annotations of type ComponentName | |
---|---|
void |
ReplicationQueueImpl.injectDependencies(ScheduledExecutorService executor,
RpcManager rpcManager,
Configuration configuration,
CommandsFactory commandsFactory)
|
Uses of ComponentName in org.infinispan.remoting.rpc |
---|
Method parameters in org.infinispan.remoting.rpc with annotations of type ComponentName | |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Configuration configuration,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e)
|
Uses of ComponentName in org.infinispan.remoting.transport |
---|
Method parameters in org.infinispan.remoting.transport with annotations of type ComponentName | |
---|---|
void |
Transport.initialize(StreamingMarshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler handler,
CacheManagerNotifier notifier)
Initializes the transport with global cache configuration and transport-specific properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |