public 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)
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 MapStoreCopyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.