You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/03/07 11:43:55 UTC

[incubator-hugegraph] branch zy_dev updated (67b8404bf -> 5523064b9)

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

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


    from 67b8404bf chore: improve
     add 5523064b9 optimize all imports & tiny improve

No new revisions were added by this update.

Summary of changes:
 .../hugegraph/api/filter/RedirectFilter.java       | 28 ++++----
 .../api/filter/RedirectFilterDynamicFeature.java   |  3 +-
 .../org/apache/hugegraph/api/job/AlgorithmAPI.java | 10 +--
 .../org/apache/hugegraph/api/job/ComputerAPI.java  | 28 ++++----
 .../org/apache/hugegraph/api/job/GremlinAPI.java   | 32 +++++-----
 .../org/apache/hugegraph/api/job/RebuildAPI.java   | 24 +++----
 .../java/org/apache/hugegraph/api/job/TaskAPI.java | 34 +++++-----
 .../apache/hugegraph/api/schema/EdgeLabelAPI.java  | 55 ++++++++--------
 .../apache/hugegraph/api/schema/IndexLabelAPI.java | 41 ++++++------
 .../hugegraph/api/schema/PropertyKeyAPI.java       | 44 ++++++-------
 .../org/apache/hugegraph/api/schema/SchemaAPI.java | 18 +++---
 .../hugegraph/api/schema/VertexLabelAPI.java       | 49 +++++++-------
 .../apache/hugegraph/auth/ConfigAuthenticator.java | 22 +++----
 .../apache/hugegraph/auth/HugeAuthenticator.java   | 13 ++--
 .../hugegraph/auth/HugeFactoryAuthProxy.java       | 14 ++--
 .../apache/hugegraph/auth/HugeGraphAuthProxy.java  | 54 ++++++++--------
 .../hugegraph/auth/StandardAuthenticator.java      | 13 ++--
 .../org/apache/hugegraph/core/GraphManager.java    | 66 +++++++++----------
 .../apache/hugegraph/server/ApplicationConfig.java | 41 ++++++------
 .../main/java/org/apache/hugegraph/HugeGraph.java  | 33 +++++-----
 .../org/apache/hugegraph/StandardHugeGraph.java    | 74 +++++++++++-----------
 .../hugegraph/masterelection/ClusterRole.java      |  6 +-
 .../masterelection/RoleElectionConfig.java         | 14 ++--
 .../masterelection/RoleElectionOptions.java        |  8 +--
 .../masterelection/StandardClusterRoleStore.java   | 33 +++++-----
 .../StandardRoleElectionStateMachine.java          | 10 ++-
 .../StandardStateMachineCallback.java              |  4 +-
 .../masterelection/StateMachineContext.java        |  1 +
 .../apache/hugegraph/task/ServerInfoManager.java   | 27 ++++----
 .../hugegraph/task/StandardTaskScheduler.java      | 32 +++++-----
 .../org/apache/hugegraph/dist/RegisterUtil.java    | 32 ++++------
 .../core/RoleElectionStateMachineTest.java         | 15 ++---
 32 files changed, 431 insertions(+), 447 deletions(-)