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 AttributeStore
IOException
public String set(String key, String value) throws IOException
set
in class AttributeStore
IOException
public void close() throws Exception
close
in class AttributeStore
Exception
public String remove(String name) throws IOException
remove
in class AttributeStore
IOException
public <T> T withProperties(PropertiesHandler<T> propertiesHandler) throws IOException
IOException
Copyright © GigaSpaces.