Package com.gigaspaces.attribute_store
Interface AttributeStore
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
PropertiesFileAttributeStore,TransientAttributeStore
- Since:
- 10.2
- Author:
- yechiel
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancheckExists(String path) byte[]getChildrenIfExist(String path) default <T> Tdefault Stringbyte[]default <T> void
-
Method Details
-
get
- Throws:
IOException
-
set
- Throws:
IOException
-
getBytes
- Throws:
IOException
-
setBytes
- Throws:
IOException
-
getObject
- Throws:
IOException
-
setObject
- Throws:
IOException
-
remove
- Throws:
IOException
-
remove
- Throws:
IOException
-
getChildrenIfExist
- Throws:
IOException
-
checkExists
-