com.hazelcast.map.impl.mapstore.writethrough
Class WriteThroughManager
java.lang.Object
com.hazelcast.map.impl.mapstore.writethrough.WriteThroughManager
- All Implemented Interfaces:
- MapStoreManager
public class WriteThroughManager
- extends Object
- implements MapStoreManager
Write through map store manager.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteThroughManager
public WriteThroughManager(MapStoreContext mapStoreContext)
start
public void start()
- Specified by:
start
in interface MapStoreManager
stop
public void stop()
- Specified by:
stop
in interface MapStoreManager
getMapDataStore
public MapDataStore getMapDataStore(int partitionId)
- Specified by:
getMapDataStore
in interface MapStoreManager
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.