You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "DOYUNG YOON (JIRA)" <ji...@apache.org> on 2016/02/04 09:36:39 UTC

[jira] [Created] (S2GRAPH-36) Provide Blocking API for Edge/Vertex operations.

DOYUNG YOON created S2GRAPH-36:
----------------------------------

             Summary: Provide Blocking API for Edge/Vertex operations.
                 Key: S2GRAPH-36
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-36
             Project: S2Graph
          Issue Type: New Feature
            Reporter: DOYUNG YOON
            Assignee: DOYUNG YOON


There is no blocking API for edge/vertex operations such as Insert/Delete/Update/Increment/IncrementCount and bulk. 

When client want to get ack of their operations, it is necessary to provide blocking APIs. currently there is "withWait" parameter to control this behavior and we are not actually providing rest API for this option. 

I think we must provide blocking API so user can get ack for their operation so they can handle failure on their request.

Since we have primitive built(we only use these in test cases so far), I think it would be easy to provide blocking API.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)