Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptState

Packages that use RMAppAttemptState
org.apache.hadoop.yarn.server.resourcemanager   
org.apache.hadoop.yarn.server.resourcemanager.ahs   
org.apache.hadoop.yarn.server.resourcemanager.metrics   
org.apache.hadoop.yarn.server.resourcemanager.recovery   
org.apache.hadoop.yarn.server.resourcemanager.recovery.records   
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb   
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt   
org.apache.hadoop.yarn.server.resourcemanager.scheduler   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event   
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager
 

Methods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMAppAttemptState
static org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState RMServerUtils.createApplicationAttemptState(RMAppAttemptState rmAppAttemptState)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.ahs
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.ahs with parameters of type RMAppAttemptState
 void RMApplicationHistoryWriter.applicationAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState finalState)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.metrics
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.metrics with parameters of type RMAppAttemptState
 void SystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery that return RMAppAttemptState
 RMAppAttemptState RMStateStore.ApplicationAttemptState.getState()
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMAppAttemptState
RMStateStore.ApplicationAttemptState(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, org.apache.hadoop.yarn.api.records.Container masterContainer, org.apache.hadoop.security.Credentials appAttemptCredentials, long startTime, RMAppAttemptState state, String finalTrackingUrl, String diagnostics, org.apache.hadoop.yarn.api.records.FinalApplicationStatus amUnregisteredFinalStatus, int exitStatus, long finishTime, long memorySeconds, long vcoreSeconds)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery.records
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records that return RMAppAttemptState
abstract  RMAppAttemptState ApplicationAttemptStateData.getState()
          Get the final state of the application attempt.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records with parameters of type RMAppAttemptState
static ApplicationAttemptStateData ApplicationAttemptStateData.newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, org.apache.hadoop.yarn.api.records.Container container, ByteBuffer attemptTokens, long startTime, RMAppAttemptState finalState, String finalTrackingUrl, String diagnostics, org.apache.hadoop.yarn.api.records.FinalApplicationStatus amUnregisteredFinalStatus, int exitStatus, long finishTime, long memorySeconds, long vcoreSeconds)
           
abstract  void ApplicationAttemptStateData.setState(RMAppAttemptState state)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb that return RMAppAttemptState
static RMAppAttemptState ApplicationAttemptStateDataPBImpl.convertFromProtoFormat(YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto e)
           
 RMAppAttemptState ApplicationAttemptStateDataPBImpl.getState()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb with parameters of type RMAppAttemptState
static YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto ApplicationAttemptStateDataPBImpl.convertToProtoFormat(RMAppAttemptState e)
           
 void ApplicationAttemptStateDataPBImpl.setState(RMAppAttemptState state)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that return RMAppAttemptState
 RMAppAttemptState RMAppAttemptImpl.getAppAttemptState()
           
 RMAppAttemptState RMAppAttempt.getAppAttemptState()
          The state of the RMAppAttempt.
 RMAppAttemptState RMAppAttemptImpl.getState()
           
 RMAppAttemptState RMAppAttempt.getState()
          The current state of the RMAppAttempt.
 RMAppAttemptState RMAppAttemptImpl.ScheduleTransition.transition(RMAppAttemptImpl appAttempt, RMAppAttemptEvent event)
           
static RMAppAttemptState RMAppAttemptState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RMAppAttemptState[] RMAppAttemptState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMAppAttemptState
 void SchedulerApplicationAttempt.stop(RMAppAttemptState rmAppAttemptFinalState)
           
 void AppSchedulingInfo.stop(RMAppAttemptState rmAppAttemptFinalState)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event that return RMAppAttemptState
 RMAppAttemptState AppAttemptRemovedSchedulerEvent.getFinalAttemptState()
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event with parameters of type RMAppAttemptState
AppAttemptRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, RMAppAttemptState finalAttemptState, boolean keepContainers)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.