Uses of Package
com.hazelcast.map.impl.mapstore

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

Classes in com.hazelcast.map.impl.mapstore used by com.hazelcast.map.impl
MapDataStore
          Map data stores general contract.
MapStoreContext
          A context which provides/initializes map store specific functionality.
 

Classes in com.hazelcast.map.impl.mapstore used by com.hazelcast.map.impl.mapstore
MapDataStore
          Map data stores general contract.
MapStoreContext
          A context which provides/initializes map store specific functionality.
MapStoreManager
          Central interface to manage map store.
 

Classes in com.hazelcast.map.impl.mapstore used by com.hazelcast.map.impl.mapstore.writebehind
AbstractMapDataStore
          Abstract map data store contains common functionality of map data stores.
MapDataStore
          Map data stores general contract.
MapStoreContext
          A context which provides/initializes map store specific functionality.
MapStoreManager
          Central interface to manage map store.
 

Classes in com.hazelcast.map.impl.mapstore used by com.hazelcast.map.impl.mapstore.writethrough
AbstractMapDataStore
          Abstract map data store contains common functionality of map data stores.
MapDataStore
          Map data stores general contract.
MapStoreContext
          A context which provides/initializes map store specific functionality.
MapStoreManager
          Central interface to manage map store.
 



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