public class TaskStatistics extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
TaskStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIO(String edgeName) |
void |
addIO(String edgeName,
IOStatistics stats) |
Map<String,IOStatistics> |
getIOStatistics() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public void addIO(String edgeName)
public void addIO(String edgeName, IOStatistics stats)
public Map<String,IOStatistics> getIOStatistics()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2015 Apache Software Foundation. All rights reserved.