Uses of Class
org.jgroups.ViewId
-
Packages that use ViewId Package Description 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 Modifier and Type Field Description protected ViewId
View. vid
Methods in org.jgroups that return ViewId Modifier and Type Method Description 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 returnedConstructors in org.jgroups with parameters of type ViewId Constructor Description MergeView(ViewId vid, java.util.Vector<Address> members, java.util.Vector<View> subgroups)
Creates a new viewView(ViewId vid, java.util.Vector<Address> members)
Creates a new view -
Uses of ViewId in org.jgroups.protocols
Methods in org.jgroups.protocols that return ViewId Modifier and Type Method Description ViewId
CAUSAL.CausalNewViewHeader. getNewViewId()
Constructors in org.jgroups.protocols with parameters of type ViewId Constructor Description CausalNewViewHeader(ViewId newViewId, int localTime, boolean complete)
-
Uses of ViewId in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type ViewId Modifier and Type Method Description void
CoordGmsImpl. handleMergeCancelled(ViewId merge_id)
void
GmsImpl. handleMergeCancelled(ViewId merge_id)
void
CoordGmsImpl. handleMergeRequest(Address sender, ViewId merge_id)
Get the view and digest and send back both (MergeData) in the form of a MERGE_RSP to the sender.void
GmsImpl. handleMergeRequest(Address sender, ViewId merge_id)
void
ParticipantGmsImpl. handleMergeRequest(Address sender, ViewId merge_id)
void
CoordGmsImpl. handleMergeResponse(MergeData data, ViewId merge_id)
void
GmsImpl. handleMergeResponse(MergeData data, ViewId merge_id)
void
CoordGmsImpl. handleMergeView(MergeData data, ViewId merge_id)
If merge_id is not equal to this.merge_id then discard.void
GmsImpl. handleMergeView(MergeData data, ViewId merge_id)
static View
GMS. makeView(java.util.Vector<Address> mbrs, ViewId vid)
protected void
GmsImpl. sendMergeRejectedResponse(Address sender, ViewId merge_id)
-
Uses of ViewId in org.jgroups.util
Methods in org.jgroups.util with parameters of type ViewId Modifier and Type Method Description void
AckCollector. reset(ViewId v, java.util.List<Address> members)
Constructors in org.jgroups.util with parameters of type ViewId Constructor Description AckCollector(ViewId v, java.util.List<java.lang.Object> l)
-