|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |