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

All Superinterfaces:
Closeable, org.apache.hadoop.service.Service, TimelineReader, TimelineWriter
All Known Implementing Classes:
LeveldbTimelineStore, MemoryTimelineStore

@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface TimelineStore
extends org.apache.hadoop.service.Service, TimelineReader, TimelineWriter


Nested Class Summary
static class TimelineStore.SystemFilter
          The system filter which will be automatically added to a TimelineEntity's primary filter section when storing the entity.
 
Nested classes/interfaces inherited from interface org.apache.hadoop.service.Service
org.apache.hadoop.service.Service.STATE
 
Nested classes/interfaces inherited from interface org.apache.hadoop.yarn.server.timeline.TimelineReader
TimelineReader.Field
 
Field Summary
 
Fields inherited from interface org.apache.hadoop.yarn.server.timeline.TimelineReader
DEFAULT_LIMIT
 
Method Summary
 
Methods inherited from interface org.apache.hadoop.service.Service
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, registerServiceListener, start, stop, unregisterServiceListener, waitForServiceToStop
 
Methods inherited from interface org.apache.hadoop.yarn.server.timeline.TimelineReader
getDomain, getDomains, getEntities, getEntity, getEntityTimelines
 
Methods inherited from interface org.apache.hadoop.yarn.server.timeline.TimelineWriter
put, put
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.