Java org.apache.hadoop.yarn.client.api TimelineClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.client.api TimelineClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.client.api TimelineClient.

The text is from its open source code.

Method

TimelineClientcreateTimelineClient()
Creates an instance of the timeline v.1.x client.
voidinit(Configuration conf)
This invokes #serviceInit
voidputDomain(TimelineDomain domain)

Send the information of a domain to the timeline server.

TimelinePutResponseputEntities(TimelineEntity... entities)

Send the information of a number of conceptual entities to the timeline server.

voidstart()
voidstop()