Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.factories.annotations.ComponentName

Packages that use ComponentName
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.distexec.mapreduce   
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.jgroups A transport implementation based on JGroups
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.topology   
 

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, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager, GlobalConfiguration globalCfg)
           
 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, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager, GlobalConfiguration globalCfg)
           
 

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, StateProvider stateProvider, StateConsumer stateConsumer, LockManager lockManager, InternalEntryFactory entryFactory, MapReduceManager mapReduceManager, StateTransferManager stm, BackupSender backupSender, CancellationService cancellationService)
           
 

Uses of ComponentName in org.infinispan.distexec.mapreduce
 

Method parameters in org.infinispan.distexec.mapreduce with annotations of type ComponentName
 void MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager, CacheLoaderManager cacheLoaderManager, ExecutorService asyncTransportExecutor)
           
 

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, Cache cache, Configuration cfg, 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(TransactionManager transactionManager, TransactionSynchronizationRegistry transactionSynchronizationRegistry, DataContainer dataContainer, 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, Cache cache, Configuration cfg, ReplicationQueue replicationQueue, CommandsFactory cf, ExecutorService e, LocalTopologyManager localTopologyManager, StateTransferManager stateTransferManager, GlobalConfiguration globalCfg)
           
 

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, GlobalComponentRegistry gcr, BackupReceiverRepository backupReceiverRepository)
          Initializes the transport with global cache configuration and transport-specific properties.
 void JGroupsTransport.initialize(StreamingMarshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier, GlobalComponentRegistry gcr, BackupReceiverRepository backupReceiverRepository)
          Initializes the transport with global cache configuration and transport-specific properties.
 

Uses of ComponentName in org.infinispan.statetransfer
 

Method parameters in org.infinispan.statetransfer with annotations of type ComponentName
 void StateProviderImpl.init(Cache cache, ExecutorService executorService, Configuration configuration, RpcManager rpcManager, CommandsFactory commandsFactory, CacheNotifier cacheNotifier, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer, TransactionTable transactionTable, StateTransferLock stateTransferLock, StateConsumer stateConsumer)
           
 void StateConsumerImpl.init(Cache cache, ExecutorService executorService, StateTransferManager stateTransferManager, InterceptorChain interceptorChain, InvocationContextContainer icc, Configuration configuration, RpcManager rpcManager, TransactionManager transactionManager, CommandsFactory commandsFactory, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer, TransactionTable transactionTable, StateTransferLock stateTransferLock, CacheNotifier cacheNotifier)
           
 

Uses of ComponentName in org.infinispan.topology
 

Method parameters in org.infinispan.topology with annotations of type ComponentName
 void LocalTopologyManagerImpl.inject(Transport transport, ExecutorService asyncTransportExecutor, GlobalComponentRegistry gcr)
           
 void ClusterTopologyManagerImpl.inject(Transport transport, RebalancePolicy rebalancePolicy, ExecutorService asyncTransportExecutor, GlobalConfiguration globalConfiguration, GlobalComponentRegistry gcr, CacheManagerNotifier cacheManagerNotifier)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.