From dd2bcd8f3af56862e9a06d9fe99b359ed1640fbb Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期五, 09 八月 2024 10:37:31 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/ThreadPool.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/ThreadPool.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/ThreadPool.java index 84e72eb..32537ae 100644 --- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/ThreadPool.java +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/ThreadPool.java @@ -10,6 +10,13 @@ */ public interface Pool{ /** + * 绾跨▼姹犱腑绾跨▼涓暟 + * @return + */ + public Integer size() ; + public Integer maxThread() ; + public Integer minThread() ; + /** * 鎶婃墍瑕佹墽琛岀殑宸ヤ綔瀵硅薄瀹炰緥鏀惧叆绾跨▼姹犱腑 * @param job ThreadJob 宸ヤ綔瀵硅薄瀹炰緥 * @throws Exception -- Gitblit v1.8.0