| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.driver.remote | 
| Modifier and Type | Method and Description | 
|---|---|
ResultSet | 
Client.submit(Bytecode bytecode)
Submit a  
Bytecode to the server for remote execution. | 
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(Bytecode bytecode)
An asynchronous version of  
Client.submit(Traversal). | 
CompletableFuture<ResultSet> | 
Client.ReboundClusteredClient.submitAsync(Bytecode bytecode)
Deprecated.  
  | 
CompletableFuture<ResultSet> | 
Client.submitAsync(RequestMessage msg)
A low-level method that allows the submission of a manually constructed  
RequestMessage. | 
CompletableFuture<ResultSet> | 
Client.ReboundClusteredClient.submitAsync(RequestMessage msg)
Deprecated.  
  | 
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.  
  | 
| Constructor and Description | 
|---|
DriverRemoteTraversal(ResultSet rs,
                     Client client,
                     boolean attach,
                     Optional<Configuration> conf)  | 
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.