Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.remote | |
org.apache.tinkerpop.gremlin.process.remote |
Modifier and Type | Method and Description |
---|---|
<E> CompletableFuture<RemoteTraversal<?,E>> |
DriverRemoteTransaction.submitAsync(Bytecode bytecode) |
<E> CompletableFuture<RemoteTraversal<?,E>> |
DriverRemoteConnection.submitAsync(Bytecode bytecode) |
Modifier and Type | Method and Description |
---|---|
<E> CompletableFuture<RemoteTraversal<?,E>> |
EmbeddedRemoteConnection.submitAsync(Bytecode bytecode) |
<E> CompletableFuture<RemoteTraversal<?,E>> |
RemoteConnection.submitAsync(Bytecode bytecode)
|
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.