Package | Description |
---|---|
org.apache.hadoop.yarn.server.timeline.recovery | |
org.apache.hadoop.yarn.server.timeline.security |
Modifier and Type | Class and 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 and Description |
---|---|
protected TimelineStateStore |
TimelineV1DelegationTokenSecretManagerService.createStateStore(org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
TimelineV1DelegationTokenSecretManager(long delegationKeyUpdateInterval,
long delegationTokenMaxLifetime,
long delegationTokenRenewInterval,
long delegationTokenRemoverScanInterval,
TimelineStateStore stateStore)
Create a timeline v1 secret manager.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.