public class AsyncExecutorService extends ThreadPoolExecutor
ThreadPoolExecutor.AbortPolicy, ThreadPoolExecutor.CallerRunsPolicy, ThreadPoolExecutor.DiscardOldestPolicy, ThreadPoolExecutor.DiscardPolicy
Modifier and Type | Field and Description |
---|---|
static int |
availableProcessors |
static int |
keepAliveMins |
static int |
maxThreadsPerProcessor |
Constructor and Description |
---|
AsyncExecutorService()
Create and executor service with 1 initial thread per available processor, 8 maximum threads by available processor, 5 minutes keep alive and unbounded runnable queue
|
Modifier and Type | Method and Description |
---|---|
static AsyncExecutorService |
getDefaultExecutor() |
afterExecute, allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, beforeExecute, execute, 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, shutdownNow, terminated, toString
invokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submit
public static int availableProcessors
public static int maxThreadsPerProcessor
public static int keepAliveMins
public AsyncExecutorService()
public static AsyncExecutorService getDefaultExecutor()
Copyright © 2019 KnowGate. All rights reserved.