public class TezHeartbeatResponse extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
TezHeartbeatResponse() |
TezHeartbeatResponse(List<TezEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
List<TezEvent> |
getEvents() |
long |
getLastRequestId() |
void |
readFields(DataInput in) |
void |
setEvents(List<TezEvent> events) |
void |
setLastRequestId(long lastRequestId) |
void |
setShouldDie() |
boolean |
shouldDie() |
String |
toString() |
void |
write(DataOutput out) |
public boolean shouldDie()
public long getLastRequestId()
public void setLastRequestId(long lastRequestId)
public void setShouldDie()
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 © 2014 Apache Software Foundation. All rights reserved.