Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.ApplicationAttemptStateData

Packages that use ApplicationAttemptStateData
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   
 

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type ApplicationAttemptStateData
 void ZKRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB)
           
protected abstract  void RMStateStore.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  void NullRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData)
           
 void MemoryRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateData)
           
 void FileSystemRMStateStore.storeApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB)
           
 void ZKRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB)
           
protected abstract  void RMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData)
           
protected  void NullRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, ApplicationAttemptStateData attemptStateData)
           
 void MemoryRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateData)
           
 void FileSystemRMStateStore.updateApplicationAttemptStateInternal(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, ApplicationAttemptStateData attemptStateDataPB)
           
 

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records that return ApplicationAttemptStateData
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)
           
static ApplicationAttemptStateData ApplicationAttemptStateData.newInstance(RMStateStore.ApplicationAttemptState attemptState)
           
 

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

Subclasses of ApplicationAttemptStateData in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb
 class ApplicationAttemptStateDataPBImpl
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.