voldemort.server.scheduler.slop
Class StreamingSlopPusherJob

java.lang.Object
  extended by voldemort.server.scheduler.slop.SlopPusherJob
      extended by voldemort.server.scheduler.slop.StreamingSlopPusherJob
All Implemented Interfaces:
java.lang.Runnable

public class StreamingSlopPusherJob
extends SlopPusherJob
implements java.lang.Runnable


Field Summary
static java.lang.String TYPE_NAME
           
 
Fields inherited from class voldemort.server.scheduler.slop.SlopPusherJob
failureDetector, metadataStore, repairPermits, storeRepo, voldemortConfig
 
Constructor Summary
StreamingSlopPusherJob(StoreRepository storeRepo, MetadataStore metadataStore, FailureDetector failureDetector, VoldemortConfig voldemortConfig, ScanPermitWrapper repairPermits)
           
 
Method Summary
 org.apache.log4j.Logger getLogger()
           
 void run()
           
 
Methods inherited from class voldemort.server.scheduler.slop.SlopPusherJob
handleDeadSlop, isSlopDead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAME

public static final java.lang.String TYPE_NAME
See Also:
Constant Field Values
Constructor Detail

StreamingSlopPusherJob

public StreamingSlopPusherJob(StoreRepository storeRepo,
                              MetadataStore metadataStore,
                              FailureDetector failureDetector,
                              VoldemortConfig voldemortConfig,
                              ScanPermitWrapper repairPermits)
Method Detail

run

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

getLogger

public org.apache.log4j.Logger getLogger()
Specified by:
getLogger in class SlopPusherJob


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