|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rsp | |
---|---|
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 | |
---|---|
Rsp |
RspList.get(java.lang.Object key)
Returns the Rsp associated with address key |
Rsp |
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 | |
---|---|
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 | |
---|---|
Rsp |
RspList.put(Address key,
Rsp value)
|
Method parameters in org.jgroups.util with type arguments of type Rsp | |
---|---|
void |
RspList.putAll(java.util.Map<? extends Address,? extends Rsp> m)
|
Constructor parameters in org.jgroups.util with type arguments of type Rsp | |
---|---|
RspList(java.util.Collection<Rsp> responses)
Adds a list of responses |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |