public interface MapStoreContext
Specifically:
| Modifier and Type | Method and Description | 
|---|---|
ILogger | 
getLogger(Class clazz)  | 
String | 
getMapName()  | 
MapServiceContext | 
getMapServiceContext()  | 
MapStoreConfig | 
getMapStoreConfig()  | 
MapStoreManager | 
getMapStoreManager()  | 
MapStoreWrapper | 
getMapStoreWrapper()  | 
SerializationService | 
getSerializationService()  | 
boolean | 
isMapLoader()  | 
boolean | 
isWriteBehindMapStoreEnabled()  | 
Iterable<Object> | 
loadAllKeys()
Returns an  
Iterable over all keys or an empty iterable
 if there is no map loader configured for this map. | 
void | 
start()  | 
void | 
stop()  | 
void start()
void stop()
MapStoreManager getMapStoreManager()
MapStoreWrapper getMapStoreWrapper()
boolean isWriteBehindMapStoreEnabled()
SerializationService getSerializationService()
String getMapName()
MapServiceContext getMapServiceContext()
MapStoreConfig getMapStoreConfig()
Iterable<Object> loadAllKeys()
Iterable over all keys or an empty iterable
 if there is no map loader configured for this map.MapLoader.loadAllKeys()boolean isMapLoader()
true if a MapLoader is configured for this mapCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.