Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttempt
Packages that use RMAppAttempt
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.metrics contains
classes related to publishing app/container events to ATS.
This package contains classes to recovery the resourcemanager.
This package contains the web data access objects (DAO) for the RM.
-
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.ahs
Methods in org.apache.hadoop.yarn.server.resourcemanager.ahs with parameters of type RMAppAttemptModifier and TypeMethodDescriptionvoidRMApplicationHistoryWriter.applicationAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState finalState) voidRMApplicationHistoryWriter.applicationAttemptStarted(RMAppAttempt appAttempt) -
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.amlauncher
Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher that return RMAppAttemptMethods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMAppAttemptModifier and TypeMethodDescriptionprotected RunnableApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application, AMLauncherEventType event) Constructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMAppAttemptModifierConstructorDescriptionAMLauncher(RMContext rmContext, RMAppAttempt application, AMLauncherEventType eventType, org.apache.hadoop.conf.Configuration conf) AMLauncherEvent(AMLauncherEventType type, RMAppAttempt appAttempt) -
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.metrics
Methods in org.apache.hadoop.yarn.server.resourcemanager.metrics with parameters of type RMAppAttemptModifier 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) voidCombinedSystemMetricsPublisher.appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime) voidNoOpSystemMetricPublisher.appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime) voidSystemMetricsPublisher.appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime) voidTimelineServiceV1Publisher.appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime) voidTimelineServiceV2Publisher.appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime) -
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.recovery
Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMAppAttemptModifier and TypeMethodDescriptionorg.apache.hadoop.security.CredentialsRMStateStore.getCredentialsFromAppAttempt(RMAppAttempt appAttempt) voidRMStateStore.storeNewApplicationAttempt(RMAppAttempt appAttempt) -
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.rmapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return RMAppAttemptModifier and TypeMethodDescriptionRMApp.getCurrentAppAttempt()RMAppcan have multiple application attemptsRMAppAttempt.RMAppImpl.getCurrentAppAttempt()RMApp.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) RMAppcan have multiple application attemptsRMAppAttempt.RMAppImpl.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return types with arguments of type RMAppAttemptModifier and TypeMethodDescriptionMap<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> RMApp.getAppAttempts()RMAppcan have multiple application attemptsRMAppAttempt.Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> RMAppImpl.getAppAttempts() -
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
Classes in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that implement RMAppAttemptMethods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMAppAttemptModifier and TypeMethodDescriptionvoidRMAppAttemptImpl.transferStateFromAttempt(RMAppAttempt attempt) -
Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type RMAppAttemptModifier and TypeMethodDescriptionstatic StringAppInfo.getAmRPCAddressFromRMAppAttempt(RMAppAttempt attempt) Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type RMAppAttemptModifierConstructorDescriptionAppAttemptInfo(ResourceManager rm, RMAppAttempt attempt, Boolean hasAccess, String user, String schemePrefix)