Uses of Interface
com.hazelcast.map.impl.mapstore.MapStoreManager

Packages that use MapStoreManager
com.hazelcast.map.impl.mapstore Contains map store operations. 
com.hazelcast.map.impl.mapstore.writebehind Package for processing write behind store operations. 
com.hazelcast.map.impl.mapstore.writethrough Package for processing write through store operations. 
 

Uses of MapStoreManager in com.hazelcast.map.impl.mapstore
 

Methods in com.hazelcast.map.impl.mapstore that return MapStoreManager
static MapStoreManager MapStoreManagers.createWriteBehindManager(MapStoreContext mapStoreContext)
           
static MapStoreManager MapStoreManagers.createWriteThroughManager(MapStoreContext mapStoreContext)
           
static MapStoreManager MapStoreManagers.emptyMapStoreManager()
           
 MapStoreManager MapStoreContext.getMapStoreManager()
           
 

Uses of MapStoreManager in com.hazelcast.map.impl.mapstore.writebehind
 

Classes in com.hazelcast.map.impl.mapstore.writebehind that implement MapStoreManager
 class WriteBehindManager
          Write behind map store manager.
 

Uses of MapStoreManager in com.hazelcast.map.impl.mapstore.writethrough
 

Classes in com.hazelcast.map.impl.mapstore.writethrough that implement MapStoreManager
 class WriteThroughManager
          Write through map store manager.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.