Uses of Class
org.jgroups.ViewId

Packages that use ViewId
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of ViewId in org.jgroups
 

Fields in org.jgroups declared as ViewId
protected  ViewId View.vid
          A view is uniquely identified by its ViewID.
 

Methods in org.jgroups that return ViewId
 ViewId ViewId.copy()
           
 ViewId View.getVid()
          Returns the view ID of this view if this view was created with the empty constructur, null will be returned
 ViewId View.getViewId()
           
 

Methods in org.jgroups with parameters of type ViewId
 int ViewId.compareTo(ViewId other)
          Establishes an order between 2 ViewIds.
 int ViewId.compareToIDs(ViewId other)
          Establishes an order between 2 ViewIds.
 

Constructors in org.jgroups with parameters of type ViewId
MergeView(ViewId vid, java.util.List<Address> members, java.util.List<View> subgroups)
          Creates a new view
View(ViewId vid, java.util.List<Address> members)
          Creates a new view
 

Uses of ViewId in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as ViewId
protected  ViewId PingData.view_id
           
protected  ViewId MERGE3.MergeHeader.view_id
           
 ViewId PingHeader.view_id
           
 

Fields in org.jgroups.protocols with type parameters of type ViewId
protected  java.util.concurrent.ConcurrentMap<ViewId,java.util.SortedSet<Address>> MERGE3.views
           
 

Methods in org.jgroups.protocols that return ViewId
 ViewId PingData.getViewId()
           
 ViewId Discovery.getViewId()
           
 

Methods in org.jgroups.protocols with parameters of type ViewId
static MERGE3.MergeHeader MERGE3.MergeHeader.createInfo(ViewId view_id, java.lang.String logical_name, java.util.Collection<PhysicalAddress> physical_addrs)
           
protected  java.util.List<PingData> Discovery.findMembers(Promise<JoinRsp> promise, int num_expected_rsps, boolean break_on_coord, ViewId view_id)
           
 void Discovery.sendDiscoveryRequest(java.lang.String cluster_name, Promise promise, ViewId view_id)
           
 void PingData.setViewId(ViewId view_id)
           
 

Constructors in org.jgroups.protocols with parameters of type ViewId
MERGE3.MergeHeader(MERGE3.MergeHeader.Type type, ViewId view_id, View view, java.lang.String logical_name, java.util.Collection<PhysicalAddress> physical_addrs)
           
PingData(Address sender, View view, ViewId view_id, boolean is_server, java.lang.String logical_name, java.util.Collection<PhysicalAddress> physical_addrs)
           
 

Uses of ViewId in org.jgroups.protocols.pbcast
 

Methods in org.jgroups.protocols.pbcast that return ViewId
 ViewId GMS.getViewId()
           
 

Uses of ViewId in org.jgroups.util
 

Methods in org.jgroups.util that return ViewId
static ViewId Util.readViewId(java.io.DataInput in)
           
 

Methods in org.jgroups.util with parameters of type ViewId
static boolean Util.containsViewId(java.util.Collection<View> views, ViewId vid)
           
static int Util.size(ViewId vid)
           
static void Util.writeViewId(ViewId vid, java.io.DataOutput out)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.