|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Promise | |
---|---|
org.jgroups | Provides top-level public JGroups classes such as Channel, Message, etc. |
org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of Promise in org.jgroups |
---|
Fields in org.jgroups declared as Promise | |
---|---|
protected Promise<StateTransferResult> |
JChannel.state_promise
|
Uses of Promise in org.jgroups.protocols |
---|
Fields in org.jgroups.protocols declared as Promise | |
---|---|
protected Promise<java.lang.Long> |
SEQUENCER.ack_promise
Used for each resent message to wait until the message has been received |
Fields in org.jgroups.protocols with type parameters of type Promise | |
---|---|
protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>> |
COUNTER.pending_requests
|
Methods in org.jgroups.protocols with parameters of type Promise | |
---|---|
java.util.List<PingData> |
Discovery.findAllViews(Promise<JoinRsp> promise)
|
java.util.List<PingData> |
Discovery.findInitialMembers(Promise<JoinRsp> promise)
Finds initial members |
protected java.util.List<PingData> |
Discovery.findMembers(Promise<JoinRsp> promise,
int num_expected_rsps,
boolean break_on_coord,
ViewId view_id)
|
void |
Discovery.sendDiscoveryRequest(java.lang.String cluster_name,
Promise promise,
ViewId view_id)
|
Constructors in org.jgroups.protocols with parameters of type Promise | |
---|---|
Discovery.Responses(int num_expected_rsps,
boolean break_on_coord_rsp,
Promise<JoinRsp> promise)
|
Uses of Promise in org.jgroups.util |
---|
Fields in org.jgroups.util declared as Promise | |
---|---|
protected Promise<java.lang.Long> |
ForwardQueue.ack_promise
Used for each resent message to wait until the message has been received |
protected Promise<java.lang.Boolean> |
AckCollector.all_acks_received
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |