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
RspList. get(java.lang.Object key)
Returns the Rsp associated with address keyRsp
RspList. put(Address key, Rsp value)
Rsp
RspList. remove(java.lang.Object key)
Methods in org.jgroups.util that return types with arguments of type Rsp Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Address,Rsp>>
RspList. entrySet()
java.util.Collection<Rsp>
RspList. values()
Methods in org.jgroups.util with parameters of type Rsp Modifier and Type Method Description Rsp
RspList. put(Address key, Rsp value)
Method parameters in org.jgroups.util with type arguments of type Rsp Modifier and Type Method Description void
RspList. putAll(java.util.Map<? extends Address,? extends Rsp> m)
Constructor parameters in org.jgroups.util with type arguments of type Rsp Constructor Description RspList(java.util.Collection<Rsp> responses)
Adds a list of responses
-