public class AMFeedback extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
AMFeedback() |
Modifier and Type | Method and Description |
---|---|
boolean |
getPreemption() |
boolean |
getTaskFound() |
void |
readFields(DataInput in) |
void |
setPreemption(boolean preemption) |
void |
setTaskFound(boolean t) |
void |
write(DataOutput out) |
public void setTaskFound(boolean t)
public boolean getTaskFound()
public void setPreemption(boolean preemption)
public boolean getPreemption()
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 © 2008–2018 Apache Software Foundation. All rights reserved.