public class AppAttemptAddedSchedulerEvent extends SchedulerEvent
| Constructor and 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 and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.ApplicationAttemptId | getApplicationAttemptId() | 
| boolean | getIsAttemptRecovering() | 
| boolean | getTransferStateFromPreviousAttempt() | 
public 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–2023 Apache Software Foundation. All rights reserved.