|
|
@ -22,10 +22,10 @@ package cn.hippo4j.common.constant;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class ChangeThreadPoolConstants {
|
|
|
|
public class ChangeThreadPoolConstants {
|
|
|
|
|
|
|
|
|
|
|
|
public static final String CHANGE_THREAD_POOL_TEXT = "[{}] Changing thread pool parameters. " +
|
|
|
|
public static final String CHANGE_THREAD_POOL_TEXT = "Dynamic thread pool change parameter: [{}]" +
|
|
|
|
"\n coreSize: [{}]" +
|
|
|
|
"\n corePoolSize: [{}]" +
|
|
|
|
"\n maximumSize: [{}]" +
|
|
|
|
"\n maximumPoolSize: [{}]" +
|
|
|
|
"\n queueType: [{}]" +
|
|
|
|
"\n blockingQueueType: [{}]" +
|
|
|
|
"\n capacity: [{}]" +
|
|
|
|
"\n capacity: [{}]" +
|
|
|
|
"\n keepAliveTime: [{}]" +
|
|
|
|
"\n keepAliveTime: [{}]" +
|
|
|
|
"\n executeTimeOut: [{}]" +
|
|
|
|
"\n executeTimeOut: [{}]" +
|
|
|
|