Uses of Class
org.jgroups.ViewId
Packages that use ViewId
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Supports probabilistic broadcasts.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of ViewId in org.jgroups
Fields in org.jgroups declared as ViewIdMethods in org.jgroups that return ViewIdModifier and TypeMethodDescriptionViewId.copy()
Old Copy method, deprecated because it is substituted by clone()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 -
Uses of ViewId in org.jgroups.protocols
Methods in org.jgroups.protocols that return ViewIdConstructors in org.jgroups.protocols with parameters of type ViewIdModifierConstructorDescriptionCausalNewViewHeader
(ViewId newViewId, int localTime, boolean complete) -
Uses of ViewId in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type ViewIdModifier and TypeMethodDescriptionvoid
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
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 ViewIdConstructors in org.jgroups.util with parameters of type ViewId