Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver | |
org.apache.tinkerpop.gremlin.driver.remote |
Modifier and Type | Field and Description |
---|---|
static RequestOptions |
RequestOptions.EMPTY |
Modifier and Type | Method and Description |
---|---|
RequestOptions |
RequestOptions.Builder.create() |
Modifier and Type | Method and Description |
---|---|
ResultSet |
Client.submit(Bytecode bytecode,
RequestOptions options)
A version of
Client.submit(Bytecode) which provides the ability to set per-request options. |
ResultSet |
Client.submit(String gremlin,
RequestOptions options)
Submits a Gremlin script to the server and returns a
ResultSet once the write of the request is
complete. |
CompletableFuture<ResultSet> |
Client.submitAsync(Bytecode bytecode,
RequestOptions options)
A version of
Client.submit(Bytecode) which provides the ability to set per-request options. |
CompletableFuture<ResultSet> |
Client.AliasClusteredClient.submitAsync(Bytecode bytecode,
RequestOptions options) |
CompletableFuture<ResultSet> |
Client.submitAsync(String gremlin,
RequestOptions options)
The asynchronous version of
Client.submit(String, RequestOptions) } where the returned future will complete when the
write of the request completes. |
Modifier and Type | Method and Description |
---|---|
protected static RequestOptions |
DriverRemoteConnection.getRequestOptions(Bytecode bytecode) |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.