| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver.remote | |
| org.apache.tinkerpop.gremlin.process.remote | |
| org.apache.tinkerpop.gremlin.process.remote.traversal | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DriverRemoteTraversal<S,E>
A  
AbstractRemoteTraversal implementation for the Gremlin Driver. | 
| Modifier and Type | Method and Description | 
|---|---|
<E> RemoteTraversal<?,E> | 
DriverRemoteConnection.submit(Bytecode bytecode)
Deprecated. 
 
As of release 3.2.4, replaced by  
DriverRemoteConnection.submitAsync(Bytecode). | 
| Modifier and Type | Method and Description | 
|---|---|
<E> CompletableFuture<RemoteTraversal<?,E>> | 
DriverRemoteConnection.submitAsync(Bytecode bytecode)  | 
| Modifier and Type | Method and Description | 
|---|---|
<E> RemoteTraversal<?,E> | 
RemoteConnection.submit(Bytecode bytecode)
Deprecated. 
 
As of release 3.2.4, replaced by  
RemoteConnection.submitAsync(Bytecode). | 
| Modifier and Type | Method and Description | 
|---|---|
default <E> CompletableFuture<RemoteTraversal<?,E>> | 
RemoteConnection.submitAsync(Bytecode bytecode)
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractRemoteTraversal<S,E>
This is a stub implementation for  
RemoteTraversal and requires that the AbstractRemoteTraversal.nextTraverser() method
 is implemented from Traversal.Admin. | 
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.