Package | Description |
---|---|
org.apache.hadoop.yarn.server.applicationhistoryservice |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationHistoryStore
This class is the abstract of the storage of the application history data.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemApplicationHistoryStore
File system implementation of
ApplicationHistoryStore . |
class |
MemoryApplicationHistoryStore
In-memory implementation of
ApplicationHistoryStore . |
class |
NullApplicationHistoryStore
Dummy implementation of
ApplicationHistoryStore . |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.