Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Owner,Tuple<COUNTER.Request,Promise>> |
COUNTER.pending_requests |
Modifier and Type | Method and Description |
---|---|
List<PingData> |
Discovery.findAllViews(Promise<JoinRsp> promise) |
List<PingData> |
Discovery.findInitialMembers(Promise<JoinRsp> promise)
Finds initial members
|
protected List<PingData> |
Discovery.findMembers(Promise<JoinRsp> promise,
int num_expected_rsps,
boolean break_on_coord,
ViewId view_id) |
void |
Discovery.sendDiscoveryRequest(String cluster_name,
Promise promise,
ViewId view_id) |
Constructor and Description |
---|
Discovery.Responses(int num_expected_rsps,
boolean break_on_coord_rsp,
Promise<JoinRsp> promise) |
Modifier and Type | Field and Description |
---|---|
protected Promise<Boolean> |
AckCollector.all_acks_received |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.