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 shouldNotifyAttemptAdded) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
boolean |
getShouldNotifyAttemptAdded() |
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 shouldNotifyAttemptAdded)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.