| 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 | 
 Supports probabilistic broadcasts. 
 | 
| org.jgroups.util | 
 Provides useful functionality which cannot be assigned to any particular other package. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Promise<StateTransferResult> | 
JChannel.state_promise  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Promise<java.lang.Long> | 
SEQUENCER.ack_promise
Used for each resent message to wait until the message has been received 
 | 
protected Promise<java.util.Map<Address,IpAddress>> | 
FD_SOCK.get_cache_promise
Used to rendezvous on GET_CACHE and GET_CACHE_RSP 
 | 
protected Promise<IpAddress> | 
FD_SOCK.ping_addr_promise  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>> | 
COUNTER.pending_requests  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Promise<JoinRsp> | 
ClientGmsImpl.join_promise  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
ClientGmsImpl.installViewIfValidJoinRsp(Promise<JoinRsp> join_promise,
                         boolean block_for_rsp)  | 
| Modifier and Type | Field and Description | 
|---|---|
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  | 
Copyright © 1998-2020 Red Hat. All Rights Reserved.