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 23b96692f chore: improve
add 0c6e7abe9 chore: improve
No new revisions were added by this update.
Summary of changes:
.../apache/hugegraph/auth/HugeGraphAuthProxy.java | 7 ++++
.../org/apache/hugegraph/config/ServerOptions.java | 41 ---------------------
.../org/apache/hugegraph/core/GraphManager.java | 18 ++--------
.../main/java/org/apache/hugegraph/HugeGraph.java | 3 ++
.../org/apache/hugegraph/StandardHugeGraph.java | 26 ++++++++++++++
.../org/apache/hugegraph/config/CoreOptions.java | 42 +++++++++++++++++++++-
....java => StandardRoleElectionStateMachine.java} | 8 ++---
.../election}/StandardRoleTypeDataAdapter.java | 4 +--
.../election}/StandardStateMachineCallback.java | 4 +--
.../core/RoleElectionStateMachineTest.java | 8 ++---
10 files changed, 89 insertions(+), 72 deletions(-)
rename
hugegraph-core/src/main/java/org/apache/hugegraph/election/{RoleElectionStateMachineImpl.java
=> StandardRoleElectionStateMachine.java} (96%)
rename {hugegraph-api/src/main/java/org/apache/hugegraph/core/serverrole =>
hugegraph-core/src/main/java/org/apache/hugegraph/election}/StandardRoleTypeDataAdapter.java
(97%)
rename {hugegraph-api/src/main/java/org/apache/hugegraph/core/serverrole =>
hugegraph-core/src/main/java/org/apache/hugegraph/election}/StandardStateMachineCallback.java
(94%)