其他分享
首页 > 其他分享> > 线程池参数

线程池参数

作者:互联网

corePoolSize

线程池核心线程数

maximumPoolSize

线程池最大线程数

keepAliveTime

空闲时间存活时间

unit

时间单位

workQueue

工作队列

threadFactory

线程工厂

handler

拒绝策略

标签:线程,threadFactory,corePoolSize,keepAliveTime,maximumPoolSize,参数,时间
来源: https://www.cnblogs.com/xuloveforever/p/15191120.html