voldemort.rest.server
Class StorageWorkerThread

java.lang.Object
  extended by voldemort.rest.server.StorageWorkerThread
All Implemented Interfaces:
java.lang.Runnable

public class StorageWorkerThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
StorageWorkerThread(org.jboss.netty.channel.MessageEvent messageEvent, java.util.concurrent.ConcurrentHashMap<java.lang.String,StoreStats> storeStatsMap, StoreStats aggregatedStoreStats, boolean isJmxEnabled, int localZoneId)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageWorkerThread

public StorageWorkerThread(org.jboss.netty.channel.MessageEvent messageEvent,
                           java.util.concurrent.ConcurrentHashMap<java.lang.String,StoreStats> storeStatsMap,
                           StoreStats aggregatedStoreStats,
                           boolean isJmxEnabled,
                           int localZoneId)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu