public class NoMessage
extends Object
implements org.apache.hadoop.io.Writable
Type marking that in a particular superstep there will not be
sent messages.
We cannot use NullWritable for this, as you could send NullWritable,
to send a signal (whether a vertex receives a message or not)