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 |
|---|---|
void |
clearDelta() |
void |
fromDelta(java.io.DataInput in) |
boolean |
hasDelta() |
protected <T> T |
readObject(java.io.DataInput in) |
java.lang.Object |
removeAttribute(java.lang.String attributeName) |
java.lang.Object |
setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue) |
void |
toDelta(java.io.DataOutput out) |
protected void |
writeObject(java.lang.Object value,
java.io.DataOutput out) |
create, create, entrySet, from, from, from, getAttribute, getAttributeNames, getLock, toStringclear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuespublic DeltaCapableGemFireSessionAttributes()
public DeltaCapableGemFireSessionAttributes(java.lang.Object lock)
public java.lang.Object setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
setAttribute in class AbstractGemFireOperationsSessionRepository.GemFireSessionAttributespublic java.lang.Object removeAttribute(java.lang.String attributeName)
removeAttribute in class AbstractGemFireOperationsSessionRepository.GemFireSessionAttributespublic 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.IOExceptionpublic void clearDelta()
clearDelta in class AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes