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 BlockingTaskAwareExecutorServiceBasePerCacheInboundInvocationHandler. 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 ExecutorServiceJGroupsTransport. remoteExecutorprotected ScheduledExecutorServiceJGroupsTransport. timeoutExecutor -
Uses of ComponentName in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer with annotations of type ComponentName Modifier and Type Field Description protected StringStateProviderImpl. cacheNameprotected StringStateTransferManagerImpl. cacheNameprotected ExecutorServiceStateProviderImpl. executorServiceprotected BlockingTaskAwareExecutorServiceStateConsumerImpl. remoteCommandsExecutorprotected ExecutorServiceStateConsumerImpl. 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 StringXaTransactionTable. cacheName
-