|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpAddress | |
---|---|
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. |
Uses of IpAddress in org.jgroups.protocols |
---|
Constructors in org.jgroups.protocols with parameters of type IpAddress | |
---|---|
FD_SOCK.FdHeader(byte type,
Address mbr,
IpAddress sock_addr)
|
Constructor parameters in org.jgroups.protocols with type arguments of type IpAddress | |
---|---|
FD_SOCK.FdHeader(byte type,
java.util.Map<Address,IpAddress> cachedAddrs)
|
Uses of IpAddress in org.jgroups.protocols.pbcast |
---|
Constructors in org.jgroups.protocols.pbcast with parameters of type IpAddress | |
---|---|
STREAMING_STATE_TRANSFER.StateHeader(byte type,
Address sender,
IpAddress bind_addr,
Digest digest,
java.lang.String state_id)
|
Uses of IpAddress in org.jgroups.stack |
---|
Methods in org.jgroups.stack with parameters of type IpAddress | |
---|---|
void |
GossipClient.addGossipRouter(IpAddress gossip_host)
Adds a GossipRouter to be accessed. |
int |
IpAddress.compare(IpAddress other)
Deprecated. Use #compareTo(org.jgroups.Address) instead |
Constructors in org.jgroups.stack with parameters of type IpAddress | |
---|---|
GossipClient(IpAddress gossip_host,
long expiry)
Creates the GossipClient |
Constructor parameters in org.jgroups.stack with type arguments of type IpAddress | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |