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, waitForServiceToStop
public void serviceInit(org.apache.hadoop.conf.Configuration conf) throws Exception
serviceInit
in class org.apache.hadoop.service.AbstractService
Exception
protected void serviceStart() throws Exception
serviceStart
in class org.apache.hadoop.service.AbstractService
Exception
protected void serviceStop() throws Exception
serviceStop
in class org.apache.hadoop.service.AbstractService
Exception
public 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.TimelineReader
IOException
public 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.TimelineReader
IOException
public Set<String> getEntityTypes(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context) throws IOException
getEntityTypes
in interface org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReader
IOException
public org.apache.hadoop.yarn.api.records.timeline.TimelineHealth getHealthStatus()
getHealthStatus
in interface org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReader
protected org.apache.hadoop.yarn.server.timelineservice.storage.TimelineStorageMonitor getTimelineStorageMonitor()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.