Uses of Class
org.jgroups.util.Promise
-
Packages that use Promise Package Description 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 Modifier and Type Field Description protected Promise<java.lang.Boolean>
DistributedHashtable. state_promise
Deprecated.protected Promise<java.lang.Boolean>
ReplicatedHashMap. 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.Boolean>
PING. discovery_reception
Methods in org.jgroups.protocols with parameters of type Promise Modifier and Type Method Description 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
-