Package org.jgroups
Interface PhysicalAddress
-
- All Superinterfaces:
Address
,java.lang.Comparable<Address>
,SizeStreamable
,Streamable
- All Known Implementing Classes:
IpAddress
,IpAddressUUID
public interface PhysicalAddress extends Address
Represents a physical (as opposed to logical) address- Since:
- 2.6
- Author:
- Bela Ban
- See Also:
UUID
-
-
Field Summary
-
Fields inherited from interface org.jgroups.Address
IP_ADDR, IP_ADDR_UUID, NULL, SITE_MASTER, SITE_UUID, UUID_ADDR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
printIpAddress()
-
Methods inherited from interface org.jgroups.util.SizeStreamable
serializedSize
-
Methods inherited from interface org.jgroups.util.Streamable
readFrom, writeTo
-
-