public class EsThreadPoolExecutor extends ThreadPoolExecutor
| Modifier and Type | Class and Description |
|---|---|
static interface |
EsThreadPoolExecutor.ShutdownListener |
ThreadPoolExecutor.AbortPolicy, ThreadPoolExecutor.CallerRunsPolicy, ThreadPoolExecutor.DiscardOldestPolicy, ThreadPoolExecutor.DiscardPolicy| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable command) |
void |
shutdown(EsThreadPoolExecutor.ShutdownListener listener) |
protected void |
terminated() |
String |
toString() |
afterExecute, allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, beforeExecute, finalize, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueue, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isShutdown, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, shutdown, shutdownNowinvokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submitpublic void shutdown(EsThreadPoolExecutor.ShutdownListener listener)
protected void terminated()
terminated in class ThreadPoolExecutorpublic void execute(Runnable command)
execute in interface Executorexecute in class ThreadPoolExecutorpublic String toString()
toString in class ThreadPoolExecutorCopyright © 2009–2017. All rights reserved.