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.
|
Constructor and Description |
---|
FD_SOCK.FdHeader(byte type,
Address mbr,
IpAddress sock_addr) |
Constructor and Description |
---|
FD_SOCK.FdHeader(byte type,
java.util.Map<Address,IpAddress> cachedAddrs) |
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 |
---|---|
void |
GossipClient.addGossipRouter(IpAddress gossip_host)
Adds a GossipRouter to be accessed.
|
int |
IpAddress.compare(IpAddress other)
Deprecated.
Use
#compareTo(org.jgroups.Address) instead |
Constructor and Description |
---|
GossipClient(IpAddress gossip_host,
long expiry)
Creates the GossipClient
|
Constructor and Description |
---|
GossipClient(java.util.Vector<IpAddress> gossip_hosts,
long expiry)
Creates the GossipClient
|
GossipClient(java.util.Vector<IpAddress> gossip_hosts,
long expiry,
int sock_conn_timeout) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.