You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2022/04/21 09:27:09 UTC

[iotdb] branch client_manager updated (0953f6a72a -> 6c9471f2e3)

This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a change to branch client_manager
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 0953f6a72a make interface more generic
     add 6c9471f2e3 add test

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/commons/client/ClientManager.java |   7 +
 .../commons/client/ClientManagerProperty.java      |  34 ++-
 .../async/AsyncDataNodeInternalServiceClient.java  |  22 +-
 .../sync/SyncDataNodeInternalServiceClient.java    |  11 +
 .../org/apache/iotdb/commons/BaseClientTest.java   |  59 ++++
 .../apache/iotdb/commons/ClientManagerTest.java    | 318 +++++++++++++++++++++
 .../apache/iotdb/db/client/ClientPoolFactory.java  |  33 +++
 .../async/AsyncConfigNodeIServiceClient.java       |   9 +-
 .../async/AsyncDataNodeDataBlockServiceClient.java |  10 +-
 9 files changed, 472 insertions(+), 31 deletions(-)
 create mode 100644 node-commons/src/test/java/org/apache/iotdb/commons/BaseClientTest.java
 create mode 100644 node-commons/src/test/java/org/apache/iotdb/commons/ClientManagerTest.java