| Package | Description |
|---|---|
| org.apache.tez.runtime | |
| org.apache.tez.runtime.api.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalIOProcessorRuntimeTask.handleEvents(Collection<TezEvent> events) |
abstract void |
RuntimeTask.handleEvents(Collection<TezEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
List<TezEvent> |
TezHeartbeatRequest.getEvents() |
List<TezEvent> |
TezHeartbeatResponse.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
TezUmbilical.addEvents(Collection<TezEvent> events) |
void |
TezHeartbeatResponse.setEvents(List<TezEvent> events) |
| Constructor and Description |
|---|
TezHeartbeatRequest(long requestId,
List<TezEvent> events,
String containerIdentifier,
org.apache.tez.dag.records.TezTaskAttemptID taskAttemptID,
int startIndex,
int maxEvents) |
TezHeartbeatResponse(List<TezEvent> events) |
Copyright © 2014 Apache Software Foundation. All rights reserved.