public class TezHeartbeatRequest extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
TezHeartbeatRequest() |
TezHeartbeatRequest(long requestId,
List<TezEvent> events,
int preRoutedStartIndex,
String containerIdentifier,
TezTaskAttemptID taskAttemptID,
int startIndex,
int maxEvents,
long usedMemory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerIdentifier() |
TezTaskAttemptID |
getCurrentTaskAttemptID() |
List<TezEvent> |
getEvents() |
int |
getMaxEvents() |
int |
getPreRoutedStartIndex() |
long |
getRequestId() |
int |
getStartIndex() |
long |
getUsedMemory() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public TezHeartbeatRequest()
public TezHeartbeatRequest(long requestId,
List<TezEvent> events,
int preRoutedStartIndex,
String containerIdentifier,
TezTaskAttemptID taskAttemptID,
int startIndex,
int maxEvents,
long usedMemory)
public String getContainerIdentifier()
public int getStartIndex()
public int getPreRoutedStartIndex()
public int getMaxEvents()
public long getRequestId()
public TezTaskAttemptID getCurrentTaskAttemptID()
public long getUsedMemory()
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 © 2022 Apache Software Foundation. All rights reserved.