Interface TimelineStore

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

@Private @Unstable public interface TimelineStore extends org.apache.hadoop.service.Service, TimelineReader, TimelineWriter
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    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