Uses of Class
org.infinispan.remoting.transport.AbstractRequest
-
Packages that use AbstractRequest Package Description org.infinispan.remoting.transport.impl org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
Uses of AbstractRequest in org.infinispan.remoting.transport.impl
Subclasses of AbstractRequest in org.infinispan.remoting.transport.impl Modifier and Type Class Description classMultiTargetRequest<T>Request implementation that waits for responses from multiple target nodes.classSingleTargetRequest<T>Request implementation that waits for a response from a single target node. -
Uses of AbstractRequest in org.infinispan.remoting.transport.jgroups
Subclasses of AbstractRequest in org.infinispan.remoting.transport.jgroups Modifier and Type Class Description classSingleSiteRequest<T>Request implementation that waits for a response from a single target site.classStaggeredRequest<T>
-