Uses of Class
org.jgroups.util.Promise
-
Packages that use Promise Package Description 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.protocols.pbcast 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 Modifier and Type Field Description protected Promise<StateTransferResult>
JChannel. state_promise
-
Uses of Promise in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Promise Modifier and Type Field Description protected Promise<java.lang.Long>
SEQUENCER. ack_promise
Used for each resent message to wait until the message has been receivedprotected Promise<java.util.Map<Address,IpAddress>>
FD_SOCK. get_cache_promise
Used to rendezvous on GET_CACHE and GET_CACHE_RSPprotected Promise<IpAddress>
FD_SOCK. ping_addr_promise
Fields in org.jgroups.protocols with type parameters of type Promise Modifier and Type Field Description protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>>
COUNTER. pending_requests
-
Uses of Promise in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as Promise Modifier and Type Field Description protected Promise<JoinRsp>
ClientGmsImpl. join_promise
protected Promise<Address>
Leaver. leave_promise
Methods in org.jgroups.protocols.pbcast with parameters of type Promise Modifier and Type Method Description protected boolean
ClientGmsImpl. installViewIfValidJoinRsp(Promise<JoinRsp> join_promise, boolean block_for_rsp)
-
Uses of Promise in org.jgroups.util
Subclasses of Promise in org.jgroups.util Modifier and Type Class Description class
MatchingPromise<T>
A promise which only sets the result if it matches the expected resultFields in org.jgroups.util declared as Promise Modifier and Type Field Description protected Promise<java.lang.Long>
ForwardQueue. ack_promise
Used for each resent message to wait until the message has been receivedprotected Promise<java.lang.Boolean>
AckCollector. all_acks_received
-