This project has retired. For details please refer to its Attic page.
QuerySchedulerServiceImpl (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.scheduler
Class QuerySchedulerServiceImpl

java.lang.Object
  extended by org.apache.hive.service.AbstractService
      extended by org.apache.hive.service.CompositeService
          extended by org.apache.lens.server.LensService
              extended by org.apache.lens.server.scheduler.QuerySchedulerServiceImpl
All Implemented Interfaces:
Externalizable, Serializable, org.apache.hive.service.Service, QuerySchedulerService

public class QuerySchedulerServiceImpl
extends LensService
implements QuerySchedulerService

The Class QuerySchedulerServiceImpl.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hive.service.CompositeService
org.apache.hive.service.CompositeService.CompositeServiceShutdownHook
 
Nested classes/interfaces inherited from interface org.apache.hive.service.Service
org.apache.hive.service.Service.STATE
 
Field Summary
 
Fields inherited from class org.apache.lens.server.LensService
LOG
 
Constructor Summary
QuerySchedulerServiceImpl(org.apache.hive.service.cli.CLIService cliService)
          Instantiates a new query scheduler service impl.
 
Method Summary
 
Methods inherited from class org.apache.lens.server.LensService
acquire, acquire, addResource, closeSession, deleteResource, getCliService, getHiveSessionHandle, getLensConf, getLensConf, getServerDomain, getSession, getSessionManager, openSession, prepareStopping, readExternal, release, release, restoreSession, writeExternal
 
Methods inherited from class org.apache.hive.service.CompositeService
getServices, init, start, stop
 
Methods inherited from class org.apache.hive.service.AbstractService
getHiveConf, getName, getServiceState, getStartTime, register, unregister
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySchedulerServiceImpl

public QuerySchedulerServiceImpl(org.apache.hive.service.cli.CLIService cliService)
Instantiates a new query scheduler service impl.

Parameters:
cliService - the cli service


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.