Search in sources :

Example 6 with ViewId

use of org.jgroups.ViewId in project JGroups by belaban.

the class DeltaView method readFrom.

@Override
public void readFrom(DataInput in) throws IOException, ClassNotFoundException {
    view_id = new ViewId();
    view_id.readFrom(in);
    ref_view_id = new ViewId();
    ref_view_id.readFrom(in);
    left_members = Util.readAddresses(in);
    new_members = Util.readAddresses(in);
}
Also used : ViewId(org.jgroups.ViewId)

Aggregations

ViewId (org.jgroups.ViewId)6 View (org.jgroups.View)3 NetView (org.apache.geode.distributed.internal.membership.NetView)2 Event (org.jgroups.Event)2 JChannel (org.jgroups.JChannel)2 ByteArrayInputStream (java.io.ByteArrayInputStream)1 DataInputStream (java.io.DataInputStream)1 IOException (java.io.IOException)1 InputStream (java.io.InputStream)1 InvocationTargetException (java.lang.reflect.InvocationTargetException)1 UnknownHostException (java.net.UnknownHostException)1 ArrayList (java.util.ArrayList)1 HashMap (java.util.HashMap)1 Map (java.util.Map)1 ForcedDisconnectException (org.apache.geode.ForcedDisconnectException)1 GemFireConfigException (org.apache.geode.GemFireConfigException)1 GemFireIOException (org.apache.geode.GemFireIOException)1 SystemConnectException (org.apache.geode.SystemConnectException)1 DistributedMember (org.apache.geode.distributed.DistributedMember)1 DistributedSystemDisconnectedException (org.apache.geode.distributed.DistributedSystemDisconnectedException)1