public class HBaseTimelineReaderImpl
extends org.apache.hadoop.service.AbstractService
implements org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReader
TimelineReader.| Constructor and Description | 
|---|
| HBaseTimelineReaderImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity> | getEntities(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
           org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters filters,
           org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve) | 
| org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | getEntity(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
         org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve) | 
| Set<String> | getEntityTypes(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context) | 
| org.apache.hadoop.yarn.api.records.timeline.TimelineHealth | getHealthStatus() | 
| protected org.apache.hadoop.yarn.server.timelineservice.storage.TimelineStorageMonitor | getTimelineStorageMonitor() | 
| void | serviceInit(org.apache.hadoop.conf.Configuration conf) | 
| protected void | serviceStart() | 
| protected void | serviceStop() | 
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic void serviceInit(org.apache.hadoop.conf.Configuration conf)
                 throws Exception
serviceInit in class org.apache.hadoop.service.AbstractServiceExceptionprotected void serviceStart()
                     throws Exception
serviceStart in class org.apache.hadoop.service.AbstractServiceExceptionprotected void serviceStop()
                    throws Exception
serviceStop in class org.apache.hadoop.service.AbstractServiceExceptionpublic org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity getEntity(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
                                                                                   org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve)
                                                                            throws IOException
getEntity in interface org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReaderIOExceptionpublic Set<org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity> getEntities(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters filters, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve) throws IOException
getEntities in interface org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReaderIOExceptionpublic Set<String> getEntityTypes(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context) throws IOException
getEntityTypes in interface org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReaderIOExceptionpublic org.apache.hadoop.yarn.api.records.timeline.TimelineHealth getHealthStatus()
getHealthStatus in interface org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReaderprotected org.apache.hadoop.yarn.server.timelineservice.storage.TimelineStorageMonitor getTimelineStorageMonitor()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.