Package org.jgroups.protocols
Class PDC.Mapping
java.lang.Object
org.jgroups.protocols.PDC.Mapping
- All Implemented Interfaces:
Streamable
- Enclosing class:
PDC
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapping()Mapping(Address logical_addr, PhysicalAddress physical_addr, String logical_name) -
Method Summary
Modifier and TypeMethodDescriptionvoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedtoString()voidwriteTo(DataOutput out) Write the entire state of the current object (including superclasses) to outstream.
-
Field Details
-
logical_addr
-
physical_addr
-
logical_name
-
-
Constructor Details
-
Mapping
public Mapping() -
Mapping
-
-
Method Details
-
getLogicalAddr
-
getPhysicalAddr
-
getLogicalName
-
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Throws:
IOException
-
readFrom
Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Throws:
IOExceptionClassNotFoundException
-
toString
-