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 c51676135 chore: improve code
add beb9049c8 chore: improve code
No new revisions were added by this update.
Summary of changes:
.../hugegraph/api/filter/RedirectFilter.java | 4 ++--
.../apache/hugegraph/auth/HugeGraphAuthProxy.java | 2 +-
.../hugegraph/auth/StandardAuthenticator.java | 4 ++--
.../org/apache/hugegraph/core/GraphManager.java | 10 +++++-----
.../main/java/org/apache/hugegraph/HugeGraph.java | 2 +-
.../org/apache/hugegraph/StandardHugeGraph.java | 17 ++++++++---------
.../{election => masterelection}/ClusterRole.java | 3 +--
.../ClusterRoleStore.java | 2 +-
.../{election => masterelection}/Config.java | 2 +-
.../GlobalMasterInfo.java | 2 +-
.../HugeRoleStateMachineConfig.java | 2 +-
.../RoleElectionStateMachine.java | 2 +-
.../StandardClusterRoleStore.java | 4 ++--
.../StandardRoleElectionStateMachine.java | 10 +++++-----
.../StandardStateMachineCallback.java | 2 +-
.../StateMachineCallback.java | 2 +-
.../StateMachineContext.java | 2 +-
.../core/RoleElectionStateMachineTest.java | 22 +++++++++++-----------
18 files changed, 46 insertions(+), 48 deletions(-)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/ClusterRole.java (98%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/ClusterRoleStore.java (95%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/Config.java (95%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/GlobalMasterInfo.java (97%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/HugeRoleStateMachineConfig.java (98%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/RoleElectionStateMachine.java (95%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/StandardClusterRoleStore.java (98%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/StandardRoleElectionStateMachine.java (98%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/StandardStateMachineCallback.java (98%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/StateMachineCallback.java (96%)
rename hugegraph-core/src/main/java/org/apache/hugegraph/{election =>
masterelection}/StateMachineContext.java (96%)