Uses of Class
com.hazelcast.map.impl.mapstore.AbstractMapDataStore

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

Subclasses of AbstractMapDataStore in com.hazelcast.map.impl.mapstore.writebehind
 class WriteBehindStore
          TODO Holds current write behind state and should be included in migrations.
 

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

Subclasses of AbstractMapDataStore in com.hazelcast.map.impl.mapstore.writethrough
 class WriteThroughStore
          Write through map data store implementation.
 



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