com.hazelcast.core
Interface MapStoreFactory<K,V>
public interface MapStoreFactory<K,V>
Factory for MapLoader or MapStore instances, specifiable in MapStoreConfig.
|
Method Summary |
MapLoader<K,V> |
newMapStore(java.lang.String mapName,
java.util.Properties properties)
Produces a MapLoader or a MapStore for the given map name and properties. |
newMapStore
MapLoader<K,V> newMapStore(java.lang.String mapName,
java.util.Properties properties)
- Produces a MapLoader or a MapStore for the given map name and properties.
- Parameters:
mapName - name of the map (or other instance) that the produced MapLoader or MapStore will serveproperties - the properties of the MapStoreConfig for the produced MapLoader or MapStore
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.