Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppState
Packages that use RMAppState
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.metrics contains
classes related to publishing app/container events to ATS.
-
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager
Methods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMAppStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.yarn.api.records.YarnApplicationStateRMServerUtils.createApplicationState(RMAppState rmAppState) -
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.ahs
Methods in org.apache.hadoop.yarn.server.resourcemanager.ahs with parameters of type RMAppStateModifier and TypeMethodDescriptionvoidRMApplicationHistoryWriter.applicationFinished(RMApp app, RMAppState finalState) -
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.metrics
Methods in org.apache.hadoop.yarn.server.resourcemanager.metrics with parameters of type RMAppStateModifier and TypeMethodDescriptionvoidCombinedSystemMetricsPublisher.appFinished(RMApp app, RMAppState state, long finishedTime) voidNoOpSystemMetricPublisher.appFinished(RMApp app, RMAppState state, long finishedTime) voidSystemMetricsPublisher.appFinished(RMApp app, RMAppState state, long finishedTime) voidTimelineServiceV1Publisher.appFinished(RMApp app, RMAppState state, long finishedTime) voidTimelineServiceV2Publisher.appFinished(RMApp app, RMAppState state, long finishedTime) -
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.recovery.records
Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records that return RMAppStateModifier and TypeMethodDescriptionabstract RMAppStateApplicationStateData.getState()Get the final state of the application.Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records with parameters of type RMAppStateModifier and TypeMethodDescriptionstatic ApplicationStateDataApplicationStateData.newInstance(long submitTime, long startTime, String user, String realUser, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, RMAppState state, String diagnostics, long launchTime, long finishTime, org.apache.hadoop.ipc.CallerContext callerContext) static ApplicationStateDataApplicationStateData.newInstance(long submitTime, long startTime, String user, String realUser, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, RMAppState state, String diagnostics, long launchTime, long finishTime, org.apache.hadoop.ipc.CallerContext callerContext, Map<org.apache.hadoop.yarn.api.records.ApplicationTimeoutType, Long> applicationTimeouts) static ApplicationStateDataApplicationStateData.newInstance(long submitTime, long startTime, String user, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, RMAppState state, String diagnostics, long launchTime, long finishTime, org.apache.hadoop.ipc.CallerContext callerContext) static ApplicationStateDataApplicationStateData.newInstance(long submitTime, long startTime, String user, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, RMAppState state, String diagnostics, long launchTime, long finishTime, org.apache.hadoop.ipc.CallerContext callerContext, Map<org.apache.hadoop.yarn.api.records.ApplicationTimeoutType, Long> applicationTimeouts) abstract voidApplicationStateData.setState(RMAppState state) -
Uses of RMAppState 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 RMAppStateModifier and TypeMethodDescriptionstatic RMAppStateApplicationStateDataPBImpl.convertFromProtoFormat(org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.RMAppStateProto e) ApplicationStateDataPBImpl.getState()Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb with parameters of type RMAppStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.RMAppStateProtoApplicationStateDataPBImpl.convertToProtoFormat(RMAppState e) voidApplicationStateDataPBImpl.setState(RMAppState finalState) -
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.rmapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return RMAppStateModifier and TypeMethodDescriptionRMAppImpl.getRecoveredFinalState()RMApp.getState()The current state of theRMApp.RMAppImpl.getState()static RMAppStateReturns the enum constant of this class with the specified name.static RMAppState[]RMAppState.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 with parameters of type RMAppStateModifier and TypeMethodDescriptionprotected voidRMAppImpl.onInvalidStateTransition(RMAppEventType rmAppEventType, RMAppState state) catch the InvalidStateTransition. -
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMAppStateModifier and TypeMethodDescriptionvoidQueueMetrics.finishApp(String user, RMAppState rmAppFinalState, boolean unmanagedAM) voidSchedulerApplication.stop(RMAppState rmAppFinalState) -
Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event that return RMAppStateConstructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event with parameters of type RMAppStateModifierConstructorDescriptionAppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, RMAppState finalState)