You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by va...@apache.org on 2023/03/05 06:06:26 UTC

[incubator-hugegraph] branch zy_dev updated (d7832cffa -> 3b095799a)

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

vaughn pushed a change to branch zy_dev
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from d7832cffa chore: improve code
     add a9e4c24df chore: improve
     add 3b095799a chore: improve code

No new revisions were added by this update.

Summary of changes:
 .../hugegraph/auth/StandardAuthenticator.java      | 23 +++---
 .../org/apache/hugegraph/core/GraphManager.java    | 23 +++---
 .../org/apache/hugegraph/StandardHugeGraph.java    | 13 +--
 .../org/apache/hugegraph/config/CoreOptions.java   | 49 ------------
 .../masterelection/RoleElectionOptions.java        | 93 ++++++++++++++++++++++
 5 files changed, 124 insertions(+), 77 deletions(-)
 create mode 100644 hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionOptions.java