Constructor and Description |
---|
MapStoreWrapper(Object impl,
String mapName,
boolean enabled) |
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.
|
void |
destroy() |
void |
disable() |
void |
enable() |
Object |
getImpl() |
MapStore |
getMapStore() |
boolean |
isEnabled() |
boolean |
isPostProcessingMapStore() |
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.
|
String |
toString() |
public MapStore getMapStore()
public void enable()
public void disable()
public boolean isEnabled()
public void destroy()
public void delete(Object key)
MapStore
public void store(Object key, Object value)
MapStore
public void storeAll(Map map)
MapStore
public void deleteAll(Collection keys)
MapStore
public Set loadAllKeys()
MapLoader
loadAllKeys
in interface MapLoader
public Object load(Object key)
MapLoader
public Map loadAll(Collection keys)
MapLoader
public Object getImpl()
public boolean isPostProcessingMapStore()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.