Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.ContainerPreemptEventType

Packages that use ContainerPreemptEventType
org.apache.hadoop.yarn.server.resourcemanager.scheduler   
 

Uses of ContainerPreemptEventType in org.apache.hadoop.yarn.server.resourcemanager.scheduler
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return ContainerPreemptEventType
static ContainerPreemptEventType ContainerPreemptEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerPreemptEventType[] ContainerPreemptEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type ContainerPreemptEventType
ContainerPreemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId aid, RMContainer container, ContainerPreemptEventType type)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.