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

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<SystemMetricsEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.metrics.SystemMetricsEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.metrics.ApplicationACLsUpdatedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SystemMetricsEventType>

public class ApplicationACLsUpdatedEvent
extends SystemMetricsEvent


Constructor Summary
ApplicationACLsUpdatedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, String viewAppACLs, long updatedTime)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
           
 String getViewAppACLs()
           
 
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

ApplicationACLsUpdatedEvent

public ApplicationACLsUpdatedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
                                   String viewAppACLs,
                                   long updatedTime)
Method Detail

getApplicationId

public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()

getViewAppACLs

public String getViewAppACLs()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.