Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- about() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
- about(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- about(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Return the description of the timeline web services.
- AboutBlock - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- AboutPage - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- AboutPage() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AboutPage
- add(byte[]) - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
- add(byte[], boolean) - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
- add(String) - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
- addGetDomainsTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- addGetDomainTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- addGetEntitiesTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- addGetEntityTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- addGetEventsTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- addPostEntitiesTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- addPutDomainTime(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- AHSController - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- AHSErrorsAndWarningsPage - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
Class to display the Errors and Warnings page for the AHS.
- AHSErrorsAndWarningsPage() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSErrorsAndWarningsPage
- 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(TimelineDataManager, ApplicationHistoryClientService) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebApp
- AHSWebServices - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- AHSWebServices(ApplicationBaseProtocol, Configuration) - 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
RMAppAttemptfinishes, 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
RMAppAttemptthat 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
RMAppAttemptstarts, 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
RMAppAttemptthat 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
RMAppfinishes, 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
RMAppthat 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
- ApplicationHistoryManagerOnTimelineStore - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
- ApplicationHistoryManagerOnTimelineStore(TimelineDataManager, ApplicationACLsManager) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- 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
-
It is the interface of writing the application history, exposing the methods of writing
ApplicationStartData,ApplicationFinishDataApplicationAttemptStartData,ApplicationAttemptFinishData,ContainerStartDataandContainerFinishData. - ApplicationStartData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when
RMAppstarts, 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
RMAppthat 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
C
- cancelDelegationToken(CancelDelegationTokenRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- check(TimelineEntity) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineDataManager.CheckAcl
- checkAccess(UserGroupInformation, ApplicationAccessType, TimelineEntity) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineACLsManager
- checkAccess(UserGroupInformation, TimelineDomain) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineACLsManager
- closeStorage() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- closeStorage() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- closeStorage() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Implementation-specific shutdown.
- commonPreHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView
- compareTo(EntityIdentifier) - Method in class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
- configure() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- container() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
- ContainerFinishData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when
RMContainerfinishes, and that need to be stored persistently. - ContainerFinishData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- ContainerFinishDataPBImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
- ContainerFinishDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- ContainerFinishDataPBImpl(ApplicationHistoryServerProtos.ContainerFinishDataProto) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- containerFinished(ContainerFinishData) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryWriter
-
This method writes the information of
RMContainerthat is available when it finishes. - containerFinished(ContainerFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- containerFinished(ContainerFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- containerFinished(ContainerFinishData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- ContainerHistoryData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains all the fields that are stored persistently for
RMContainer. - ContainerHistoryData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- ContainerPage - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- ContainerPage() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContainerPage
- ContainerStartData - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records
-
The class contains the fields that can be determined when
RMContainerstarts, and that need to be stored persistently. - ContainerStartData() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- ContainerStartDataPBImpl - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
- ContainerStartDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- ContainerStartDataPBImpl(ApplicationHistoryServerProtos.ContainerStartDataProto) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- containerStarted(ContainerStartData) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryWriter
-
This method writes the information of
RMContainerthat is available when it starts. - containerStarted(ContainerStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- containerStarted(ContainerStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- containerStarted(ContainerStartData) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AboutPage
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSErrorsAndWarningsPage
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSLogsPage
-
The content of this page is the AggregatedLogsBlock
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppAttemptPage
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppPage
- content() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContainerPage
- ContextFactory - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
-
ContextFactory to reuse JAXBContextImpl for DAO Classes.
- create() - Static method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- createApplicationHistoryStore(Configuration) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- createContext(Class[], Map<String, Object>) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContextFactory
- createContext(String, ClassLoader, Map<String, Object>) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContextFactory
- createIdentifier() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- createStateStore(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService
- createTimelineDelegationTokenSecretManager(long, long, long, long) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService
- CrossOriginFilterInitializer - Class in org.apache.hadoop.yarn.server.timeline.webapp
- CrossOriginFilterInitializer() - Constructor for class org.apache.hadoop.yarn.server.timeline.webapp.CrossOriginFilterInitializer
D
- DEFAULT_DOMAIN_ID - Static variable in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
- DEFAULT_LIMIT - Static variable in interface org.apache.hadoop.yarn.server.timeline.TimelineReader
-
Default limit for
TimelineReader.getEntities(java.lang.String, java.lang.Long, java.lang.Long, java.lang.Long, java.lang.String, java.lang.Long, org.apache.hadoop.yarn.server.timeline.NameValuePair, java.util.Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair>, java.util.EnumSet<org.apache.hadoop.yarn.server.timeline.TimelineReader.Field>, org.apache.hadoop.yarn.server.timeline.TimelineDataManager.CheckAcl)andTimelineReader.getEntityTimelines(java.lang.String, java.util.SortedSet<java.lang.String>, java.lang.Long, java.lang.Long, java.lang.Long, java.util.Set<java.lang.String>). - domainById - Variable in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- domainsByOwner - Variable in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
E
- entities - Variable in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- ENTITY_OWNER - Enum constant in enum class org.apache.hadoop.yarn.server.timeline.TimelineStore.SystemFilter
- EntityIdentifier - Class in org.apache.hadoop.yarn.server.timeline
-
The unique identifier for an entity
- EntityIdentifier(String, String) - Constructor for class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
- entityInsertTimes - Variable in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- equals(Object) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
- errorsAndWarnings() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
- EVENTS - Enum constant in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
F
- FileSystemApplicationHistoryStore - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
-
File system implementation of
ApplicationHistoryStore. - FileSystemApplicationHistoryStore() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
G
- GenericObjectMapper - Class in org.apache.hadoop.yarn.server.timeline
-
A utility class providing methods for serializing and deserializing objects.
- GenericObjectMapper() - Constructor for class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
- get(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getAllApplications() - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
-
This method returns all Application
ApplicationHistoryDatas - getAllApplications() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getAllApplications() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getAllApplications() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getAllocatedResource() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getAllocatedResource() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- getAllocatedResource() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- getAMContainer(ApplicationAttemptId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
This method returns
ContainerReportfor specifiedApplicationAttemptId. - getAMContainer(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getAMContainer(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getAMContainer(ApplicationAttemptId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
-
This method returns
ContainerHistoryDatafor specifiedApplicationAttemptId. - getAMContainer(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getAMContainer(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getAMContainer(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getApp(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getAppAttempt(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getAppAttempts(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getApplication(ApplicationId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
This method returns Application
ApplicationReportfor the specifiedApplicationId. - getApplication(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getApplication(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getApplication(ApplicationId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
-
This method returns Application
ApplicationHistoryDatafor the specifiedApplicationId. - getApplication(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getApplication(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getApplication(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getApplicationAttempt(ApplicationAttemptId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
This method returns
ApplicationAttemptReportfor specifiedApplicationId. - getApplicationAttempt(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getApplicationAttempt(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getApplicationAttempt(ApplicationAttemptId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
-
This method returns
ApplicationAttemptHistoryDatafor specifiedApplicationId. - getApplicationAttempt(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getApplicationAttempt(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getApplicationAttempt(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- getApplicationAttemptReport(GetApplicationAttemptReportRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getApplicationAttempts(GetApplicationAttemptsRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getApplicationAttempts(ApplicationId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
Application can have multiple application attempts
ApplicationAttemptReport. - getApplicationAttempts(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getApplicationAttempts(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getApplicationAttempts(ApplicationId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
-
Application can have multiple application attempts
ApplicationAttemptHistoryData. - getApplicationAttempts(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getApplicationAttempts(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getApplicationAttempts(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getApplicationHistoryClientService() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebApp
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getApplicationName() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getApplicationName() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getApplicationName() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getApplicationReport(GetApplicationReportRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getApplications(long, long, long) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
This method returns the given number of Application in the given appStartedTime period.
- getApplications(long, long, long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getApplications(long, long, long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getApplications(GetApplicationsRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getApplicationType() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getApplicationType() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getApplicationType() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getApps(HttpServletRequest, HttpServletResponse, String, Set<String>, String, String, String, String, String, String, String, String, String, Set<String>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getAssignedNode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getAssignedNode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- getAssignedNode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- getAttemptsTableColumnDefs() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppPage
- getBindAddress() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getBytes() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
-
Builds a byte array without the final string delimiter.
- getBytesForLookup() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
-
Builds a byte array including the final string delimiter.
- getContainer(HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getContainer(ContainerId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
This method returns
ContainerReportfor specifiedContainerId. - getContainer(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getContainer(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getContainer(ContainerId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
-
This method returns
ContainerHistoryDatafor specifiedContainerId. - getContainer(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getContainer(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getContainer(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getContainerExitStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- getContainerExitStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getContainerExitStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- getContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- getContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- getContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- getContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- getContainerLogFile(HttpServletRequest, HttpServletResponse, String, String, String, String, String, boolean, boolean) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
-
Returns the contents of a container's log file in plain text.
- getContainerLogsInfo(HttpServletRequest, HttpServletResponse, String, String, boolean, boolean) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
-
Returns log file's name as well as current file size for a container.
- getContainerReport(GetContainerReportRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getContainers(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getContainers(GetContainersRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getContainers(ApplicationAttemptId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManager
-
This method returns Map of
ContainerIdtoContainerReportfor specifiedApplicationAttemptId. - getContainers(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getContainers(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- getContainers(ApplicationAttemptId) - Method in interface org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader
- getContainers(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getContainers(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- getContainers(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
- getContainersTableColumnDefs() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppAttemptPage
- getContainerState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- getContainerState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getContainerState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- getContext(Class<?>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.JAXBContextResolver
- getDelegationToken(GetDelegationTokenRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- getDomain(String) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- getDomain(String) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- getDomain(String) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- getDomain(String) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineReader
-
This method retrieves the domain information for a given ID.
- getDomain(String, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Get a single domain of the particular ID.
- getDomain(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Return a single domain of the given domain Id.
- getDomains(String) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- getDomains(String) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- getDomains(String) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- getDomains(String) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineReader
-
This method retrieves all the domains that belong to a given owner.
- getDomains(String, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Get all the domains that belong to the given owner.
- getDomains(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Return a list of domains of the given owner.
- getEntities(String, Long, Long, Long, String, Long, NameValuePair, Collection<NameValuePair>, EnumSet<TimelineReader.Field>, TimelineDataManager.CheckAcl) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- getEntities(String, Long, Long, Long, String, Long, NameValuePair, Collection<NameValuePair>, EnumSet<TimelineReader.Field>, TimelineDataManager.CheckAcl) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- getEntities(String, Long, Long, Long, String, Long, NameValuePair, Collection<NameValuePair>, EnumSet<TimelineReader.Field>, TimelineDataManager.CheckAcl) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- getEntities(String, Long, Long, Long, String, Long, NameValuePair, Collection<NameValuePair>, EnumSet<TimelineReader.Field>, TimelineDataManager.CheckAcl) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineReader
-
This method retrieves a list of entity information,
TimelineEntity, sorted by the starting timestamp for the entity, descending. - getEntities(String, NameValuePair, Collection<NameValuePair>, Long, Long, String, Long, Long, EnumSet<TimelineReader.Field>, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Get the timeline entities that the given user have access to.
- getEntities(HttpServletRequest, HttpServletResponse, String, String, String, String, String, String, String, String, String) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Return a list of entities that match the given parameters.
- getEntity(String, String, EnumSet<TimelineReader.Field>) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- getEntity(String, String, EnumSet<TimelineReader.Field>) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- getEntity(String, String, EnumSet<TimelineReader.Field>) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- getEntity(String, String, EnumSet<TimelineReader.Field>) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineReader
-
This method retrieves the entity information for a given entity.
- getEntity(String, String, EnumSet<TimelineReader.Field>, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Get the single timeline entity that the given user has access to.
- getEntity(HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Return a single entity of the given entity type and Id.
- getEntityTimelines(String, SortedSet<String>, Long, Long, Long, Set<String>) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- getEntityTimelines(String, SortedSet<String>, Long, Long, Long, Set<String>) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- getEntityTimelines(String, SortedSet<String>, Long, Long, Long, Set<String>) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- getEntityTimelines(String, SortedSet<String>, Long, Long, Long, Set<String>) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineReader
-
This method retrieves the events for a list of entities all of the same entity type.
- getEvents(String, SortedSet<String>, SortedSet<String>, Long, Long, Long, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Get the events whose entities the given user has access to.
- getEvents(HttpServletRequest, HttpServletResponse, String, String, String, String, String, String) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Return the events that match the given parameters.
- getExposedPorts() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getFileSystem(Path, Configuration) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- getFinishTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- getFinishTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getFinishTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- getFinishTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getFinishTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- getFinishTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- getHistoryStore() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- getHost() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getHost() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- getHost() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- getId() - Method in class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
-
Get the entity Id.
- getLatestSequenceNumber() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore.TimelineServiceState
- getLogs(HttpServletRequest, HttpServletResponse, String, String, String, String, String, boolean, boolean) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebServices
- getMasterContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getMasterContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- getMasterContainerId() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- getName() - Method in class org.apache.hadoop.yarn.server.timeline.NameValuePair
-
Get the name.
- getNextLong() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyParser
-
Read the next 8 bytes in the byte buffer as a long.
- getNextString() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyParser
-
Returns a string from the offset until the next string delimiter.
- getOffset() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyParser
- getPort() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- getPrefix() - Method in class org.apache.hadoop.yarn.server.timeline.webapp.CrossOriginFilterInitializer
- getPriority() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getPriority() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- getPriority() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- getQueue() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getQueue() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getQueue() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getRemainingBytes() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyParser
-
Returns a copy of the remaining bytes.
- getRenewDate() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData
- getRPCPort() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getRPCPort() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- getRPCPort() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- getServices() - Method in class org.apache.hadoop.yarn.server.timeline.security.authorize.TimelinePolicyProvider
- getServiceStopped() - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- getStartTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getStartTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getStartTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- getStartTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- getStartTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getStartTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- getSubmitTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getSubmitTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getSubmitTime() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getTimelineDataManager() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebApp
- getTimelineStore() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- getTokenIdentifier() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData
- getTokenMasterKeyState() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore.TimelineServiceState
- getTokenState() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore.TimelineServiceState
- getTrackingURL() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- getTrackingURL() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getTrackingURL() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- getType() - Method in class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
-
Get the entity type.
- getUser() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getUser() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- getUser() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- getValue() - Method in class org.apache.hadoop.yarn.server.timeline.NameValuePair
-
Get the value.
- getWebAppFilterClass() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebApp
- getYarnApplicationAttemptState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- getYarnApplicationAttemptState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- getYarnApplicationAttemptState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- getYarnApplicationState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- getYarnApplicationState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- getYarnApplicationState() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
H
- hashCode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
I
- incrGetDomainOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetDomainsOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetDomainsTotal(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetEntitiesOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetEntitiesTotal(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetEntityOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetEventsOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrGetEventsTotal(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrPostEntitiesOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrPostEntitiesTotal(long) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- incrPutDomainOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
- index() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
- initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.CrossOriginFilterInitializer
- initStorage(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- initStorage(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- initStorage(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Implementation-specific initialization.
J
- JAXBContextResolver - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- JAXBContextResolver() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.JAXBContextResolver
K
- KeyBuilder(int) - Constructor for class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
- KeyParser(byte[], int) - Constructor for class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyParser
L
- LAST_EVENT_ONLY - Enum constant in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
- LEVELDB_DIR_UMASK - Static variable in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils
-
Default permission mask for the level db dir
- LeveldbTimelineStateStore - Class in org.apache.hadoop.yarn.server.timeline.recovery
-
A timeline service state storage implementation that supports any persistent storage that adheres to the LevelDB interface.
- LeveldbTimelineStateStore() - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- LeveldbTimelineStore - Class in org.apache.hadoop.yarn.server.timeline
-
An implementation of an application timeline store backed by leveldb.
- LeveldbTimelineStore() - Constructor for class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- LeveldbUtils - Class in org.apache.hadoop.yarn.server.timeline.util
- LeveldbUtils() - Constructor for class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils
- LeveldbUtils.KeyBuilder - Class in org.apache.hadoop.yarn.server.timeline.util
-
A string builder utility for building timeline server leveldb keys.
- LeveldbUtils.KeyParser - Class in org.apache.hadoop.yarn.server.timeline.util
- loadOrRepairLevelDb(JniDBFactory, Path, Options) - Static method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils
- loadState() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- loadState() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- loadState() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Load the timeline service state from the state storage.
- LOG - Static variable in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- LOG - Static variable in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- logs() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSController
-
Render the logs page.
M
- main(String[]) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- MemoryApplicationHistoryStore - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
-
In-memory implementation of
ApplicationHistoryStore. - MemoryApplicationHistoryStore() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
- MemoryTimelineStateStore - Class in org.apache.hadoop.yarn.server.timeline.recovery
-
A state store backed by memory for unit tests
- MemoryTimelineStateStore() - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- MemoryTimelineStore - Class in org.apache.hadoop.yarn.server.timeline
-
In-memory implementation of
TimelineStore. - MemoryTimelineStore() - Constructor for class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- MemoryTimelineStore(String) - Constructor for class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
N
- NameValuePair - Class in org.apache.hadoop.yarn.server.timeline
-
A class holding a name and value pair, used for specifying filters in
TimelineReader. - NameValuePair(String, Object) - Constructor for class org.apache.hadoop.yarn.server.timeline.NameValuePair
- nav() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView
- NavBlock - Class in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- NavBlock(Configuration) - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.NavBlock
- newContext(Class[], Map<String, Object>) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContextFactory
- newInstance() - Static method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
- newInstance(int) - Static method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyBuilder
-
Instantiate a new key build with the given maximum subkes.
- newInstance(ApplicationAttemptId, String, int, ContainerId) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- newInstance(ApplicationAttemptId, String, int, ContainerId, String, String, FinalApplicationStatus, YarnApplicationAttemptState) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- newInstance(ApplicationAttemptId, String, String, FinalApplicationStatus, YarnApplicationAttemptState) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- newInstance(ApplicationId, long, String, FinalApplicationStatus, YarnApplicationState) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- newInstance(ApplicationId, String, String, String, String, long, long) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- newInstance(ApplicationId, String, String, String, String, long, long, long, String, FinalApplicationStatus, YarnApplicationState) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- newInstance(ContainerId, long, String, int, ContainerState) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- newInstance(ContainerId, Resource, NodeId, Priority, long) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- newInstance(ContainerId, Resource, NodeId, Priority, long, long, String, int, ContainerState) - Static method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- NullApplicationHistoryStore - Class in org.apache.hadoop.yarn.server.applicationhistoryservice
-
Dummy implementation of
ApplicationHistoryStore. - NullApplicationHistoryStore() - Constructor for class org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
O
- OBJECT_READER - Static variable in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
- OBJECT_WRITER - Static variable in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
- org.apache.hadoop.yarn.server.applicationhistoryservice - package org.apache.hadoop.yarn.server.applicationhistoryservice
- org.apache.hadoop.yarn.server.applicationhistoryservice.records - package org.apache.hadoop.yarn.server.applicationhistoryservice.records
- org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb - package org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb
- org.apache.hadoop.yarn.server.applicationhistoryservice.webapp - package org.apache.hadoop.yarn.server.applicationhistoryservice.webapp
- org.apache.hadoop.yarn.server.timeline - package org.apache.hadoop.yarn.server.timeline
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.timeline.recovery - package org.apache.hadoop.yarn.server.timeline.recovery
- org.apache.hadoop.yarn.server.timeline.recovery.records - package org.apache.hadoop.yarn.server.timeline.recovery.records
- org.apache.hadoop.yarn.server.timeline.security - package org.apache.hadoop.yarn.server.timeline.security
- org.apache.hadoop.yarn.server.timeline.security.authorize - package org.apache.hadoop.yarn.server.timeline.security.authorize
- org.apache.hadoop.yarn.server.timeline.util - package org.apache.hadoop.yarn.server.timeline.util
- org.apache.hadoop.yarn.server.timeline.webapp - package org.apache.hadoop.yarn.server.timeline.webapp
- OTHER_INFO - Enum constant in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
P
- postEntities(HttpServletRequest, HttpServletResponse, TimelineEntities) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Store the given entities into the timeline store, and return the errors that happen during storing.
- postEntities(TimelineEntities, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Store the timeline entities into the store and set the owner of them to the given user.
- PREFIX - Static variable in class org.apache.hadoop.yarn.server.timeline.webapp.CrossOriginFilterInitializer
- prefixMatches(byte[], int, byte[]) - Static method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils
-
Returns true if the byte array begins with the specified prefix.
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AboutPage
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSErrorsAndWarningsPage
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSLogsPage
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppAttemptPage
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AppPage
- preHead(Hamlet.HTML<HtmlPage.__>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContainerPage
- PRIMARY_FILTERS - Enum constant in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
- put(TimelineDomain) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- put(TimelineDomain) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- put(TimelineDomain) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- put(TimelineDomain) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineWriter
-
Store domain information to the timeline store.
- put(TimelineEntities) - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- put(TimelineEntities) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- put(TimelineEntities) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- put(TimelineEntities) - Method in interface org.apache.hadoop.yarn.server.timeline.TimelineWriter
-
Stores entity information to the timeline store.
- putDomain(HttpServletRequest, HttpServletResponse, TimelineDomain) - Method in class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
-
Store the given domain into the timeline store, and return the errors that happen during storing.
- putDomain(TimelineDomain, UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
-
Add or update an domain.
- putWithNoDomainId(TimelineEntities) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
R
- read(byte[]) - Static method in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
-
Deserializes an Object from a byte array created with
GenericObjectMapper.write(Object). - read(byte[], int) - Static method in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
-
Deserializes an Object from a byte array at a specified offset, assuming the bytes were created with
GenericObjectMapper.write(Object). - readFields(DataInput) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData
- readReverseOrderedLong(byte[], int) - Static method in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
-
Reads 8 bytes from an array starting at the specified offset and converts them to a long.
- recover(TimelineStateStore.TimelineServiceState) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- RELATED_ENTITIES - Enum constant in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
- removeStoredMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- removeStoredToken(TimelineDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- removeToken(TimelineDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- removeToken(TimelineDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- removeToken(TimelineDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Blocking method to remove a delegation token from the state storage.
- removeTokenMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- removeTokenMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- removeTokenMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Blocking method to remove a delegation token master key.
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AboutBlock
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.NavBlock
- renewDelegationToken(RenewDelegationTokenRequest) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- replaceIfExist(TimelineDomain) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineACLsManager
- RollingLevelDBTimelineStore - Class in org.apache.hadoop.yarn.server.timeline
-
An implementation of an application timeline store backed by leveldb.
- RollingLevelDBTimelineStore() - Constructor for class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
S
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerOnTimelineStore
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Initialize the state storage
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
- serviceStart() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- serviceStart() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- serviceStart() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- serviceStart() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- serviceStart() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Start the state storage for use
- serviceStart() - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- serviceStart() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService
- serviceStop() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService
- serviceStop() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryManagerImpl
- serviceStop() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- serviceStop() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore
- serviceStop() - Method in class org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore
- serviceStop() - Method in class org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
- serviceStop() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Shutdown the state storage.
- serviceStop() - Method in class org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore
- serviceStop() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService
- setAdminACLsManager(AdminACLsManager) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineACLsManager
- setAllocatedResource(Resource) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setAllocatedResource(Resource) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- setAllocatedResource(Resource) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setApplicationName(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setApplicationName(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setApplicationName(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setApplicationType(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setApplicationType(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setApplicationType(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setAssignedNode(NodeId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setAssignedNode(NodeId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- setAssignedNode(NodeId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- setContainerExitStatus(int) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- setContainerExitStatus(int) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setContainerExitStatus(int) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- setContainerState(ContainerState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- setContainerState(ContainerState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setContainerState(ContainerState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- setExposedPorts(Map<String, List<Map<String, String>>>) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- setHost(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setHost(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- setHost(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- setMasterContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setMasterContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- setMasterContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setRPCPort(int) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setRPCPort(int) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData
- setRPCPort(int) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- setStartTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setStartTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setStartTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
- setStartTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData
- setStartTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setStartTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- setSubmitTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setSubmitTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setSubmitTime(long) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setTimelineStore(TimelineStore) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineACLsManager
- setTrackingURL(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- setTrackingURL(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setTrackingURL(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- setup() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSWebApp
- setUser(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setUser(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationStartData
- setUser(String) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- setYarnApplicationAttemptState(YarnApplicationAttemptState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptFinishData
- setYarnApplicationAttemptState(YarnApplicationAttemptState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptHistoryData
- setYarnApplicationAttemptState(YarnApplicationAttemptState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- setYarnApplicationState(YarnApplicationState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationFinishData
- setYarnApplicationState(YarnApplicationState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationHistoryData
- setYarnApplicationState(YarnApplicationState) - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
- skipNextString() - Method in class org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils.KeyParser
-
Moves current position until after the next end of string marker.
- startStorage() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- startStorage() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- startStorage() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Implementation-specific startup.
- storeNewMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- storeNewToken(TimelineDelegationTokenIdentifier, long) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- storeToken(TimelineDelegationTokenIdentifier, Long) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- storeToken(TimelineDelegationTokenIdentifier, Long) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- storeToken(TimelineDelegationTokenIdentifier, Long) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Blocking method to store a delegation token along with the current token sequence number to the state storage.
- storeTokenMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- storeTokenMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- storeTokenMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Blocking method to store a delegation token master key.
T
- TimelineACLsManager - Class in org.apache.hadoop.yarn.server.timeline.security
-
TimelineACLsManagercheck the entity level timeline data access. - TimelineACLsManager(Configuration) - Constructor for class org.apache.hadoop.yarn.server.timeline.security.TimelineACLsManager
- TimelineDataManager - Class in org.apache.hadoop.yarn.server.timeline
-
The class wrap over the timeline store and the ACLs manager.
- TimelineDataManager(TimelineStore, TimelineACLsManager) - Constructor for class org.apache.hadoop.yarn.server.timeline.TimelineDataManager
- TimelineDataManager.CheckAcl - Interface in org.apache.hadoop.yarn.server.timeline
- TimelineDataManagerMetrics - Class in org.apache.hadoop.yarn.server.timeline
-
This class tracks metrics for the TimelineDataManager.
- TimelineDelegationTokenIdentifierData - Class in org.apache.hadoop.yarn.server.timeline.recovery.records
- TimelineDelegationTokenIdentifierData() - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData
- TimelineDelegationTokenIdentifierData(TimelineDelegationTokenIdentifier, long) - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData
- TimelinePolicyProvider - Class in org.apache.hadoop.yarn.server.timeline.security.authorize
-
PolicyProviderfor YARN timeline server protocols. - TimelinePolicyProvider() - Constructor for class org.apache.hadoop.yarn.server.timeline.security.authorize.TimelinePolicyProvider
- TimelineReader - Interface in org.apache.hadoop.yarn.server.timeline
-
This interface is for retrieving timeline information.
- TimelineReader.Field - Enum Class in org.apache.hadoop.yarn.server.timeline
-
Possible fields to retrieve for
TimelineReader.getEntities(java.lang.String, java.lang.Long, java.lang.Long, java.lang.Long, java.lang.String, java.lang.Long, org.apache.hadoop.yarn.server.timeline.NameValuePair, java.util.Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair>, java.util.EnumSet<org.apache.hadoop.yarn.server.timeline.TimelineReader.Field>, org.apache.hadoop.yarn.server.timeline.TimelineDataManager.CheckAcl)andTimelineReader.getEntity(java.lang.String, java.lang.String, java.util.EnumSet<org.apache.hadoop.yarn.server.timeline.TimelineReader.Field>). - TimelineServiceState() - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore.TimelineServiceState
- TimelineStateStore - Class in org.apache.hadoop.yarn.server.timeline.recovery
- TimelineStateStore() - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
- TimelineStateStore(String) - Constructor for class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
- TimelineStateStore.TimelineServiceState - Class in org.apache.hadoop.yarn.server.timeline.recovery
- TimelineStore - Interface in org.apache.hadoop.yarn.server.timeline
- TimelineStore.SystemFilter - Enum Class in org.apache.hadoop.yarn.server.timeline
-
The system filter which will be automatically added to a
TimelineEntity's primary filter section when storing the entity. - TimelineV1DelegationTokenSecretManager(long, long, long, long, TimelineStateStore) - Constructor for class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
-
Create a timeline v1 secret manager.
- TimelineV1DelegationTokenSecretManagerService - Class in org.apache.hadoop.yarn.server.timeline.security
-
The service wrapper of
TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager. - TimelineV1DelegationTokenSecretManagerService() - Constructor for class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService
- TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager - Class in org.apache.hadoop.yarn.server.timeline.security
-
Delegation token secret manager for ATSv1 and ATSv1.5.
- TimelineWebServices - Class in org.apache.hadoop.yarn.server.timeline.webapp
- TimelineWebServices(TimelineDataManager) - Constructor for class org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices
- TimelineWriter - Interface in org.apache.hadoop.yarn.server.timeline
-
This interface is for storing timeline information.
- toByteArray() - Method in class org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData
- toString() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptFinishDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationAttemptStartDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationFinishDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ApplicationStartDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.applicationhistoryservice.records.impl.pb.ContainerStartDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.timeline.EntityIdentifier
- toString() - Method in class org.apache.hadoop.yarn.server.timeline.NameValuePair
- totalOps() - Method in class org.apache.hadoop.yarn.server.timeline.TimelineDataManagerMetrics
U
- updateStoredToken(TimelineDelegationTokenIdentifier, long) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
- updateToken(TimelineDelegationTokenIdentifier, Long) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore
- updateToken(TimelineDelegationTokenIdentifier, Long) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.MemoryTimelineStateStore
- updateToken(TimelineDelegationTokenIdentifier, Long) - Method in class org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
-
Blocking method to update the expiration of a delegation token in the state storage.
V
- valueOf(String) - Static method in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.yarn.server.timeline.TimelineStore.SystemFilter
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.hadoop.yarn.server.timeline.TimelineReader.Field
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.yarn.server.timeline.TimelineStore.SystemFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- write(Object) - Static method in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
-
Serializes an Object into a byte array.
- writeReverseOrderedLong(long) - Static method in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
-
Converts a long to a 8-byte array so that lexicographic ordering of the produced byte arrays sort the longs in descending order.
- writeReverseOrderedLong(long, byte[], int) - Static method in class org.apache.hadoop.yarn.server.timeline.GenericObjectMapper
All Classes and Interfaces|All Packages|Constant Field Values