Java org.apache.hadoop.yarn.api.records.timeline TimelineEvent fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records.timeline TimelineEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records.timeline TimelineEvent.

The text is from its open source code.

Constructor

Method

voidaddEventInfo(String key, Object value)
Add one piece of the information of the event to the existing information map
MapgetEventInfo()
Set the information of the event
StringgetEventType()
Get the event type
longgetTimestamp()
Get the timestamp of the event
voidsetEventInfo(Map eventInfo)
Set the information map to the given map of the information of the event
voidsetEventType(String eventType)
Set the event type
voidsetTimestamp(long timestamp)
Set the timestamp of the event