| 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 | Description |
|---|---|---|
PingRsp |
PingHeader.arg |
| 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
|
| Constructor | Description |
|---|---|
PingHeader(byte type,
PingRsp arg) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
Util.printPingRsps(java.util.List<PingRsp> rsps) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.