Uses of Interface
org.infinispan.remoting.transport.impl.Request
-
Packages that use Request Package Description org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.impl org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
Uses of Request in org.infinispan.remoting.transport
Classes in org.infinispan.remoting.transport that implement Request Modifier and Type Class Description class
AbstractRequest<T>
A remote invocation request. -
Uses of Request in org.infinispan.remoting.transport.impl
Classes in org.infinispan.remoting.transport.impl that implement Request Modifier and Type Class Description class
MultiTargetRequest<T>
Request implementation that waits for responses from multiple target nodes.class
SingleTargetRequest<T>
Request implementation that waits for a response from a single target node.Methods in org.infinispan.remoting.transport.impl with parameters of type Request Modifier and Type Method Description void
RequestRepository. addRequest(Request<?> request)
Method parameters in org.infinispan.remoting.transport.impl with type arguments of type Request Modifier and Type Method Description void
RequestRepository. forEach(Consumer<Request<?>> consumer)
-
Uses of Request in org.infinispan.remoting.transport.jgroups
Classes in org.infinispan.remoting.transport.jgroups that implement Request Modifier and Type Class Description class
SingleSiteRequest<T>
Request implementation that waits for a response from a single target site.class
StaggeredRequest<T>
-