Uses of Class
org.jgroups.util.Rsp
-
Packages that use Rsp Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Rsp in org.jgroups.util
Methods in org.jgroups.util that return Rsp Modifier and Type Method Description Rsp<T>
Rsp. setException(java.lang.Throwable t)
Rsp<T>
Rsp. setReceived()
Rsp<T>
Rsp. setValue(T val)
Methods in org.jgroups.util that return types with arguments of type Rsp Modifier and Type Method Description java.util.Iterator<Rsp<T>>
RspList. iterator()
Methods in org.jgroups.util with parameters of type Rsp Modifier and Type Method Description void
Rsp. readIn(Rsp<T> other)
Constructor parameters in org.jgroups.util with type arguments of type Rsp Constructor Description RspList(java.util.Map<Address,Rsp<T>> map)
-