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.statetransfer Transfer of state to new caches in a cluster.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 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
Method parameters in org.infinispan.scattered.impl with annotations of type ComponentName Modifier and Type Method Description void
BiasManagerImpl. init(AdvancedCache cache, Configuration configuration, TimeService timeService, DistributionManager distributionManager, CommandsFactory commandsFactory, RpcManager rpcManager, KeyPartitioner keyPartitioner, ScheduledExecutorService executor)
-
Uses of ComponentName in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer with annotations of type ComponentName Modifier and Type Field Description protected ExecutorService
StateProviderImpl. executorService
protected BlockingTaskAwareExecutorService
StateConsumerImpl. remoteCommandsExecutor
protected ExecutorService
StateConsumerImpl. stateTransferExecutor
-
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, TimeService timeService)
void
StripedLockContainer. inject(Executor executor, TimeService timeService)
-