Uses of Class
org.apache.hive.service.AbstractService

Packages that use AbstractService
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 AbstractService in org.apache.hive.service
 

Subclasses of AbstractService in org.apache.hive.service
 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.
 

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

Subclasses of AbstractService in org.apache.hive.service.cli
 class CLIService
          SQLService.
 

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

Subclasses of AbstractService in org.apache.hive.service.cli.operation
 class OperationManager
          OperationManager.
 

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

Subclasses of AbstractService in org.apache.hive.service.cli.session
 class SessionManager
          SessionManager.
 

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

Subclasses of AbstractService in org.apache.hive.service.cli.thrift
 class EmbeddedThriftCLIService
          EmbeddedThriftSQLService.
 class ThriftCLIService
          SQLService.
 

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

Subclasses of AbstractService in org.apache.hive.service.server
 class HiveServer2
          HiveServer2.
 



Copyright © 2013 The Apache Software Foundation