| Constructor and Description |
|---|
DummyStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Object key)
Deletes the entry with a given key from the store.
|
void |
deleteAll(Collection keys)
Deletes multiple entries from the store.
|
Object |
load(Object key)
Loads the value of a given key.
|
Map |
loadAll(Collection keys)
Loads given keys.
|
Set |
loadAllKeys()
Loads all of the keys from the store.
|
void |
store(Object key,
Object value)
Stores the key-value pair.
|
void |
storeAll(Map map)
Stores multiple entries.
|
public Set loadAllKeys()
MapLoaderloadAllKeys in interface MapLoaderpublic Object load(Object key)
MapLoaderpublic Map loadAll(Collection keys)
MapLoaderpublic void store(Object key, Object value)
MapStorepublic void storeAll(Map map)
MapStorepublic void delete(Object key)
MapStorepublic void deleteAll(Collection keys)
MapStoreCopyright © 2021 Hazelcast, Inc.. All rights reserved.