org.apache.hadoop.yarn.server.resourcemanager.recovery.records
Interface ApplicationAttemptStateData
- All Known Implementing Classes:
- ApplicationAttemptStateDataPBImpl
@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface ApplicationAttemptStateData
getAttemptId
@InterfaceAudience.Public
@InterfaceStability.Unstable
org.apache.hadoop.yarn.api.records.ApplicationAttemptId getAttemptId()
- The ApplicationAttemptId for the application attempt
- Returns:
- ApplicationAttemptId for the application attempt
setAttemptId
void setAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId)
getMasterContainer
@InterfaceAudience.Public
@InterfaceStability.Unstable
org.apache.hadoop.yarn.api.records.Container getMasterContainer()
setMasterContainer
void setMasterContainer(org.apache.hadoop.yarn.api.records.Container container)
getAppAttemptTokens
@InterfaceAudience.Public
@InterfaceStability.Unstable
ByteBuffer getAppAttemptTokens()
- The application attempt tokens that belong to this attempt
- Returns:
- The application attempt tokens that belong to this attempt
setAppAttemptTokens
void setAppAttemptTokens(ByteBuffer attemptTokens)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.