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

org.apache.lens.server.quota
Class QuotaServiceImpl

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.quota.QuotaServiceImpl
All Implemented Interfaces:
Externalizable, Serializable, org.apache.hive.service.Service, QuotaService

public class QuotaServiceImpl
extends LensService
implements QuotaService

The Class QuotaServiceImpl.

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
QuotaServiceImpl(org.apache.hive.service.cli.CLIService cliService)
          Instantiates a new quota 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

QuotaServiceImpl

public QuotaServiceImpl(org.apache.hive.service.cli.CLIService cliService)
Instantiates a new quota service impl.

Parameters:
cliService - the cli service


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