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