Support for progress updates for async gremlin job by javeme · Pull Request #325 · apache/hugegraph
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 583
Merged
Support for progress updates for async gremlin job#325
Support for progress updates for async gremlin job#325
Conversation
Copy link
Contributor
javeme
commented
Jan 8, 2019
javeme
commented
implement #324
Change-Id: I5c7eea0d21caec3977f7a16ac15022422a976a46
javeme
force-pushed
the
gremlin-task-progress
branch
from
96766c7 to
52cb25c
Compare
Linary requested changes Jan 11, 2019
hugegraph-api/src/main/java/com/baidu/hugegraph/api/job/GremlinAPI.java
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/api/job/GremlinAPI.java Show resolved Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/task/TaskScheduler.java
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/task/TaskScheduler.java Show resolved Hide resolved
implement #324 Change-Id: I5c7eea0d21caec3977f7a16ac15022422a976a46
javeme
force-pushed
the
gremlin-task-progress
branch
from
52cb25c to
7523b75
Compare
zhoney approved these changes Jan 14, 2019
Linary approved these changes Jan 14, 2019
| import com.codahale.metrics.annotation.Timed; | ||
| import com.fasterxml.jackson.annotation.JsonProperty; | ||
|
|
||
| import jersey.repackaged.com.google.common.collect.ImmutableMap; |
Copy link
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import com.google.common.collect.ImmutableMap;
Linary
merged commit
e84ce7a
into
master
Linary
deleted the
gremlin-task-progress
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment