@Deprecated public class MapredOutput extends Object implements org.apache.hadoop.io.Writable, Cloneable
| Constructor and Description |
|---|
MapredOutput()
Deprecated.
|
MapredOutput(Node tree)
Deprecated.
|
MapredOutput(Node tree,
int[] predictions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MapredOutput |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Node |
getTree()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readFields(DataInput in)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
write(DataOutput out)
Deprecated.
|
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–2017 The Apache Software Foundation. All rights reserved.