Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb.ApplicationAttemptStateDataPBImpl

Packages that use ApplicationAttemptStateDataPBImpl
org.apache.hadoop.yarn.server.resourcemanager.recovery   
 

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type ApplicationAttemptStateDataPBImpl
 void MemoryRMStateStore.storeApplicationAttemptState(String attemptIdStr, ApplicationAttemptStateDataPBImpl attemptStateData)
           
 void FileSystemRMStateStore.storeApplicationAttemptState(String attemptId, ApplicationAttemptStateDataPBImpl attemptStateDataPB)
           
protected  void NullRMStateStore.storeApplicationAttemptState(String attemptId, ApplicationAttemptStateDataPBImpl attemptStateData)
           
protected abstract  void RMStateStore.storeApplicationAttemptState(String attemptId, ApplicationAttemptStateDataPBImpl attemptStateData)
          Blocking API Derived classes must implement this method to store the state of an application attempt
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.