public class TaskHeartbeatResponse extends Object
| Constructor and Description |
|---|
TaskHeartbeatResponse(boolean shouldDie,
List<org.apache.tez.runtime.api.impl.TezEvent> events,
int nextFromEventId,
int nextPreRoutedEventId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.tez.runtime.api.impl.TezEvent> |
getEvents() |
int |
getNextFromEventId() |
int |
getNextPreRoutedEventId() |
boolean |
isShouldDie() |
public TaskHeartbeatResponse(boolean shouldDie,
List<org.apache.tez.runtime.api.impl.TezEvent> events,
int nextFromEventId,
int nextPreRoutedEventId)
public boolean isShouldDie()
public List<org.apache.tez.runtime.api.impl.TezEvent> getEvents()
public int getNextFromEventId()
public int getNextPreRoutedEventId()
Copyright © 2019 Apache Software Foundation. All rights reserved.