public class PropertiesFileAttributeStore extends AttributeStore implements Serializable
| Constructor and Description |
|---|
PropertiesFileAttributeStore() |
PropertiesFileAttributeStore(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
get(String key) |
String |
remove(String name) |
String |
set(String key,
String value) |
<T> T |
withProperties(PropertiesHandler<T> propertiesHandler) |
public PropertiesFileAttributeStore()
public PropertiesFileAttributeStore(String path)
public String get(String key) throws IOException
get in class AttributeStoreIOExceptionpublic String set(String key, String value) throws IOException
set in class AttributeStoreIOExceptionpublic void close()
throws Exception
close in class AttributeStoreExceptionpublic String remove(String name) throws IOException
remove in class AttributeStoreIOExceptionpublic <T> T withProperties(PropertiesHandler<T> propertiesHandler) throws IOException
IOExceptionCopyright © GigaSpaces.