You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/05/03 22:53:26 UTC

[8/9] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1120' into TINKERPOP-1288

Merge branch 'TINKERPOP-1120' into TINKERPOP-1288


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/40b3931f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/40b3931f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/40b3931f

Branch: refs/heads/TINKERPOP-1288
Commit: 40b3931f843dcd3fe22da4ec91b1b252e41ffe7e
Parents: e8bba35 8fd9502
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue May 3 14:48:31 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue May 3 14:48:31 2016 -0600

----------------------------------------------------------------------
 .../traversal/TraversalVertexProgram.java       | 26 +++++++++++---------
 .../computer/traversal/TraverserExecutor.java   |  6 +++--
 .../process/computer/GraphComputerTest.java     |  4 +--
 .../spark/process/computer/SparkExecutor.java   |  2 +-
 .../computer/payload/ViewIncomingPayload.java   |  9 ++++++-
 .../computer/payload/ViewOutgoingPayload.java   |  7 +++---
 .../process/computer/payload/ViewPayload.java   |  2 +-
 7 files changed, 34 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/40b3931f/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
----------------------------------------------------------------------