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

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

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type ApplicationStateDataPBImpl
 void MemoryRMStateStore.storeApplicationState(String appId, ApplicationStateDataPBImpl appStateData)
           
 void FileSystemRMStateStore.storeApplicationState(String appId, ApplicationStateDataPBImpl appStateDataPB)
           
protected  void NullRMStateStore.storeApplicationState(String appId, ApplicationStateDataPBImpl appStateData)
           
protected abstract  void RMStateStore.storeApplicationState(String appId, ApplicationStateDataPBImpl appStateData)
          Blocking API Derived classes must implement this method to store the state of an application.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.