Package com.gigaspaces.attribute_store
Class PropertiesFileAttributeStore
java.lang.Object
com.gigaspaces.attribute_store.PropertiesFileAttributeStore
- All Implemented Interfaces:
AttributeStore,Closeable,Serializable,AutoCloseable
Note that this is a technology preview feature may be changed in the future.
- Since:
- 10.2
- Author:
- Kobi, Modified by Barak.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()byte[]byte[]<T> TwithProperties(PropertiesHandler<T> propertiesHandler) 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
-
PropertiesFileAttributeStore
public PropertiesFileAttributeStore() -
PropertiesFileAttributeStore
-
-
Method Details
-
get
- Specified by:
getin interfaceAttributeStore- Throws:
IOException
-
set
- Specified by:
setin interfaceAttributeStore- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
remove
- Specified by:
removein interfaceAttributeStore- Throws:
IOException
-
withProperties
- Throws:
IOException
-
getBytes
- Specified by:
getBytesin interfaceAttributeStore- Throws:
IOException
-
setBytes
- Specified by:
setBytesin interfaceAttributeStore- Throws:
IOException
-