Uses of Interface
org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryReader

Packages that use ApplicationHistoryReader
org.apache.hadoop.yarn.server.applicationhistoryservice   
 

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

Subinterfaces of ApplicationHistoryReader in org.apache.hadoop.yarn.server.applicationhistoryservice
 interface ApplicationHistoryStore
          This class is the abstract of the storage of the application history data.
 

Classes in org.apache.hadoop.yarn.server.applicationhistoryservice that implement ApplicationHistoryReader
 class FileSystemApplicationHistoryStore
          File system implementation of ApplicationHistoryStore.
 class MemoryApplicationHistoryStore
          In-memory implementation of ApplicationHistoryStore.
 class NullApplicationHistoryStore
          Dummy implementation of ApplicationHistoryStore.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.