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(String mapName, Properties properties)
          Produces a MapLoader or a MapStore for the given map name and properties.
 

Method Detail

newMapStore

MapLoader<K,V> newMapStore(String mapName,
                           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 serve
properties - the properties of the MapStoreConfig for the produced MapLoader or MapStore


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.