Package org.jgroups
Interface PhysicalAddress
-
- All Superinterfaces:
Address,java.lang.Comparable<Address>,SizeStreamable,Streamable
- All Known Implementing Classes:
IpAddress
public interface PhysicalAddress extends Address
Represents a physical (as opposed to logical) address- Since:
- 2.6
- See Also:
UUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringprintIpAddress()-
Methods inherited from interface org.jgroups.util.SizeStreamable
serializedSize
-
Methods inherited from interface org.jgroups.util.Streamable
readFrom, writeTo
-
-