This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.client.LensConnectionParams (Lens 2.0.1-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
LensMLClient(LensConnectionParams clientConf, LensSessionHandle sessionHandle)
          Instantiates a new lens ml client.
LensMLClient(LensConnectionParams clientConf, String password)
          Instantiates a new lens ml client.
 

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.