public class MoreExecutors2 extends Object
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
newCachedThreadPool(String nameFormat) |
static ExecutorService |
newFixedThreadPool(int nThreads,
String nameFormat) |
static ExecutorService |
newSingleThreadExecutor(String nameFormat) |
static ScheduledExecutorService |
newSingleThreadScheduledExecutor(String nameFormat) |
static ThreadFactory |
newThreadFactory(String nameFormat) |
public static ExecutorService newCachedThreadPool(String nameFormat)
public static ExecutorService newFixedThreadPool(int nThreads, String nameFormat)
public static ExecutorService newSingleThreadExecutor(String nameFormat)
public static ScheduledExecutorService newSingleThreadScheduledExecutor(String nameFormat)
public static ThreadFactory newThreadFactory(String nameFormat)
Copyright © 2011–2019 Glowroot contributors. All rights reserved.