Uses of Class
org.jgroups.protocols.pbcast.MergeData
-
Packages that use MergeData Package Description org.jgroups.protocols.pbcast Supports probabilistic broadcasts. -
-
Uses of MergeData in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type MergeData Modifier and Type Method Description 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)
-