| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.applicationhistoryservice | |
| org.apache.hadoop.yarn.server.applicationhistoryservice.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.server.applicationhistoryservice.webapp |
| Modifier and Type | Method and Description |
|---|---|
protected TimelineStore |
ApplicationHistoryServer.createTimelineStore(org.apache.hadoop.conf.Configuration conf) |
TimelineStore |
ApplicationHistoryServer.getTimelineStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
LeveldbTimelineStore
An implementation of an application timeline store backed by leveldb.
|
class |
MemoryTimelineStore
In-memory implementation of
TimelineStore. |
| Constructor and Description |
|---|
AHSWebApp(ApplicationHistoryManager applicationHistoryManager,
TimelineStore timelineStore) |
TimelineWebServices(TimelineStore store) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.