Uses of Class
org.infinispan.factories.annotations.ComponentName
-
Packages that use ComponentName Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.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.transaction.xa XA transaction support. -
-
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.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
-