public class TezHeartbeatRequest extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
TezHeartbeatRequest() |
TezHeartbeatRequest(long requestId,
List<TezEvent> events,
String containerIdentifier,
org.apache.tez.dag.records.TezTaskAttemptID taskAttemptID,
int startIndex,
int maxEvents) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerIdentifier() |
org.apache.tez.dag.records.TezTaskAttemptID |
getCurrentTaskAttemptID() |
List<TezEvent> |
getEvents() |
int |
getMaxEvents() |
long |
getRequestId() |
int |
getStartIndex() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public String getContainerIdentifier()
public int getStartIndex()
public int getMaxEvents()
public long getRequestId()
public org.apache.tez.dag.records.TezTaskAttemptID getCurrentTaskAttemptID()
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.