@InterfaceAudience.Public @InterfaceStability.Stable public abstract class FailApplicationAttemptRequest extends Object
The request sent by the client to the ResourceManager
to fail an application attempt.
The request includes the ApplicationAttemptId
of the attempt to
be failed.
Constructor and Description |
---|
FailApplicationAttemptRequest() |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationAttemptId |
getApplicationAttemptId()
Get the
ApplicationAttemptId of the attempt to be failed. |
static FailApplicationAttemptRequest |
newInstance(ApplicationAttemptId attemptId) |
abstract void |
setApplicationAttemptId(ApplicationAttemptId applicationAttemptId) |
@InterfaceAudience.Public @InterfaceStability.Stable public static FailApplicationAttemptRequest newInstance(ApplicationAttemptId attemptId)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId
of the attempt to be failed.ApplicationAttemptId
of the attempt.@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
Copyright © 2024 Apache Software Foundation. All rights reserved.