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.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
           
 

Methods in org.jgroups that return ViewId
 ViewId ViewId.copy()
          Old Copy method, deprecated because it is substituted by clone()
 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()
           
 

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

Uses of ViewId in org.jgroups.protocols.pbcast
 

Fields in org.jgroups.protocols.pbcast declared as ViewId
protected  ViewId GMS.view_id
           
 

Methods in org.jgroups.protocols.pbcast with parameters of type ViewId
static View GMS.makeView(java.util.Vector<Address> mbrs, ViewId vid)
           
 

Uses of ViewId in org.jgroups.util
 

Methods in org.jgroups.util with parameters of type ViewId
static boolean Util.containsViewId(java.util.Collection<View> views, ViewId vid)
           
static boolean Util.sameViewId(ViewId one, ViewId two)
           
 

Constructors in org.jgroups.util with parameters of type ViewId
AckCollector(ViewId v, java.util.List<java.lang.Object> l)
           
 



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