@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(TezTaskAttemptID taskid) |
ContainerTask |
getTask(ContainerContext containerContext) |
TezHeartbeatResponse |
heartbeat(TezHeartbeatRequest request) |
static final long versionID
ContainerTask getTask(ContainerContext containerContext) throws IOException
IOExceptionboolean canCommit(TezTaskAttemptID taskid) throws IOException
IOExceptionTezHeartbeatResponse heartbeat(TezHeartbeatRequest request) throws IOException, TezException
IOExceptionTezExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.