public static class TestSwitchClasses.StatusValue extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
StatusValue() |
Modifier and Type | Method and Description |
---|---|
void |
addDoubleMessages(Iterable<org.apache.hadoop.io.Writable> messages) |
void |
addIntMessages(Iterable<org.apache.hadoop.io.IntWritable> messages) |
void |
readFields(DataInput dataInput) |
String |
toString() |
void |
write(DataOutput dataOutput) |
public void addIntMessages(Iterable<org.apache.hadoop.io.IntWritable> messages)
public void addDoubleMessages(Iterable<org.apache.hadoop.io.Writable> messages)
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.