com.hazelcast.map.impl.mapstore
Class MapStoreManagers
java.lang.Object
com.hazelcast.map.impl.mapstore.MapStoreManagers
public final class MapStoreManagers
- extends Object
Static factory class for various map store managers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createWriteThroughManager
public static MapStoreManager createWriteThroughManager(MapStoreContext mapStoreContext)
createWriteBehindManager
public static MapStoreManager createWriteBehindManager(MapStoreContext mapStoreContext)
emptyMapStoreManager
public static MapStoreManager emptyMapStoreManager()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.