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 RspRspList. get(java.lang.Object key)Returns the Rsp associated with address keyRspRspList. put(Address key, Rsp value)RspRspList. 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 RspRspList. put(Address key, Rsp value)Method parameters in org.jgroups.util with type arguments of type Rsp Modifier and Type Method Description voidRspList. 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
-