|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.common.util.concurrent.Executors
MoreExecutors
@Beta @Deprecated public final class Executors
Old location of MoreExecutors
.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static ExecutorService getExitingExecutorService(ThreadPoolExecutor executor, long terminationTimeout, TimeUnit timeUnit)
MoreExecutors.getExitingExecutorService(
ThreadPoolExecutor, long, TimeUnit)
.
MoreExecutors.getExitingExecutorService(
ThreadPoolExecutor, long, TimeUnit)
.
@Deprecated public static ScheduledExecutorService getExitingScheduledExecutorService(ScheduledThreadPoolExecutor executor, long terminationTimeout, TimeUnit timeUnit)
MoreExecutors.getExitingScheduledExecutorService(
ScheduledThreadPoolExecutor, long, TimeUnit)
.
MoreExecutors.getExitingScheduledExecutorService(
ScheduledThreadPoolExecutor, long, TimeUnit)
.
@Deprecated public static void addDelayedShutdownHook(ExecutorService service, long terminationTimeout, TimeUnit timeUnit)
MoreExecutors.addDelayedShutdownHook(
ExecutorService, long, TimeUnit)
.
MoreExecutors.addDelayedShutdownHook(
ExecutorService, long, TimeUnit)
.
@Deprecated public static ExecutorService getExitingExecutorService(ThreadPoolExecutor executor)
MoreExecutors.getExitingExecutorService(
ThreadPoolExecutor)
.
MoreExecutors.getExitingExecutorService(
ThreadPoolExecutor)
.
@Deprecated public static ScheduledExecutorService getExitingScheduledExecutorService(ScheduledThreadPoolExecutor executor)
MoreExecutors.getExitingScheduledExecutorService(
ScheduledThreadPoolExecutor)
.
MoreExecutors.getExitingScheduledExecutorService(
ScheduledThreadPoolExecutor)
.
@Deprecated public static ThreadFactory daemonThreadFactory()
MoreExecutors.daemonThreadFactory()
.
MoreExecutors.daemonThreadFactory()
.
@Deprecated public static ThreadFactory daemonThreadFactory(ThreadFactory factory)
MoreExecutors.daemonThreadFactory(ThreadFactory)
.
MoreExecutors.daemonThreadFactory(ThreadFactory)
.
@Deprecated public static ExecutorService sameThreadExecutor()
MoreExecutors.sameThreadExecutor()
.
MoreExecutors.sameThreadExecutor()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |