com.hazelcast.map.impl.mapstore
Interface MapStoreManager

All Known Implementing Classes:
WriteBehindManager, WriteThroughManager

public interface MapStoreManager

Central interface to manage map store.


Method Summary
 MapDataStore getMapDataStore(int partitionId)
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

getMapDataStore

MapDataStore getMapDataStore(int partitionId)


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