| Package | Description |
|---|---|
| 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.stack |
Support for managing protocol stacks.
|
| org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
UDP.mcast_addr
The multicast address (mcast address and port) this member uses
|
| Modifier and Type | Method and Description |
|---|---|
protected IpAddress |
UDP.createLocalAddress() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IpAddress> |
TCPPING.getInitialHosts()
Returns the list of initial hosts as configured by the user via XML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPPING.setInitialHosts(java.util.List<IpAddress> initial_hosts) |
| Constructor and Description |
|---|
FdHeader(byte type,
Address mbr,
IpAddress sock_addr) |
| Constructor and Description |
|---|
FdHeader(byte type,
java.util.Map<Address,IpAddress> cachedAddrs) |
| Constructor and Description |
|---|
StateHeader(byte type,
Address sender,
IpAddress bind_addr,
Digest digest,
java.lang.String state_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
IpAddress.compare(IpAddress other)
Deprecated.
Use
compareTo(org.jgroups.Address) instead |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<IpAddress> |
Util.parseCommaDelimitedHosts(java.lang.String hosts,
int port_range)
Input is "daddy[8880],sindhu[8880],camille[5555].
|
Copyright ? 1998-2009 Bela Ban / Red Hat. All Rights Reserved.