Uses of Class
org.apache.hadoop.mapreduce.v2.app.rm.ContainerAllocator.EventType

Packages that use ContainerAllocator.EventType
org.apache.hadoop.mapreduce.v2.app.rm   
 

Uses of ContainerAllocator.EventType in org.apache.hadoop.mapreduce.v2.app.rm
 

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

Constructors in org.apache.hadoop.mapreduce.v2.app.rm with parameters of type ContainerAllocator.EventType
ContainerAllocatorEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, ContainerAllocator.EventType type)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.