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 classAbstractRequest<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 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.Methods in org.infinispan.remoting.transport.impl with parameters of type Request Modifier and Type Method Description voidRequestRepository. addRequest(Request<?> request)Method parameters in org.infinispan.remoting.transport.impl with type arguments of type Request Modifier and Type Method Description voidRequestRepository. 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 classSingleSiteRequest<T>Request implementation that waits for a response from a single target site.classStaggeredRequest<T>
-