org.apache.hadoop.yarn.server.resourcemanager.metrics
Class SystemMetricsEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<SystemMetricsEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.metrics.SystemMetricsEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SystemMetricsEventType>
Direct Known Subclasses:
AppAttemptFinishedEvent, AppAttemptRegisteredEvent, ApplicationACLsUpdatedEvent, ApplicationCreatedEvent, ApplicationFinishedEvent, ContainerCreatedEvent, ContainerFinishedEvent

public class SystemMetricsEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<SystemMetricsEventType>


Constructor Summary
SystemMetricsEvent(SystemMetricsEventType type)
           
SystemMetricsEvent(SystemMetricsEventType type, long timestamp)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemMetricsEvent

public SystemMetricsEvent(SystemMetricsEventType type)

SystemMetricsEvent

public SystemMetricsEvent(SystemMetricsEventType type,
                          long timestamp)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.