public static class VerifyMessage.VerifiableMessage extends Object implements org.apache.hadoop.io.Writable
VerifyMessage.VerifyMessageComputation.| Constructor and Description |
|---|
VerifiableMessage()
Default constructor used with reflection.
|
VerifiableMessage(long superstep,
long sourceVertexId,
float value)
Constructor with verifiable arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readFields(DataInput input) |
String |
toString() |
void |
write(DataOutput output) |
public VerifiableMessage()
public VerifiableMessage(long superstep,
long sourceVertexId,
float value)
superstep - Superstep this message was created on.sourceVertexId - Who send this message.value - A value associated with this message.public void readFields(DataInput input) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput output) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.