You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/08/09 03:51:00 UTC

[inlong] branch master updated (4f33f8215 -> 0dd917212)

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

dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from 4f33f8215 [INLONG-5394][Manager] Support batch task for Inlong group (#5399)
     add 0dd917212 [INLONG-5371][Manager] Add data node API in the manager client (#5372)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/api/DataNode.java}       |  27 ++---
 .../manager/client/api/impl/DataNodeImpl.java      |  73 ++++++++++++++
 .../client/api/inner/client/ClientFactory.java     |   3 +
 .../client/api/inner/client/DataNodeClient.java    | 110 +++++++++++++++++++++
 .../service/{WorkflowApi.java => DataNodeApi.java} |  28 +++---
 .../client/api/inner/ClientFactoryTest.java        |  98 ++++++++++++++++++
 .../inlong/manager/pojo/node/DataNodeResponse.java |   6 ++
 7 files changed, 312 insertions(+), 33 deletions(-)
 copy inlong-manager/{manager-service/src/main/java/org/apache/inlong/manager/service/core/DataNodeService.java => manager-client/src/main/java/org/apache/inlong/manager/client/api/DataNode.java} (67%)
 create mode 100644 inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/impl/DataNodeImpl.java
 create mode 100644 inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/inner/client/DataNodeClient.java
 copy inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/service/{WorkflowApi.java => DataNodeApi.java} (62%)