Uses of Class
org.apache.hadoop.yarn.service.Service.STATE

Packages that use Service.STATE
org.apache.hadoop.yarn.service   
 

Uses of Service.STATE in org.apache.hadoop.yarn.service
 

Methods in org.apache.hadoop.yarn.service that return Service.STATE
 Service.STATE Service.getServiceState()
           
 Service.STATE AbstractService.getServiceState()
           
 Service.STATE FilterService.getServiceState()
           
static Service.STATE Service.STATE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Service.STATE[] Service.STATE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.