Class MemoryApplicationHistoryStore

java.lang.Object
org.apache.hadoop.service.AbstractService
org.apache.hadoop.yarn.server.applicationhistoryservice.MemoryApplicationHistoryStore
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.service.Service, ApplicationHistoryReader, ApplicationHistoryStore, ApplicationHistoryWriter

@Private @Unstable public class MemoryApplicationHistoryStore extends org.apache.hadoop.service.AbstractService implements ApplicationHistoryStore
In-memory implementation of ApplicationHistoryStore. This implementation is for test purpose only. If users improperly instantiate it, they may encounter reading and writing history data in different memory store.