Package | Description |
---|---|
org.apache.hadoop.yarn.server.applicationhistoryservice | |
org.apache.hadoop.yarn.server.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.server.timeline.security |
Modifier and Type | Method and Description |
---|---|
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 . |
class |
RollingLevelDBTimelineStore
An implementation of an application timeline store backed by leveldb.
|
Constructor and Description |
---|
TimelineDataManager(TimelineStore store,
TimelineACLsManager timelineACLsManager) |
Modifier and Type | Method and Description |
---|---|
void |
TimelineACLsManager.setTimelineStore(TimelineStore store) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.