Class AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
java.lang.Object
java.util.AbstractMap<String,Object>
org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
- Enclosing class:
- AbstractGemFireOperationsSessionRepository
public static class AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
extends AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
implements org.apache.geode.Delta
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected void
commit()
void
boolean
hasDelta()
protected <T> T
readObject
(DataInput in) protected BiFunction<String,
Object, Boolean> void
toDelta
(DataOutput out) protected void
writeObject
(Object value, DataOutput out) Methods inherited from class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
configureWith, create, create, entrySet, from, from, from, getAttribute, getAttributeNames, getIsDirtyPredicate, getLock, removeAttribute, setAttribute, setIsDirtyPredicate, toString
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.geode.Delta
getForceRecalculateSize
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DeltaCapableGemFireSessionAttributes
public DeltaCapableGemFireSessionAttributes() -
DeltaCapableGemFireSessionAttributes
-
-
Method Details
-
sessionAttributesChangeInterceptor
-
toDelta
- Specified by:
toDelta
in interfaceorg.apache.geode.Delta
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
hasDelta
public boolean hasDelta()- Specified by:
hasDelta
in interfaceorg.apache.geode.Delta
- Overrides:
hasDelta
in classAbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
-
fromDelta
- Specified by:
fromDelta
in interfaceorg.apache.geode.Delta
- Throws:
org.apache.geode.InvalidDeltaException
IOException
-
readObject
- Throws:
ClassNotFoundException
IOException
-
commit
protected void commit()- Overrides:
commit
in classAbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
-