Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptState
Packages that use RMAppAttemptState
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.metrics contains
classes related to publishing app/container events to ATS.
This package contains the web data access objects (DAO) for the RM.
-
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager
Methods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMAppAttemptStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.yarn.api.records.YarnApplicationAttemptStateRMServerUtils.convertRmAppAttemptStateToYarnApplicationAttemptState(RMAppAttemptState currentState, RMAppAttemptState previousState) static org.apache.hadoop.yarn.api.records.YarnApplicationAttemptStateRMServerUtils.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 RMAppAttemptStateModifier and TypeMethodDescriptionvoidRMApplicationHistoryWriter.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 RMAppAttemptStateModifier and TypeMethodDescriptionvoidCombinedSystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime) voidNoOpSystemMetricPublisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime) voidSystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime) voidTimelineServiceV1Publisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemptState, RMApp app, long finishedTime) voidTimelineServiceV2Publisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime) -
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery.records
Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records that return RMAppAttemptStateModifier and TypeMethodDescriptionabstract RMAppAttemptStateApplicationAttemptStateData.getState()Get the final state of the application attempt.Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records with parameters of type RMAppAttemptStateModifier and TypeMethodDescriptionstatic ApplicationAttemptStateDataApplicationAttemptStateData.newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.security.Credentials attemptTokens, long startTime, RMAppAttemptState finalState, String finalTrackingUrl, String diagnostics, org.apache.hadoop.yarn.api.records.FinalApplicationStatus amUnregisteredFinalStatus, int exitStatus, long finishTime, Map<String, Long> resourceSecondsMap, Map<String, Long> preemptedResourceSecondsMap, int totalAllocatedContainers) abstract voidApplicationAttemptStateData.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 RMAppAttemptStateModifier and TypeMethodDescriptionstatic RMAppAttemptStateApplicationAttemptStateDataPBImpl.convertFromProtoFormat(org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto e) ApplicationAttemptStateDataPBImpl.getState()Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb with parameters of type RMAppAttemptStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProtoApplicationAttemptStateDataPBImpl.convertToProtoFormat(RMAppAttemptState e) voidApplicationAttemptStateDataPBImpl.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 RMAppAttemptStateModifier and TypeMethodDescriptionRMAppAttempt.getAppAttemptState()The state of theRMAppAttempt.RMAppAttemptImpl.getAppAttemptState()RMAppAttempt.getPreviousState()The previous state of theRMAppAttemptbefore the current state.RMAppAttemptImpl.getPreviousState()RMAppAttemptImpl.getRecoveredFinalState()RMAppAttempt.getState()The current state of theRMAppAttempt.RMAppAttemptImpl.getState()RMAppAttemptImpl.ScheduleTransition.transition(RMAppAttemptImpl appAttempt, RMAppAttemptEvent event) static RMAppAttemptStateReturns the enum constant of this class with the specified name.static RMAppAttemptState[]RMAppAttemptState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMAppAttemptStateModifier and TypeMethodDescriptionprotected voidRMAppAttemptImpl.onInvalidTranstion(RMAppAttemptEventType rmAppAttemptEventType, RMAppAttemptState state) voidRMAppAttemptImpl.setRecoveredFinalState(RMAppAttemptState finalState) -
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMAppAttemptStateModifier and TypeMethodDescriptionvoidSchedulerApplicationAttempt.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 RMAppAttemptStateConstructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event with parameters of type RMAppAttemptStateModifierConstructorDescriptionAppAttemptRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, RMAppAttemptState finalAttemptState, boolean keepContainers) -
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao that return RMAppAttemptState