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 | Field and Description |
---|---|
protected java.util.Map<Address,Rsp<T>> |
GroupRequest.requests
Correlates requests and responses
|
Modifier and Type | Method and Description |
---|---|
Rsp<T> |
UnicastRequest.getResult() |
Modifier and Type | Method and Description |
---|---|
Rsp<T> |
RspList.get(java.lang.Object key)
Returns the Rsp associated with address key
|
Rsp<T> |
RspList.put(Address key,
Rsp<T> value) |
Rsp<T> |
RspList.remove(java.lang.Object key) |
Rsp<T> |
Rsp.setException(java.lang.Throwable t) |
Rsp<T> |
Rsp.setReceived() |
Rsp<T> |
Rsp.setValue(T val) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<Address,Rsp<T>>> |
RspList.entrySet() |
java.util.Iterator<Rsp<T>> |
RspList.iterator() |
java.util.Collection<Rsp<T>> |
RspList.values() |
Modifier and Type | Method and Description |
---|---|
Rsp<T> |
RspList.put(Address key,
Rsp<T> value) |
void |
Rsp.readIn(Rsp<T> other) |
Modifier and Type | Method and Description |
---|---|
void |
RspList.putAll(java.util.Map<? extends Address,? extends Rsp<T>> m) |
Constructor and Description |
---|
RspList(java.util.Collection<Rsp<T>> responses)
Adds a list of responses
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.