com.hazelcast.map.impl.mapstore
Interface MapStoreContext
public interface MapStoreContext
A context which provides/initializes map store specific functionality.
Specifically,
creates map store implementation from map store configuration.
creates map store manager according to write-behind or write-through store configuration
loads initial keys if a loader defined.
start
void start()
stop
void stop()
getMapStoreManager
MapStoreManager getMapStoreManager()
getInitialKeys
Map<Data,Object> getInitialKeys()
getMapStoreWrapper
MapStoreWrapper getMapStoreWrapper()
isWriteBehindMapStoreEnabled
boolean isWriteBehindMapStoreEnabled()
getSerializationService
SerializationService getSerializationService()
getLogger
ILogger getLogger(Class clazz)
getMapName
String getMapName()
getMapServiceContext
MapServiceContext getMapServiceContext()
getMapStoreConfig
MapStoreConfig getMapStoreConfig()
waitInitialLoadFinish
void waitInitialLoadFinish()
throws Exception
- Throws:
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.