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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
org.infinispan.remoting.transport.impl.MultiTargetRequest<T>
Request implementation that waits for responses from multiple target nodes. -
Uses of AbstractRequest in org.infinispan.remoting.transport.jgroups
Subclasses of AbstractRequest in org.infinispan.remoting.transport.jgroups Modifier and Type Class Description class
SingleSiteRequest<T>
Request implementation that waits for a response from a single target site.class
StaggeredRequest<T>
-