org.apache.lens.server.session
Class LensSessionImpl.LensSessionPersistInfo
java.lang.Object
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
LensSessionImpl.LensSessionPersistInfo
public LensSessionImpl.LensSessionPersistInfo()
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.