| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultSet | Client. submit(String gremlin)Submits a Gremlin script to the server and returns a  ResultSetonce the write of the request is
 complete. | 
| ResultSet | Client. submit(String gremlin,
      Map<String,Object> parameters)Submits a Gremlin script and bound parameters to the server and returns a  ResultSetonce the write of
 the request is complete. | 
| ResultSet | Client.ClusteredClient. submit(String gremlin,
      String graphOrTraversalSource)Submits a Gremlin script to the server and returns a  ResultSetonce the write of the request is
 complete. | 
| ResultSet | Client.ClusteredClient. submit(String gremlin,
      String graphOrTraversalSource,
      Map<String,Object> parameters)Submits a Gremlin script and bound parameters to the server and returns a  ResultSetonce the write of
 the request is complete. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompletableFuture<ResultSet> | Client. submitAsync(org.apache.tinkerpop.gremlin.driver.message.RequestMessage msg)A low-level method that allows the submission of a manually constructed  RequestMessage. | 
| CompletableFuture<ResultSet> | Client. submitAsync(String gremlin)The asynchronous version of  Client.submit(String)where the returned future will complete when the
 write of the request completes. | 
| CompletableFuture<ResultSet> | Client. submitAsync(String gremlin,
           Map<String,Object> parameters)The asynchronous version of  Client.submit(String, Map)} where the returned future will complete when the
 write of the request completes. | 
| CompletableFuture<ResultSet> | Client. submitAsync(String gremlin,
           Map<String,String> aliases,
           Map<String,Object> parameters)The asynchronous version of  Client.submit(String, Map)} where the returned future will complete when the
 write of the request completes. | 
| CompletableFuture<ResultSet> | Client. submitAsync(String gremlin,
           String graphOrTraversalSource,
           Map<String,Object> parameters)The asynchronous version of  Client.submit(String, Map)} where the returned future will complete when the
 write of the request completes. | 
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.