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.protocols.ring |
Supports protocols in ring networks.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
TOTAL_TOKEN.getTokenReceiverAddress() |
Constructor and Description |
---|
STREAMING_STATE_TRANSFER.StateHeader(byte type,
Address sender,
IpAddress bind_addr,
Digest digest,
java.lang.String state_id) |
Modifier and Type | Method and Description |
---|---|
IpAddress |
UdpRingNode.getTokenReceiverAddress() |
IpAddress |
RingNode.getTokenReceiverAddress() |
IpAddress |
TcpRingNode.getTokenReceiverAddress() |
Modifier and Type | Method and Description |
---|---|
void |
GossipClient.addGossipRouter(IpAddress gossip_host)
Adds a GossipRouter to be accessed.
|
int |
IpAddress.compare(IpAddress other)
Establishes an order between 2 addresses.
|
Constructor and Description |
---|
GossipClient(IpAddress gossip_host,
long expiry)
Creates the GossipClient
|
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.