This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.client.LensConnectionParams (Lens 2.1.0-beta-incubating API)

Uses of Class
org.apache.lens.client.LensConnectionParams

Packages that use LensConnectionParams
org.apache.lens.client   
org.apache.lens.client.jdbc   
 

Uses of LensConnectionParams in org.apache.lens.client
 

Constructors in org.apache.lens.client with parameters of type LensConnectionParams
LensConnection(LensConnectionParams params)
          Construct a connection to lens server specified by connection parameters.
LensConnection(LensConnectionParams params, LensSessionHandle sessionHandle)
          Construct a connection to lens server specified by connection parameters with an already established session
 

Uses of LensConnectionParams in org.apache.lens.client.jdbc
 

Methods in org.apache.lens.client.jdbc that return LensConnectionParams
static LensConnectionParams JDBCUtils.parseUrl(String uri)
          Parses the JDBC Connection URL.
 



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