com.hazelcast.map.impl.mapstore
Class MapStoreManagers

java.lang.Object
  extended by com.hazelcast.map.impl.mapstore.MapStoreManagers

public final class MapStoreManagers
extends Object

Static factory class for various map store managers.


Method Summary
static MapStoreManager createWriteBehindManager(MapStoreContext mapStoreContext)
           
static MapStoreManager createWriteThroughManager(MapStoreContext mapStoreContext)
           
static MapStoreManager emptyMapStoreManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.