This project has retired. For details please refer to its Attic page.
LensClientSingletonWrapper (Lens 2.1.0-beta-incubating API)

org.apache.lens.client
Class LensClientSingletonWrapper

java.lang.Object
  extended by org.apache.lens.client.LensClientSingletonWrapper

public class LensClientSingletonWrapper
extends Object

The Enum LensClientSingletonWrapper.


Nested Class Summary
static class LensClientSingletonWrapper.InstanceHolder
          The instance.
 
Method Summary
 void explainFailedAttempt(LensClientServerConnectionException e)
          Explain failed attempt.
 LensClient getClient()
           
static LensClientSingletonWrapper instance()
           
 void setClient(LensClient client)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static LensClientSingletonWrapper instance()

explainFailedAttempt

public void explainFailedAttempt(LensClientServerConnectionException e)
Explain failed attempt.

Parameters:
e - the e

getClient

public LensClient getClient()

setClient

public void setClient(LensClient client)


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