Uses of Class
com.hazelcast.map.impl.MapStoreWrapper

Packages that use MapStoreWrapper
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 MapStoreWrapper in com.hazelcast.map.impl.mapstore
 

Methods in com.hazelcast.map.impl.mapstore that return MapStoreWrapper
 MapStoreWrapper MapStoreContext.getMapStoreWrapper()
           
 MapStoreWrapper AbstractMapDataStore.getStore()
           
 

Constructors in com.hazelcast.map.impl.mapstore with parameters of type MapStoreWrapper
AbstractMapDataStore(MapStoreWrapper store, SerializationService serializationService)
           
 

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

Constructors in com.hazelcast.map.impl.mapstore.writebehind with parameters of type MapStoreWrapper
WriteBehindStore(MapStoreWrapper store, SerializationService serializationService, long writeDelayTime, int partitionId)
           
 

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

Constructors in com.hazelcast.map.impl.mapstore.writethrough with parameters of type MapStoreWrapper
WriteThroughStore(MapStoreWrapper store, SerializationService serializationService)
           
 



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