From 2ed55123b99cb5e4f0395a07ccde5652856ed643 Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期一, 19 八月 2024 20:40:01 +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