public class MergeData extends Object implements Externalizable
| Constructor and Description |
|---|
MergeData()
Empty constructor needed for externalization
|
MergeData(Address sender,
View view,
Digest digest) |
| Modifier and Type | Method and Description |
|---|---|
Digest |
getDigest() |
Address |
getSender() |
View |
getView() |
void |
readExternal(ObjectInput in) |
void |
setDigest(Digest d) |
void |
setView(View v) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Address getSender()
public View getView()
public Digest getDigest()
public void setView(View v)
public void setDigest(Digest d)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.