Class NoSqlSessionDataStore.NoSqlSessionData

java.lang.Object
org.eclipse.jetty.session.SessionData
org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
All Implemented Interfaces:
Serializable
Enclosing class:
NoSqlSessionDataStore

public class NoSqlSessionDataStore.NoSqlSessionData extends org.eclipse.jetty.session.SessionData
See Also:
  • Field Summary

    Fields inherited from class org.eclipse.jetty.session.SessionData

    _accessed, _attributes, _contextPath, _cookieSet, _created, _dirty, _expiry, _id, _lastAccessed, _lastNode, _lastSaved, _maxInactiveMs, _metaDataDirty, _vhost
  • Constructor Summary

    Constructors
    Constructor
    Description
    NoSqlSessionData(String id, String cpath, String vhost, long created, long accessed, long lastAccessed, long maxInactiveMs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
     
     

    Methods inherited from class org.eclipse.jetty.session.SessionData

    calcAndSetExpiry, calcAndSetExpiry, calcExpiry, calcExpiry, clean, clearAllAttributes, copy, deserializeAttributes, getAccessed, getAllAttributes, getAttribute, getContextPath, getCookieSet, getCreated, getExpiry, getId, getKeys, getLastAccessed, getLastNode, getLastSaved, getMaxInactiveMs, getVhost, isDirty, isExpiredAt, isMetaDataDirty, putAllAttributes, serializeAttributes, setAccessed, setAttribute, setContextPath, setCookieSet, setCreated, setDirty, setExpiry, setId, setLastAccessed, setLastNode, setLastSaved, setMaxInactiveMs, setMetaDataDirty, setVhost, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NoSqlSessionData

      public NoSqlSessionData(String id, String cpath, String vhost, long created, long accessed, long lastAccessed, long maxInactiveMs)
  • Method Details

    • setVersion

      public void setVersion(Object v)
    • getVersion

      public Object getVersion()
    • setDirty

      public void setDirty(String name)
      Overrides:
      setDirty in class org.eclipse.jetty.session.SessionData
    • takeDirtyAttributes

      public Set<String> takeDirtyAttributes()
    • getAllAttributeNames

      public Set<String> getAllAttributeNames()