Uses of Interface
org.apache.hadoop.yarn.server.timeline.TimelineStore

Packages that use TimelineStore
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   
 

Uses of TimelineStore in org.apache.hadoop.yarn.server.applicationhistoryservice
 

Methods in org.apache.hadoop.yarn.server.applicationhistoryservice that return TimelineStore
 TimelineStore ApplicationHistoryServer.getTimelineStore()
           
 

Uses of TimelineStore in org.apache.hadoop.yarn.server.timeline
 

Classes in org.apache.hadoop.yarn.server.timeline that implement TimelineStore
 class LeveldbTimelineStore
          An implementation of an application timeline store backed by leveldb.
 class MemoryTimelineStore
          In-memory implementation of TimelineStore.
 

Constructors in org.apache.hadoop.yarn.server.timeline with parameters of type TimelineStore
TimelineDataManager(TimelineStore store, TimelineACLsManager timelineACLsManager)
           
 

Uses of TimelineStore in org.apache.hadoop.yarn.server.timeline.security
 

Methods in org.apache.hadoop.yarn.server.timeline.security with parameters of type TimelineStore
 void TimelineACLsManager.setTimelineStore(TimelineStore store)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.