voldemort.server.scheduler
Class DataCleanupJob<K,V,T>

java.lang.Object
  extended by voldemort.server.scheduler.DataCleanupJob<K,V,T>
All Implemented Interfaces:
java.lang.Runnable

public class DataCleanupJob<K,V,T>
extends java.lang.Object
implements java.lang.Runnable

Expire old data


Constructor Summary
DataCleanupJob(StorageEngine<K,V,T> store, java.util.concurrent.Semaphore cleanupPermits, long maxAgeMs, Time time, EventThrottler throttler)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCleanupJob

public DataCleanupJob(StorageEngine<K,V,T> store,
                      java.util.concurrent.Semaphore cleanupPermits,
                      long maxAgeMs,
                      Time time,
                      EventThrottler throttler)
Method Detail

run

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


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao