org.ehcache.util
Class ThreadPoolUtil

java.lang.Object
  extended by org.ehcache.util.ThreadPoolUtil

public class ThreadPoolUtil
extends java.lang.Object


Constructor Summary
ThreadPoolUtil()
           
 
Method Summary
static java.util.concurrent.ExecutorService createEventsOrderedDeliveryExecutor()
           
static java.util.concurrent.ExecutorService createEventsUnorderedDeliveryExecutor()
           
static java.util.concurrent.ScheduledExecutorService createStatisticsExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolUtil

public ThreadPoolUtil()
Method Detail

createStatisticsExecutor

public static java.util.concurrent.ScheduledExecutorService createStatisticsExecutor()

createEventsOrderedDeliveryExecutor

public static java.util.concurrent.ExecutorService createEventsOrderedDeliveryExecutor()

createEventsUnorderedDeliveryExecutor

public static java.util.concurrent.ExecutorService createEventsUnorderedDeliveryExecutor()