public static class TaskMessages.FailTask extends Object implements TaskMessages.TaskMessage, scala.Product, scala.Serializable
Constructor and Description |
---|
FailTask(ExecutionAttemptID executionID,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
cause() |
ExecutionAttemptID |
executionID() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FailTask(ExecutionAttemptID executionID, Throwable cause)
public ExecutionAttemptID executionID()
public Throwable cause()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.