@InterfaceAudience.Private
@InterfaceStability.Stable
public interface TezTaskUmbilicalProtocol
extends org.apache.hadoop.ipc.VersionedProtocol
| Modifier and Type | Field and Description |
|---|---|
static long |
versionID |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCommit(org.apache.tez.dag.records.TezTaskAttemptID taskid) |
ContainerTask |
getTask(ContainerContext containerContext) |
TezHeartbeatResponse |
heartbeat(TezHeartbeatRequest request) |
static final long versionID
ContainerTask getTask(ContainerContext containerContext) throws IOException
IOExceptionboolean canCommit(org.apache.tez.dag.records.TezTaskAttemptID taskid)
throws IOException
IOExceptionTezHeartbeatResponse heartbeat(TezHeartbeatRequest request) throws IOException, org.apache.tez.dag.api.TezException
IOExceptionorg.apache.tez.dag.api.TezExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.