com.hazelcast.map.impl.mapstore.writebehind
Class WriteBehindManager

java.lang.Object
  extended by com.hazelcast.map.impl.mapstore.writebehind.WriteBehindManager
All Implemented Interfaces:
MapStoreManager

public class WriteBehindManager
extends Object
implements MapStoreManager

Write behind map store manager.


Constructor Summary
WriteBehindManager(MapStoreContext mapStoreContext)
           
 
Method Summary
 MapDataStore getMapDataStore(int partitionId)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteBehindManager

public WriteBehindManager(MapStoreContext mapStoreContext)
Method Detail

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.