Uses of Class
org.apache.hadoop.yarn.server.timeline.recovery.TimelineStateStore
Packages that use TimelineStateStore
Package
Description
-
Uses of TimelineStateStore in org.apache.hadoop.yarn.server.timeline.recovery
Subclasses of TimelineStateStore in org.apache.hadoop.yarn.server.timeline.recoveryModifier and TypeClassDescriptionclassA timeline service state storage implementation that supports any persistent storage that adheres to the LevelDB interface.classA state store backed by memory for unit tests -
Uses of TimelineStateStore in org.apache.hadoop.yarn.server.timeline.security
Methods in org.apache.hadoop.yarn.server.timeline.security that return TimelineStateStoreModifier and TypeMethodDescriptionprotected TimelineStateStoreTimelineV1DelegationTokenSecretManagerService.createStateStore(org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.yarn.server.timeline.security with parameters of type TimelineStateStoreModifierConstructorDescriptionTimelineV1DelegationTokenSecretManager(long delegationKeyUpdateInterval, long delegationTokenMaxLifetime, long delegationTokenRenewInterval, long delegationTokenRemoverScanInterval, TimelineStateStore stateStore) Create a timeline v1 secret manager.