|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Promise | |
|---|---|
| org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| Uses of Promise in org.jgroups.blocks |
|---|
| Fields in org.jgroups.blocks declared as Promise | |
|---|---|
protected Promise<java.lang.Boolean> |
ReplicatedHashMap.state_promise
|
protected Promise<java.lang.Boolean> |
DistributedHashtable.state_promise
Deprecated. |
| Uses of Promise in org.jgroups.protocols |
|---|
| Fields in org.jgroups.protocols declared as Promise | |
|---|---|
protected Promise<java.lang.Boolean> |
PING.discovery_reception
|
| Methods in org.jgroups.protocols with parameters of type Promise | |
|---|---|
java.util.List<PingRsp> |
Discovery.findInitialMembers(Promise<JoinRsp> promise)
Finds the initial membership: sends a GET_MBRS_REQ to all members, waits 'timeout' ms or until 'num_initial_members' have been retrieved |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||