@InterfaceAudience.Public @InterfaceStability.Unstable public interface ApplicationAttemptStateData
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getAppAttemptTokens()
The application attempt tokens that belong to this attempt
|
ApplicationAttemptId |
getAttemptId()
The ApplicationAttemptId for the application attempt
|
Container |
getMasterContainer() |
void |
setAppAttemptTokens(ByteBuffer attemptTokens) |
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)
@InterfaceAudience.Public @InterfaceStability.Unstable ByteBuffer getAppAttemptTokens()
void setAppAttemptTokens(ByteBuffer attemptTokens)
Copyright © 2013 Apache Software Foundation. All rights reserved.