Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver |
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(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(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. |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.