|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.concurrent.Executors
public class Executors
Nested Class Summary | |
---|---|
static class |
Executors.BlurThreadFactory
|
Method Summary | |
---|---|
static ExecutorService |
newSingleThreadExecutor(String prefix)
|
static ExecutorService |
newThreadPool(BlockingQueue<Runnable> workQueue,
String prefix,
int threadCount)
|
static ExecutorService |
newThreadPool(BlockingQueue<Runnable> workQueue,
String prefix,
int threadCount,
boolean watch)
|
static ExecutorService |
newThreadPool(String prefix,
int threadCount)
|
static ExecutorService |
newThreadPool(String prefix,
int threadCount,
boolean watch)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExecutorService newThreadPool(String prefix, int threadCount)
public static ExecutorService newThreadPool(String prefix, int threadCount, boolean watch)
public static ExecutorService newThreadPool(BlockingQueue<Runnable> workQueue, String prefix, int threadCount)
public static ExecutorService newThreadPool(BlockingQueue<Runnable> workQueue, String prefix, int threadCount, boolean watch)
public static ExecutorService newSingleThreadExecutor(String prefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |