| 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  
ResultSet once 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  
ResultSet once 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  
ResultSet once 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  
ResultSet once the write of
 the request is complete. | 
ResultSet | 
Client.submit(Traversal traversal)
Submit a  
Traversal to the server for remote execution. | 
| 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.ClusteredClient.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. | 
CompletableFuture<ResultSet> | 
Client.ClusteredClient.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. | 
CompletableFuture<ResultSet> | 
Client.submitAsync(Traversal traversal)
An asynchronous version of  
Client.submit(Traversal). | 
CompletableFuture<ResultSet> | 
Client.ReboundClusteredClient.submitAsync(Traversal traversal)
Deprecated.  
  | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.