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

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

public class StoreWorker
extends Object
implements Runnable

Used to process store operations in another thread. Collects entries from write behind queues and passes them to writeBehindProcessor. Created per map.


Constructor Summary
StoreWorker(MapStoreContext mapStoreContext, WriteBehindProcessor writeBehindProcessor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreWorker

public StoreWorker(MapStoreContext mapStoreContext,
                   WriteBehindProcessor writeBehindProcessor)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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