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() |
int |
getNextPreRoutedEventId() |
void |
readFields(DataInput in) |
void |
setEvents(List<TezEvent> events) |
void |
setLastRequestId(long lastRequestId) |
void |
setNextFromEventId(int nextFromEventId) |
void |
setNextPreRoutedEventId(int nextPreRoutedEventId) |
void |
setShouldDie() |
boolean |
shouldDie() |
String |
toString() |
void |
write(DataOutput out) |
public boolean shouldDie()
public long getLastRequestId()
public int getNextFromEventId()
public int getNextPreRoutedEventId()
public void setLastRequestId(long lastRequestId)
public void setShouldDie()
public void setNextFromEventId(int nextFromEventId)
public void setNextPreRoutedEventId(int nextPreRoutedEventId)
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 © 2017 Apache Software Foundation. All rights reserved.