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

Packages that use MapStoreContext
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
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 MapStoreContext in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return MapStoreContext
 MapStoreContext MapContainer.getMapStoreContext()
           
 

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

Methods in com.hazelcast.map.impl.mapstore that return MapStoreContext
static MapStoreContext MapStoreContextFactory.createMapStoreContext(MapContainer mapContainer)
           
 

Methods in com.hazelcast.map.impl.mapstore with parameters of type MapStoreContext
static MapStoreManager MapStoreManagers.createWriteBehindManager(MapStoreContext mapStoreContext)
           
static
<K,V> MapDataStore<K,V>
MapDataStores.createWriteBehindStore(MapStoreContext mapStoreContext, int partitionId, WriteBehindProcessor writeBehindProcessor)
          Creates a write behind data store.
static MapStoreManager MapStoreManagers.createWriteThroughManager(MapStoreContext mapStoreContext)
           
static
<K,V> MapDataStore<K,V>
MapDataStores.createWriteThroughStore(MapStoreContext mapStoreContext)
          Creates a write through data store.
 

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

Methods in com.hazelcast.map.impl.mapstore.writebehind with parameters of type MapStoreContext
static WriteBehindProcessor WriteBehindProcessors.createWriteBehindProcessor(MapStoreContext mapStoreContext)
           
 

Constructors in com.hazelcast.map.impl.mapstore.writebehind with parameters of type MapStoreContext
StoreWorker(MapStoreContext mapStoreContext, WriteBehindProcessor writeBehindProcessor)
           
WriteBehindManager(MapStoreContext mapStoreContext)
           
 

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

Constructors in com.hazelcast.map.impl.mapstore.writethrough with parameters of type MapStoreContext
WriteThroughManager(MapStoreContext mapStoreContext)
           
 



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