|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LensClient | |
---|---|
org.apache.lens.cli.commands | |
org.apache.lens.client | |
org.apache.lens.rdd |
Uses of LensClient in org.apache.lens.cli.commands |
---|
Methods in org.apache.lens.cli.commands that return LensClient | |
---|---|
static LensClient |
BaseLensCommand.getClient()
|
Methods in org.apache.lens.cli.commands with parameters of type LensClient | |
---|---|
void |
BaseLensCommand.setClient(LensClient client)
|
Uses of LensClient in org.apache.lens.client |
---|
Methods in org.apache.lens.client that return LensClient | |
---|---|
LensClient |
LensClientSingletonWrapper.getClient()
|
Methods in org.apache.lens.client with parameters of type LensClient | |
---|---|
void |
LensClientSingletonWrapper.setClient(LensClient client)
|
Uses of LensClient in org.apache.lens.rdd |
---|
Constructors in org.apache.lens.rdd with parameters of type LensClient | |
---|---|
LensRDDClient(org.apache.spark.api.java.JavaSparkContext sparkContext,
LensClient lensClient)
Instantiates a new lens rdd client. |
|
LensRDDClient(org.apache.spark.SparkContext sparkContext,
LensClient lensClient)
Instantiates a new lens rdd client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |