Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected Rsp<T> |
UnicastRequest.result |
Modifier and Type | Method and Description |
---|---|
Rsp |
UnicastRequest.getResult() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<Address,Rsp>> |
RspList.entrySet() |
java.util.Collection<Rsp> |
RspList.values() |
Modifier and Type | Method and Description |
---|---|
Rsp |
RspList.put(Address key,
Rsp value) |
Modifier and Type | Method and Description |
---|---|
void |
RspList.putAll(java.util.Map<? extends Address,? extends Rsp> m) |
Constructor and Description |
---|
RspList(java.util.Collection<Rsp> responses)
Adds a list of responses
|
Copyright ? 1998-2009 Bela Ban / Red Hat. All Rights Reserved.