Package org.jgroups.protocols.pbcast
Class MergeData
- java.lang.Object
-
- org.jgroups.protocols.pbcast.MergeData
-
public class MergeData extends java.lang.ObjectEncapsulates 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 DigestgetDigest()AddressgetSender()ViewgetView()java.lang.StringtoString()
-