|
||||||||||
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. |
org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of IpAddress in org.jgroups.protocols |
---|
Fields in org.jgroups.protocols declared as IpAddress | |
---|---|
protected IpAddress |
UDP.mcast_addr
The multicast address (mcast address and port) this member uses |
Methods in org.jgroups.protocols that return IpAddress | |
---|---|
protected IpAddress |
UDP.createLocalAddress()
|
Methods in org.jgroups.protocols that return types with arguments of type IpAddress | |
---|---|
java.util.List<IpAddress> |
TCPPING.getInitialHosts()
Returns the list of initial hosts as configured by the user via XML. |
Method parameters in org.jgroups.protocols with type arguments of type IpAddress | |
---|---|
void |
TCPPING.setInitialHosts(java.util.List<IpAddress> initial_hosts)
|
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 |
---|
Fields in org.jgroups.protocols.pbcast declared as IpAddress | |
---|---|
protected IpAddress |
STATE_SOCK.StateProviderAcceptor.address
|
protected IpAddress |
StreamingStateTransfer.StateHeader.bind_addr
|
Methods in org.jgroups.protocols.pbcast that return IpAddress | |
---|---|
IpAddress |
STATE_SOCK.StateProviderAcceptor.getServerSocketAddress()
|
Constructors in org.jgroups.protocols.pbcast with parameters of type IpAddress | |
---|---|
StreamingStateTransfer.StateHeader(byte type,
IpAddress bind_addr,
Digest digest)
|
Uses of IpAddress in org.jgroups.stack |
---|
Methods in org.jgroups.stack that return IpAddress | |
---|---|
IpAddress |
IpAddress.copy()
|
Uses of IpAddress in org.jgroups.util |
---|
Methods in org.jgroups.util that return types with arguments of type IpAddress | |
---|---|
static java.util.List<IpAddress> |
Util.parseCommaDelimitedHosts(java.lang.String hosts,
int port_range)
Input is "daddy[8880],sindhu[8880],camille[5555]. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |