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 | Description |
---|---|
FdHeader(byte type,
Address mbr,
IpAddress sock_addr) |
Constructor | Description |
---|---|
FdHeader(byte type,
java.util.Map<Address,IpAddress> cachedAddrs) |
Constructor | Description |
---|---|
StateHeader(byte type,
Address sender,
IpAddress bind_addr,
Digest digest,
java.lang.String state_id) |
Modifier and Type | Method | 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 | Description |
---|---|
GossipClient(IpAddress gossip_host,
long expiry) |
Creates the GossipClient
|
Constructor | 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.