Uses of Class
org.infinispan.factories.annotations.ComponentName
-
Packages that use ComponentName Package Description org.infinispan.expiration.impl org.infinispan.notifications.impl org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.scattered.impl org.infinispan.security.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.xa XA transaction support.org.infinispan.util.concurrent.locks.impl -
-
Uses of ComponentName in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl with annotations of type ComponentName Modifier and Type Field Description protected ExecutorService
ClusterExpirationManager. asyncExecutor
protected ScheduledExecutorService
ExpirationManagerImpl. executor
-
Uses of ComponentName in org.infinispan.notifications.impl
Fields in org.infinispan.notifications.impl with annotations of type ComponentName Modifier and Type Field Description protected ExecutorService
AbstractListenerImpl. asyncProcessor
-
Uses of ComponentName in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler with annotations of type ComponentName Modifier and Type Field Description protected BlockingTaskAwareExecutorService
BasePerCacheInboundInvocationHandler. remoteCommandsExecutor
-
Uses of ComponentName in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups with annotations of type ComponentName Modifier and Type Field Description protected ExecutorService
JGroupsTransport. remoteExecutor
protected ScheduledExecutorService
JGroupsTransport. timeoutExecutor
-
Uses of ComponentName in org.infinispan.scattered.impl
Fields in org.infinispan.scattered.impl with annotations of type ComponentName Modifier and Type Field Description protected ExecutorService
ScatteredStateConsumerImpl. asyncExecutor
-
Uses of ComponentName in org.infinispan.security.impl
Method parameters in org.infinispan.security.impl with annotations of type ComponentName Modifier and Type Method Description void
AuthorizationManagerImpl. init(String cacheName, GlobalConfiguration globalConfiguration, Configuration configuration, GlobalSecurityManager globalSecurityManager, EmbeddedCacheManager cacheManager)
-
Uses of ComponentName in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer with annotations of type ComponentName Modifier and Type Field Description protected String
StateProviderImpl. cacheName
protected String
StateTransferManagerImpl. cacheName
protected ExecutorService
StateProviderImpl. executorService
protected BlockingTaskAwareExecutorService
StateConsumerImpl. remoteCommandsExecutor
protected ExecutorService
StateConsumerImpl. stateTransferExecutor
-
Uses of ComponentName in org.infinispan.transaction.xa
Fields in org.infinispan.transaction.xa with annotations of type ComponentName Modifier and Type Field Description protected String
XaTransactionTable. cacheName
-
Uses of ComponentName in org.infinispan.util.concurrent.locks.impl
Method parameters in org.infinispan.util.concurrent.locks.impl with annotations of type ComponentName Modifier and Type Method Description void
PerKeyLockContainer. inject(Executor executor, org.infinispan.commons.time.TimeService timeService)
void
StripedLockContainer. inject(Executor executor, org.infinispan.commons.time.TimeService timeService)
-