- about(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.TimelineWebServices
-
Return the description of the timeline web services.
- AHSController - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AHSLogsPage - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AHSLogsPage() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSLogsPage
-
- AHSView - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AHSView() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView
-
- AHSWebApp - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AHSWebApp(ApplicationHistoryManager, TimelineStore) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebApp
-
- AHSWebServices - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AHSWebServices(ApplicationContext) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
-
- app() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
-
- appattempt() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
-
- AppAttemptPage - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AppAttemptPage() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppAttemptPage
-
- ApplicationAttemptFinishData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when
RMAppAttempt finishes, and that need to be stored persistently.
- ApplicationAttemptFinishData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
-
- ApplicationAttemptFinishDataPBImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
-
- ApplicationAttemptFinishDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
-
- ApplicationAttemptFinishDataPBImpl(ApplicationHistoryServerProtos.ApplicationAttemptFinishDataProto) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
-
- applicationAttemptFinished(ApplicationAttemptFinishData) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryWriter
-
This method writes the information of RMAppAttempt that is
available when it finishes.
- applicationAttemptFinished(ApplicationAttemptFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
-
- applicationAttemptFinished(ApplicationAttemptFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
-
- applicationAttemptFinished(ApplicationAttemptFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
-
- ApplicationAttemptHistoryData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains all the fields that are stored persistently for
RMAppAttempt.
- ApplicationAttemptHistoryData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
-
- ApplicationAttemptStartData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when
RMAppAttempt starts, and that need to be stored persistently.
- ApplicationAttemptStartData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
-
- ApplicationAttemptStartDataPBImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
-
- ApplicationAttemptStartDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
-
- ApplicationAttemptStartDataPBImpl(ApplicationHistoryServerProtos.ApplicationAttemptStartDataProto) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
-
- applicationAttemptStarted(ApplicationAttemptStartData) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryWriter
-
This method writes the information of RMAppAttempt that is
available when it starts.
- applicationAttemptStarted(ApplicationAttemptStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
-
- applicationAttemptStarted(ApplicationAttemptStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
-
- applicationAttemptStarted(ApplicationAttemptStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
-
- ApplicationFinishData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when RMApp
finishes, and that need to be stored persistently.
- ApplicationFinishData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
-
- ApplicationFinishDataPBImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
-
- ApplicationFinishDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
-
- ApplicationFinishDataPBImpl(ApplicationHistoryServerProtos.ApplicationFinishDataProto) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
-
- applicationFinished(ApplicationFinishData) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryWriter
-
This method writes the information of RMApp that is available
when it finishes.
- applicationFinished(ApplicationFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
-
- applicationFinished(ApplicationFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
-
- applicationFinished(ApplicationFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
-
- ApplicationHistoryClientService - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
-
- ApplicationHistoryClientService(ApplicationHistoryManager) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
-
- ApplicationHistoryData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains all the fields that are stored persistently for
RMApp.
- ApplicationHistoryData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
-
- ApplicationHistoryManager - Interface in org.apache.hadoop.yarn.server.applicationhistoryservice
-
- ApplicationHistoryManagerImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
-
- ApplicationHistoryManagerImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
-
- ApplicationHistoryReader - Interface in org.apache.hadoop.yarn.server.applicationhistoryservice
-
- ApplicationHistoryServer - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
-
History server that keeps track of all types of history in the cluster.
- ApplicationHistoryServer() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
-
- ApplicationHistoryStore - Interface in org.apache.hadoop.yarn.server.applicationhistoryservice
-
This class is the abstract of the storage of the application history data.
- ApplicationHistoryWriter - Interface in org.apache.hadoop.yarn.server.applicationhistoryservice
-
- ApplicationStartData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when RMApp
starts, and that need to be stored persistently.
- ApplicationStartData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
-
- ApplicationStartDataPBImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
-
- ApplicationStartDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
-
- ApplicationStartDataPBImpl(ApplicationHistoryServerProtos.ApplicationStartDataProto) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
-
- applicationStarted(ApplicationStartData) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryWriter
-
This method writes the information of RMApp that is available
when it starts.
- applicationStarted(ApplicationStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
-
- applicationStarted(ApplicationStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
-
- applicationStarted(ApplicationStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
-
- AppPage - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
- AppPage() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppPage
-