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() |
int |
getNextFromEventId() |
void |
readFields(DataInput in) |
void |
setEvents(List<TezEvent> events) |
void |
setLastRequestId(long lastRequestId) |
void |
setNextFromEventId(int nextFromEventId) |
void |
setShouldDie() |
boolean |
shouldDie() |
String |
toString() |
void |
write(DataOutput out) |
public boolean shouldDie()
public long getLastRequestId()
public int getNextFromEventId()
public void setLastRequestId(long lastRequestId)
public void setShouldDie()
public void setNextFromEventId(int nextFromEventId)
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.