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

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

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)
           
 

Constructors in org.apache.lens.client with parameters of type LensClient
LensMLClient(LensClient lensClient)
           
 

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.
 



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