public class FileSystemPersistenceProvider extends Object implements com.hazelcast.core.MapLoader<String,Object>, com.hazelcast.core.MapStore<String,Object>
Constructor and Description |
---|
FileSystemPersistenceProvider() |
FileSystemPersistenceProvider(String mapName) |
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
void |
deleteAll(Collection<String> keys) |
Object |
load(String key) |
Map<String,Object> |
loadAll(Collection<String> keys) |
Set<String> |
loadAllKeys() |
void |
store(String key,
Object value) |
void |
storeAll(Map<String,Object> keyValueMap) |
public FileSystemPersistenceProvider()
public FileSystemPersistenceProvider(String mapName)
public void delete(String key)
public void deleteAll(Collection<String> keys)
public Map<String,Object> loadAll(Collection<String> keys)
This work is licensed under a Creative Commons Attribution 4.0 International License.