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 8441b2a67 chore: single task and batch consume remove left index task
add 37cb43c63 improve code
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hugegraph/HugeGraphParams.java | 3 +
.../org/apache/hugegraph/StandardHugeGraph.java | 8 +
.../hugegraph/backend/tx/EphemeralJobQueue.java | 207 ++++++++++++++++++
.../backend/tx/GraphIndexTransaction.java | 234 ++++-----------------
4 files changed, 259 insertions(+), 193 deletions(-)
create mode 100644
hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/EphemeralJobQueue.java