Uses of Class
org.apache.hive.service.Service.STATE

Packages that use Service.STATE
org.apache.hive.service   
 

Uses of Service.STATE in org.apache.hive.service
 

Methods in org.apache.hive.service that return Service.STATE
 Service.STATE Service.getServiceState()
          Get the current service state
 Service.STATE FilterService.getServiceState()
           
 Service.STATE AbstractService.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.
 

Methods in org.apache.hive.service with parameters of type Service.STATE
static void ServiceOperations.ensureCurrentState(Service.STATE state, Service.STATE expectedState)
          Verify that that a service is in a given state.
 int BreakableService.getCount(Service.STATE state)
           
 



Copyright © 2013 The Apache Software Foundation