Class JitterScheduledThreadPoolExecutorImpl

All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

ScheduledThreadPoolExecutor that will add some jitter to the RunnableScheduledFuture.getDelay. This will spread out things on a distributed cluster.