| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.timeline.recovery | |
| org.apache.hadoop.yarn.server.timeline.security |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LeveldbTimelineStateStore |
A timeline service state storage implementation that supports any persistent
storage that adheres to the LevelDB interface.
|
class |
MemoryTimelineStateStore |
A state store backed by memory for unit tests
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TimelineStateStore |
TimelineV1DelegationTokenSecretManagerService.createStateStore(org.apache.hadoop.conf.Configuration conf) |
| Constructor | Description |
|---|---|
TimelineV1DelegationTokenSecretManager(long delegationKeyUpdateInterval,
long delegationTokenMaxLifetime,
long delegationTokenRenewInterval,
long delegationTokenRemoverScanInterval,
TimelineStateStore stateStore) |
Create a timeline v1 secret manager.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.