org.apache.hadoop.yarn.event.Event<SchedulerEventType>public class AppAttemptAddedSchedulerEvent extends SchedulerEvent
| Constructor | Description |
|---|---|
AppAttemptAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
boolean transferStateFromPreviousAttempt) |
|
AppAttemptAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
boolean transferStateFromPreviousAttempt,
boolean isAttemptRecovering) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
|
boolean |
getIsAttemptRecovering() |
|
boolean |
getTransferStateFromPreviousAttempt() |
getTimestamp, getType, toStringpublic AppAttemptAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
boolean transferStateFromPreviousAttempt)
public AppAttemptAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
boolean transferStateFromPreviousAttempt,
boolean isAttemptRecovering)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.