Uses of Class
org.jgroups.stack.IpAddress
-
Packages that use IpAddress 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. -
-
Uses of IpAddress in org.jgroups.protocols
Constructors in org.jgroups.protocols with parameters of type IpAddress Constructor Description FdHeader(byte type, Address mbr, IpAddress sock_addr)
Constructor parameters in org.jgroups.protocols with type arguments of type IpAddress Constructor Description 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 Constructor Description 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 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)
insteadConstructors in org.jgroups.stack with parameters of type IpAddress Constructor Description GossipClient(IpAddress gossip_host, long expiry)
Creates the GossipClientConstructor parameters in org.jgroups.stack with type arguments of type IpAddress Constructor Description GossipClient(java.util.Vector<IpAddress> gossip_hosts, long expiry)
Creates the GossipClientGossipClient(java.util.Vector<IpAddress> gossip_hosts, long expiry, int sock_conn_timeout)
-