Uses of Class
org.apache.tez.dag.app.rm.NMCommunicatorEventType

Packages that use NMCommunicatorEventType
org.apache.tez.dag.app.rm   
 

Uses of NMCommunicatorEventType in org.apache.tez.dag.app.rm
 

Methods in org.apache.tez.dag.app.rm that return NMCommunicatorEventType
static NMCommunicatorEventType NMCommunicatorEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NMCommunicatorEventType[] NMCommunicatorEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.tez.dag.app.rm with parameters of type NMCommunicatorEventType
NMCommunicatorEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.NodeId nodeId, org.apache.hadoop.yarn.api.records.Token containerToken, NMCommunicatorEventType type)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.