Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.ApplicationAttemptStateData
Packages that use ApplicationAttemptStateData
Package
Description
This package contains classes to recovery the resourcemanager.
-
Uses of ApplicationAttemptStateData in org.apache.hadoop.yarn.server.resourcemanager.recovery
Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery that return ApplicationAttemptStateDataModifier and TypeMethodDescriptionRMStateStoreAppAttemptEvent.getAppAttemptState()RMStateUpdateAppAttemptEvent.getAppAttemptState()Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type ApplicationAttemptStateDataModifier and TypeMethodDescriptionvoidFileSystemRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB) protected voidLeveldbRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData) voidMemoryRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptState) protected voidNullRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData) protected abstract voidRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData) Blocking API Derived classes must implement this method to store the state of an application attempt.protected voidZKRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB) voidRMStateStore.updateApplicationAttemptState(ApplicationAttemptStateData attemptState) voidFileSystemRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB) protected voidLeveldbRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData) voidMemoryRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptState) protected voidNullRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData) protected abstract voidRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData) protected voidZKRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB) Constructors in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type ApplicationAttemptStateDataModifierConstructorDescriptionRMStateStoreAppAttemptEvent(ApplicationAttemptStateData attemptState) RMStateUpdateAppAttemptEvent(ApplicationAttemptStateData attemptState) -
Uses of ApplicationAttemptStateData in org.apache.hadoop.yarn.server.resourcemanager.recovery.records
Fields in org.apache.hadoop.yarn.server.resourcemanager.recovery.records with type parameters of type ApplicationAttemptStateDataModifier and TypeFieldDescriptionMap<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,ApplicationAttemptStateData> ApplicationStateData.attemptsMethods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records that return ApplicationAttemptStateDataModifier and TypeMethodDescriptionApplicationStateData.getAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId) static ApplicationAttemptStateDataApplicationAttemptStateData.newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, org.apache.hadoop.yarn.api.records.Container masterContainer, org.apache.hadoop.security.Credentials attemptTokens, long startTime, Map<String, Long> resourceSeondsMap, Map<String, Long> preemptedResourceSecondsMap, int totalAllocatedContainers) static 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) -
Uses of ApplicationAttemptStateData in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb