Package com.gigaspaces.attribute_store
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.attribute_store.AttributeStore
checkExists, getChildrenIfExist, getObject, remove, setObject
-
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
-