@InterfaceAudience.Public @InterfaceStability.Unstable public interface ApplicationAttemptStateData
| Modifier and Type | Method and Description |
|---|---|
ApplicationAttemptId |
getAttemptId()
The ApplicationAttemptId for the application attempt
|
Container |
getMasterContainer() |
void |
setAttemptId(ApplicationAttemptId attemptId) |
void |
setMasterContainer(Container container) |
@InterfaceAudience.Public @InterfaceStability.Unstable ApplicationAttemptId getAttemptId()
void setAttemptId(ApplicationAttemptId attemptId)
@InterfaceAudience.Public @InterfaceStability.Unstable Container getMasterContainer()
void setMasterContainer(Container container)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.