com.hazelcast.map.impl.mapstore.writebehind
Class WriteBehindManager
java.lang.Object
com.hazelcast.map.impl.mapstore.writebehind.WriteBehindManager
- All Implemented Interfaces:
- MapStoreManager
public class WriteBehindManager
- extends Object
- implements MapStoreManager
Write behind map store manager.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteBehindManager
public WriteBehindManager(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.