public static class AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession extends AbstractGemFireOperationsSessionRepository.GemFireSession<AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes> implements org.apache.geode.Delta
DEFAULT_MAX_INACTIVE_INTERVAL, SPRING_SECURITY_CONTEXT| Constructor and Description |
|---|
DeltaCapableGemFireSession() |
DeltaCapableGemFireSession(org.springframework.session.Session session) |
DeltaCapableGemFireSession(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromDelta(java.io.DataInput in) |
protected AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes |
newSessionAttributes(java.lang.Object lock) |
void |
toDelta(java.io.DataOutput out) |
changeSessionId, clearDelta, compareTo, copy, create, create, equals, from, getAttribute, getAttributeNames, getAttributes, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getPrincipalName, hasDelta, hashCode, isExpired, removeAttribute, setAttribute, setLastAccessedTime, setMaxInactiveInterval, setPrincipalName, toString, triggerDelta, triggerDeltapublic DeltaCapableGemFireSession()
public DeltaCapableGemFireSession(java.lang.String id)
public DeltaCapableGemFireSession(org.springframework.session.Session session)
protected AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes newSessionAttributes(java.lang.Object lock)
public void toDelta(java.io.DataOutput out)
throws java.io.IOException
toDelta in interface org.apache.geode.Deltajava.io.IOExceptionpublic void fromDelta(java.io.DataInput in)
throws java.io.IOException
fromDelta in interface org.apache.geode.Deltajava.io.IOException