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 ClassesModifier and TypeInterfaceDescriptionstatic enumThe system filter which will be automatically added to aTimelineEntity's primary filter section when storing the entity.Nested classes/interfaces inherited from interface org.apache.hadoop.service.Service
org.apache.hadoop.service.Service.STATENested 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, waitForServiceToStopMethods inherited from interface org.apache.hadoop.yarn.server.timeline.TimelineReader
getDomain, getDomains, getEntities, getEntity, getEntityTimelinesMethods inherited from interface org.apache.hadoop.yarn.server.timeline.TimelineWriter
put, put