@InterfaceAudience.Private @InterfaceStability.Unstable public class JvmTask extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
JvmTask() |
JvmTask(Task t,
boolean shouldDie) |
Modifier and Type | Method and Description |
---|---|
Task |
getTask() |
void |
readFields(DataInput in) |
boolean |
shouldDie() |
void |
write(DataOutput out) |
public JvmTask(Task t, boolean shouldDie)
public JvmTask()
public Task getTask()
public boolean shouldDie()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2016 Apache Software Foundation. All Rights Reserved.