public static class AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes extends AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes implements org.apache.geode.Delta
| Constructor and Description |
|---|
DeltaCapableGemFireSessionAttributes() |
DeltaCapableGemFireSessionAttributes(java.lang.Object lock) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commit() |
void |
fromDelta(java.io.DataInput in) |
boolean |
hasDelta() |
protected <T> T |
readObject(java.io.DataInput in) |
protected java.util.function.BiFunction<java.lang.String,java.lang.Object,java.lang.Boolean> |
sessionAttributesChangeInterceptor() |
void |
toDelta(java.io.DataOutput out) |
protected void |
writeObject(java.lang.Object value,
java.io.DataOutput out) |
configureWith, create, create, entrySet, from, from, from, getAttribute, getAttributeNames, getIsDirtyPredicate, getLock, removeAttribute, setAttribute, setIsDirtyPredicate, toStringclear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuespublic DeltaCapableGemFireSessionAttributes()
public DeltaCapableGemFireSessionAttributes(java.lang.Object lock)
protected java.util.function.BiFunction<java.lang.String,java.lang.Object,java.lang.Boolean> sessionAttributesChangeInterceptor()
public void toDelta(java.io.DataOutput out)
throws java.io.IOException
toDelta in interface org.apache.geode.Deltajava.io.IOExceptionprotected void writeObject(java.lang.Object value,
java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionpublic boolean hasDelta()
hasDelta in interface org.apache.geode.DeltahasDelta in class AbstractGemFireOperationsSessionRepository.GemFireSessionAttributespublic void fromDelta(java.io.DataInput in)
throws org.apache.geode.InvalidDeltaException,
java.io.IOException
fromDelta in interface org.apache.geode.Deltaorg.apache.geode.InvalidDeltaExceptionjava.io.IOExceptionprotected <T> T readObject(java.io.DataInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOExceptionprotected void commit()
commit in class AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes