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

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

Methods in com.hazelcast.map.impl that return MapDataStore
 MapDataStore<Data,Object> RecordStore.getMapDataStore()
           
 MapDataStore<Data,Object> DefaultRecordStore.getMapDataStore()
           
 

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

Classes in com.hazelcast.map.impl.mapstore that implement MapDataStore
 class AbstractMapDataStore<K,V>
          Abstract map data store contains common functionality of map data stores.
 

Methods in com.hazelcast.map.impl.mapstore that return MapDataStore
static
<K,V> MapDataStore<K,V>
MapDataStores.createWriteBehindStore(MapStoreContext mapStoreContext, int partitionId, WriteBehindProcessor writeBehindProcessor)
          Creates a write behind data store.
static
<K,V> MapDataStore<K,V>
MapDataStores.createWriteThroughStore(MapStoreContext mapStoreContext)
          Creates a write through data store.
static
<K,V> MapDataStore<K,V>
MapDataStores.emptyStore()
          Used for providing neutral null behaviour.
 MapDataStore MapStoreManager.getMapDataStore(int partitionId)
           
 

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

Classes in com.hazelcast.map.impl.mapstore.writebehind that implement MapDataStore
 class WriteBehindStore
          TODO Holds current write behind state and should be included in migrations.
 

Methods in com.hazelcast.map.impl.mapstore.writebehind that return MapDataStore
 MapDataStore WriteBehindManager.getMapDataStore(int partitionId)
           
 

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

Classes in com.hazelcast.map.impl.mapstore.writethrough that implement MapDataStore
 class WriteThroughStore
          Write through map data store implementation.
 

Methods in com.hazelcast.map.impl.mapstore.writethrough that return MapDataStore
 MapDataStore WriteThroughManager.getMapDataStore(int partitionId)
           
 



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