|
||||||||||
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 java.util.concurrent.ExecutorService |
newSingleThreadExecutor(String prefix)
|
static java.util.concurrent.ExecutorService |
newThreadPool(java.util.concurrent.BlockingQueue<Runnable> workQueue,
String prefix,
int threadCount)
|
static java.util.concurrent.ExecutorService |
newThreadPool(java.util.concurrent.BlockingQueue<Runnable> workQueue,
String prefix,
int threadCount,
boolean watch)
|
static java.util.concurrent.ExecutorService |
newThreadPool(String prefix,
int threadCount)
|
static java.util.concurrent.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 java.util.concurrent.ExecutorService newThreadPool(String prefix, int threadCount)
public static java.util.concurrent.ExecutorService newThreadPool(String prefix, int threadCount, boolean watch)
public static java.util.concurrent.ExecutorService newThreadPool(java.util.concurrent.BlockingQueue<Runnable> workQueue, String prefix, int threadCount)
public static java.util.concurrent.ExecutorService newThreadPool(java.util.concurrent.BlockingQueue<Runnable> workQueue, String prefix, int threadCount, boolean watch)
public static java.util.concurrent.ExecutorService newSingleThreadExecutor(String prefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |