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

org.apache.lens.server
Class LensApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.apache.lens.server.LensApplication

@ApplicationPath(value="/")
public class LensApplication
extends javax.ws.rs.core.Application

The Class LensApplication.


Field Summary
static org.apache.hadoop.hive.conf.HiveConf conf
          The conf.
static org.apache.commons.logging.Log LOG
          The Constant LOG.
 
Constructor Summary
LensApplication()
           
 
Method Summary
 Set<Class<?>> getClasses()
           
 
Methods inherited from class javax.ws.rs.core.Application
getProperties, getSingletons
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
The Constant LOG.


conf

public static org.apache.hadoop.hive.conf.HiveConf conf
The conf.

Constructor Detail

LensApplication

public LensApplication()
Method Detail

getClasses

public Set<Class<?>> getClasses()
Overrides:
getClasses in class javax.ws.rs.core.Application


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