Uses of Interface
org.apache.hive.service.Service

Packages that use Service
org.apache.hive.service   
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
org.apache.hive.service.cli.session   
org.apache.hive.service.cli.thrift   
org.apache.hive.service.server   
 

Uses of Service in org.apache.hive.service
 

Classes in org.apache.hive.service that implement Service
 class AbstractService
          AbstractService.
 class BreakableService
          This is a service that can be configured to break on any of the lifecycle events, so test the failure handling of other parts of the service infrastructure.
 class CompositeService
          CompositeService.
 class FilterService
          FilterService.
 

Methods in org.apache.hive.service that return types with arguments of type Service
 Collection<Service> CompositeService.getServices()
           
 

Methods in org.apache.hive.service with parameters of type Service
protected  void CompositeService.addService(Service service)
           
static void ServiceOperations.deploy(Service service, HiveConf configuration)
          Initialize then start a service.
static void ServiceOperations.init(Service service, HiveConf configuration)
          Initialize a service.
protected  boolean CompositeService.removeService(Service service)
           
static void ServiceOperations.start(Service service)
          Start a service.
 void ServiceStateChangeListener.stateChanged(Service service)
          Callback to notify of a state change.
static void ServiceOperations.stop(Service service)
          Stop a service.
static Exception ServiceOperations.stopQuietly(Service service)
          Stop a service; if it is null do nothing.
 

Constructors in org.apache.hive.service with parameters of type Service
FilterService(Service service)
           
 

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

Classes in org.apache.hive.service.cli that implement Service
 class CLIService
          SQLService.
 

Uses of Service in org.apache.hive.service.cli.operation
 

Classes in org.apache.hive.service.cli.operation that implement Service
 class OperationManager
          OperationManager.
 

Uses of Service in org.apache.hive.service.cli.session
 

Classes in org.apache.hive.service.cli.session that implement Service
 class SessionManager
          SessionManager.
 

Uses of Service in org.apache.hive.service.cli.thrift
 

Classes in org.apache.hive.service.cli.thrift that implement Service
 class EmbeddedThriftCLIService
          EmbeddedThriftSQLService.
 class ThriftCLIService
          SQLService.
 

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

Classes in org.apache.hive.service.server that implement Service
 class HiveServer2
          HiveServer2.
 



Copyright © 2013 The Apache Software Foundation