| Constructor and Description |
|---|
MapredOutput() |
MapredOutput(Node tree) |
MapredOutput(Node tree,
int[] predictions) |
| Modifier and Type | Method and Description |
|---|---|
MapredOutput |
clone() |
boolean |
equals(Object obj) |
Node |
getTree() |
int |
hashCode() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public MapredOutput()
public MapredOutput(Node tree, int[] predictions)
public MapredOutput(Node tree)
public Node getTree()
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic MapredOutput clone()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.