Uses of Class
org.jgroups.util.MutableDigest
Packages that use MutableDigest
Package
Description
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of MutableDigest in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as MutableDigestMethods in org.jgroups.protocols.pbcast that return MutableDigestModifier and TypeMethodDescriptionprotected MutableDigestMerger.MergeTask.consolidateDigests(View new_view, List<MergeData> merge_rsps) Merge all digests into one. -
Uses of MutableDigest in org.jgroups.util
Methods in org.jgroups.util that return MutableDigestModifier and TypeMethodDescriptionSimilar to set(), but if the sender already exists, its seqnos will be modified (no new entry) as follows: this.highest_delivered_seqno=max(this.highest_delivered_seqno, highest_delivered_seqno) this.highest_received_seqno=max(this.highest_received_seqno, highest_received_seqno)Adds a digest to this digest.