public interface MapStoreContext
| 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() | 
| void | start() | 
| void | stop() | 
void start()
void stop()
MapStoreManager getMapStoreManager()
MapStoreWrapper getMapStoreWrapper()
boolean isWriteBehindMapStoreEnabled()
SerializationService getSerializationService()
String getMapName()
MapServiceContext getMapServiceContext()
MapStoreConfig getMapStoreConfig()
boolean isMapLoader()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.