Class TransientAttributeStore
java.lang.Object
com.gigaspaces.attribute_store.TransientAttributeStore
- All Implemented Interfaces:
AttributeStore, Closeable, Serializable, AutoCloseable
- Since:
- 10.2
- Author:
- yechiel
- See Also:
-
Constructor Details
-
TransientAttributeStore
public TransientAttributeStore()
-
-
Method Details
-
get
- Specified by:
getin interfaceAttributeStore
-
set
- Specified by:
setin interfaceAttributeStore
-
remove
- Specified by:
removein interfaceAttributeStore
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getBytes
- Specified by:
getBytesin interfaceAttributeStore- Throws:
IOException
-
setBytes
- Specified by:
setBytesin interfaceAttributeStore- Throws:
IOException
-