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 |
---|---|
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(List<IpAddress> initial_hosts) |
Constructor and Description |
---|
FD_SOCK.FdHeader(byte type,
Address mbr,
IpAddress sock_addr) |
Constructor and Description |
---|
FD_SOCK.FdHeader(byte type,
Map<Address,IpAddress> cachedAddrs) |
Constructor and Description |
---|
STREAMING_STATE_TRANSFER.StateHeader(byte type,
Address sender,
IpAddress bind_addr,
Digest digest,
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 List<IpAddress> |
Util.parseCommaDelimitedHosts(String hosts,
int port_range)
Input is "daddy[8880],sindhu[8880],camille[5555].
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.