| 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)
MapStorepublic void store(Object key, Object value)
MapStorepublic void storeAll(Map map)
MapStorepublic void deleteAll(Collection keys)
MapStorepublic Set loadAllKeys()
MapLoaderloadAllKeys in interface MapLoaderpublic Object load(Object key)
MapLoaderpublic Map loadAll(Collection keys)
MapLoaderpublic Object getImpl()
public boolean isPostProcessingMapStore()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.