public class EsThreadPoolExecutor extends ThreadPoolExecutor
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
EsThreadPoolExecutor.ShutdownListener |
ThreadPoolExecutor.AbortPolicy, ThreadPoolExecutor.CallerRunsPolicy, ThreadPoolExecutor.DiscardOldestPolicy, ThreadPoolExecutor.DiscardPolicy| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 クラス内 ThreadPoolExecutorpublic void execute(Runnable command)
execute インタフェース内 Executorexecute クラス内 ThreadPoolExecutorpublic String toString()
toString クラス内 ThreadPoolExecutorCopyright © 2009–2016. All rights reserved.