| 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<T> |
UnicastRequest.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Rsp<T> |
RspList.get(Object key)
Returns the Rsp associated with address key
|
Rsp<T> |
RspList.put(Address key,
Rsp<T> value) |
Rsp<T> |
RspList.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Address,Rsp<T>>> |
RspList.entrySet() |
Iterator<Rsp<T>> |
RspList.iterator() |
Collection<Rsp<T>> |
RspList.values() |
| Modifier and Type | Method and Description |
|---|---|
Rsp<T> |
RspList.put(Address key,
Rsp<T> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RspList.putAll(Map<? extends Address,? extends Rsp<T>> m) |
| Constructor and Description |
|---|
RspList(Collection<Rsp<T>> responses)
Adds a list of responses
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.