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

org.apache.lens.server.session
Class LensSessionImpl.LensSessionPersistInfo

java.lang.Object
  extended by org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
LensSessionImpl

public static class LensSessionImpl.LensSessionPersistInfo
extends Object
implements Externalizable

The Class LensSessionPersistInfo.

See Also:
Serialized Form

Constructor Summary
LensSessionImpl.LensSessionPersistInfo()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void setSessionConf(Map<String,String> sessionConf)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LensSessionImpl.LensSessionPersistInfo

public LensSessionImpl.LensSessionPersistInfo()
Method Detail

setSessionConf

public void setSessionConf(Map<String,String> sessionConf)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


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