org.apache.hadoop.yarn.api.records
Interface ApplicationAttemptStateData


@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface ApplicationAttemptStateData


Method Summary
 ApplicationAttemptId getAttemptId()
          The ApplicationAttemptId for the application attempt
 Container getMasterContainer()
           
 void setAttemptId(ApplicationAttemptId attemptId)
           
 void setMasterContainer(Container container)
           
 

Method Detail

getAttemptId

@InterfaceAudience.Public
@InterfaceStability.Unstable
ApplicationAttemptId getAttemptId()
The ApplicationAttemptId for the application attempt

Returns:
ApplicationAttemptId for the application attempt

setAttemptId

void setAttemptId(ApplicationAttemptId attemptId)

getMasterContainer

@InterfaceAudience.Public
@InterfaceStability.Unstable
Container getMasterContainer()

setMasterContainer

void setMasterContainer(Container container)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.