com.hazelcast.map.impl.mapstore.writethrough
Class WriteThroughManager

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

public class WriteThroughManager
extends Object
implements MapStoreManager

Write through map store manager.


Constructor Summary
WriteThroughManager(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

WriteThroughManager

public WriteThroughManager(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.