Uses of Class
org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData

Packages that use ApplicationAttemptStartData
org.apache.hadoop.yarn.server.applicationhistoryservice   
org.apache.hadoop.yarn.server.applicationhistoryservice.records   
org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb   
 

Uses of ApplicationAttemptStartData in org.apache.hadoop.yarn.server.applicationhistoryservice
 

Methods in org.apache.hadoop.yarn.server.applicationhistoryservice with parameters of type ApplicationAttemptStartData
 void NullApplicationHistoryStore.applicationAttemptStarted(ApplicationAttemptStartData appAttemptStart)
           
 void MemoryApplicationHistoryStore.applicationAttemptStarted(ApplicationAttemptStartData appAttemptStart)
           
 void FileSystemApplicationHistoryStore.applicationAttemptStarted(ApplicationAttemptStartData appAttemptStart)
           
 void ApplicationHistoryWriter.applicationAttemptStarted(ApplicationAttemptStartData appAttemptStart)
          This method writes the information of RMAppAttempt that is available when it starts.
 

Uses of ApplicationAttemptStartData in org.apache.hadoop.yarn.server.applicationhistoryservice.records
 

Methods in org.apache.hadoop.yarn.server.applicationhistoryservice.records that return ApplicationAttemptStartData
static ApplicationAttemptStartData ApplicationAttemptStartData.newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, String host, int rpcPort, org.apache.hadoop.yarn.api.records.ContainerId masterContainerId)
           
 

Uses of ApplicationAttemptStartData in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
 

Subclasses of ApplicationAttemptStartData in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
 class ApplicationAttemptStartDataPBImpl
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.