|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentName | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.cacheviews | |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.eviction | Classes related to eviction. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.marshall.jboss | Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. |
org.infinispan.query.backend | |
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. |
org.infinispan.remoting.transport.jgroups | A transport implementation based on JGroups. |
Uses of ComponentName in org.infinispan |
---|
Method parameters in org.infinispan with annotations of type ComponentName | |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager)
|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager)
|
Uses of ComponentName in org.infinispan.cacheviews |
---|
Method parameters in org.infinispan.cacheviews with annotations of type ComponentName | |
---|---|
void |
CacheViewsManagerImpl.init(CacheManagerNotifier cacheManagerNotifier,
Transport transport,
ExecutorService e,
GlobalConfiguration globalConfiguration)
|
Uses of ComponentName in org.infinispan.commands |
---|
Method parameters in org.infinispan.commands with annotations of type ComponentName | |
---|---|
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories)
|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateTransferManager stateTransferManager,
LockManager lockManager,
InternalEntryFactory entryFactory)
|
Uses of ComponentName in org.infinispan.distribution |
---|
Method parameters in org.infinispan.distribution with annotations of type ComponentName | |
---|---|
void |
L1ManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CommandsFactory commandsFactory,
ExecutorService asyncTransportExecutor,
ScheduledExecutorService scheduledExecutor)
|
void |
L1ManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CommandsFactory commandsFactory,
ExecutorService asyncTransportExecutor,
ScheduledExecutorService scheduledExecutor)
|
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)
|
Uses of ComponentName in org.infinispan.interceptors |
---|
Method parameters in org.infinispan.interceptors with annotations of type ComponentName | |
---|---|
protected void |
IsMarshallableInterceptor.injectMarshaller(StreamingMarshaller marshaller,
DistributionManager distManager)
|
protected void |
MarshalledValueInterceptor.injectMarshaller(StreamingMarshaller marshaller,
InternalEntryFactory entryFactory)
|
Uses of ComponentName in org.infinispan.loaders |
---|
Method parameters in org.infinispan.loaders with annotations of type ComponentName | |
---|---|
void |
CacheLoaderManagerImpl.inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
InvocationContextContainer icc,
TransactionManager transactionManager)
|
Uses of ComponentName in org.infinispan.marshall.jboss |
---|
Method parameters in org.infinispan.marshall.jboss with annotations of type ComponentName | |
---|---|
void |
ExternalizerTable.inject(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry gcr,
StreamingMarshaller globalMarshaller)
|
Uses of ComponentName in org.infinispan.query.backend |
---|
Method parameters in org.infinispan.query.backend with annotations of type ComponentName | |
---|---|
void |
QueryInterceptor.injectDependencies(ExecutorService e)
|
void |
LocalQueryInterceptor.injectDependencies(TransactionManager transactionManager,
TransactionSynchronizationRegistry transactionSynchronizationRegistry,
ExecutorService e)
|
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,
Cache cache)
|
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,
CacheViewsManager cvm)
|
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. |
void |
Transport.initialize(StreamingMarshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler handler,
CacheManagerNotifier notifier)
Initializes the transport with global cache configuration and transport-specific properties. |
Uses of ComponentName in org.infinispan.remoting.transport.jgroups |
---|
Method parameters in org.infinispan.remoting.transport.jgroups with annotations of type ComponentName | |
---|---|
void |
JGroupsTransport.initialize(StreamingMarshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler inboundInvocationHandler,
CacheManagerNotifier notifier)
|
|
--> |