Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
Rsp<T> |
Rsp.setException(Throwable t) |
Rsp<T> |
Rsp.setReceived() |
Rsp<T> |
Rsp.setValue(T val) |
Modifier and Type | Method and Description |
---|---|
Iterator<Rsp<T>> |
RspList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Rsp.readIn(Rsp<T> other) |
Constructor and Description |
---|
RspList(Map<Address,Rsp<T>> map) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.