K - type of the MapStore keyV - type of the MapStore valuepublic interface MapStoreFactory<K,V>
| Modifier and Type | Method and Description | 
|---|---|
MapLoader<K,V> | 
newMapStore(String mapName,
           Properties properties)
Produces a MapLoader or a MapStore for the given map name and properties. 
 | 
MapLoader<K,V> newMapStore(String mapName, Properties properties)
PostJoinAwareService.getPostJoinOperation().mapName - name of the distributed map that the produced MapLoader or MapStore will serveproperties - the properties of the MapStoreConfig for the produced MapLoader or MapStoreCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.