Package org.jgroups.protocols.pbcast
Class MergeData
- java.lang.Object
-
- org.jgroups.protocols.pbcast.MergeData
-
public class MergeData extends java.lang.Object
Encapsulates data sent with a MERGE_RSP (handleMergeResponse()) and INSTALL_MERGE_VIEW (handleMergeView()). Note that since MergeData is never sent across the network, it doesn't need to be Streamable.- Author:
- Bela Ban Oct 22 2001
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Digest
getDigest()
Address
getSender()
View
getView()
java.lang.String
toString()
-