Package org.jgroups.protocols
Class RELAY.ViewData
- java.lang.Object
-
- org.jgroups.protocols.RELAY.ViewData
-
- All Implemented Interfaces:
Streamable
- Enclosing class:
- RELAY
protected static class RELAY.ViewData extends java.lang.Object implements Streamable
Contains local and remote views, and UUID information
-
-
Field Summary
Fields Modifier and Type Field Description protected Viewglobal_viewprotected Viewremote_viewprotected java.util.Map<Address,java.lang.String>uuids
-
Constructor Summary
Constructors Constructor Description ViewData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RELAY.ViewDatacreate(View remote_view, View global_view)voidreadFrom(java.io.DataInput in)Read the state of the current object (including superclasses) from instream Note that the input stream must not be closedjava.lang.StringtoString()voidwriteTo(java.io.DataOutput out)Write the entire state of the current object (including superclasses) to outstream.
-
-
-
Method Detail
-
create
public static RELAY.ViewData create(View remote_view, View global_view)
-
writeTo
public void writeTo(java.io.DataOutput out) throws java.io.IOExceptionDescription 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:
java.io.IOException
-
readFrom
public void readFrom(java.io.DataInput in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDescription 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:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-