@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract class TimelineClient
extends org.apache.hadoop.service.AbstractService
Modifier | Constructor and Description |
---|---|
protected |
TimelineClient(String name) |
Modifier and Type | Method and Description |
---|---|
static TimelineClient |
createTimelineClient() |
abstract org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse |
putEntities(org.apache.hadoop.yarn.api.records.timeline.TimelineEntity... entities)
Send the information of a number of conceptual entities to the timeline
server.
|
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, serviceInit, serviceStart, serviceStop, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStop
@InterfaceAudience.Private protected TimelineClient(String name)
@InterfaceAudience.Public public static TimelineClient createTimelineClient()
@InterfaceAudience.Public public abstract org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse putEntities(org.apache.hadoop.yarn.api.records.timeline.TimelineEntity... entities) throws IOException, org.apache.hadoop.yarn.exceptions.YarnException
Send the information of a number of conceptual entities to the timeline server. It is a blocking API. The method will not return until it gets the response from the timeline server.
entities
- the collection of TimelineEntity
IOException
org.apache.hadoop.yarn.exceptions.YarnException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.