Uses of Class
org.jgroups.util.Promise
Packages that use Promise
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Promise in org.jgroups
Fields in org.jgroups declared as PromiseModifier and TypeFieldDescriptionprotected final Promise<StateTransferResult> JChannel.state_promise -
Uses of Promise in org.jgroups.protocols
Fields in org.jgroups.protocols declared as PromiseModifier and TypeFieldDescriptionSEQUENCER.ack_promiseUsed for each resent message to wait until the message has been receivedFD_SOCK2.PingDest.connect_promiseFD_SOCK.get_cache_promiseUsed to rendezvous on GET_CACHE and GET_CACHE_RSPFD_SOCK.ping_addr_promise -
Uses of Promise in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as PromiseModifier and TypeFieldDescriptionprivate final Promise<FLUSH.FlushStartResult> FLUSH.flush_promiseDeprecated, for removal: This API element is subject to removal in a future version.FLUSH.flush_unblock_promiseDeprecated, for removal: This API element is subject to removal in a future version.ClientGmsImpl.join_promiseLeaver.leave_promiseMethods in org.jgroups.protocols.pbcast with parameters of type PromiseModifier and TypeMethodDescriptionprotected booleanClientGmsImpl.installViewIfValidJoinRsp(Promise<JoinRsp> join_promise, boolean block_for_rsp) -
Uses of Promise in org.jgroups.tests
Fields in org.jgroups.tests declared as Promise -
Uses of Promise in org.jgroups.util
Fields in org.jgroups.util declared as Promise