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 StreamingMarshallerJGroupsTransport. marshallerprotected java.util.concurrent.ExecutorServiceJGroupsTransport. remoteExecutorprotected java.util.concurrent.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 java.lang.StringStateProviderImpl. cacheNameprotected java.lang.StringStateTransferManagerImpl. cacheNameprotected BlockingTaskAwareExecutorServiceStateConsumerImpl. remoteCommandsExecutorprotected java.util.concurrent.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 java.lang.StringXaTransactionTable. cacheName
-