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()
MapLoader
loadAllKeys
in interface MapLoader
public Object load(Object key)
MapLoader
public Map loadAll(Collection keys)
MapLoader
public void store(Object key, Object value)
MapStore
public void storeAll(Map map)
MapStore
public void delete(Object key)
MapStore
public void deleteAll(Collection keys)
MapStore
Copyright © 2014 Hazelcast, Inc.. All rights reserved.