Uses of Class
org.infinispan.util.concurrent.ActionSequencer
-
Packages that use ActionSequencer Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
Uses of ActionSequencer in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with parameters of type ActionSequencer Modifier and Type Method Description voidBasePerCacheInboundInvocationHandler. registerXSiteActionSequencer(ActionSequencer sequencer)default voidPerCacheInboundInvocationHandler. registerXSiteActionSequencer(ActionSequencer sequencer)Registers theActionSequencerused by async cross-site requests to expose some internals metrics. -
Uses of ActionSequencer in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as ActionSequencer Modifier and Type Field Description protected ActionSequencerJGroupsTransport. backupSequencer
-