Uses of Class
org.apache.tinkerpop.gremlin.driver.RequestOptions
-
Packages that use RequestOptions Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of RequestOptions in org.apache.tinkerpop.gremlin.driver
Fields in org.apache.tinkerpop.gremlin.driver declared as RequestOptions Modifier and Type Field Description static RequestOptionsRequestOptions. EMPTYMethods in org.apache.tinkerpop.gremlin.driver that return RequestOptions Modifier and Type Method Description RequestOptionsRequestOptions.Builder. create()static RequestOptionsRequestOptions. getRequestOptions(GremlinLang gremlinLang)Methods in org.apache.tinkerpop.gremlin.driver with parameters of type RequestOptions Modifier and Type Method Description ResultSetClient. submit(String gremlin, RequestOptions options)Submits a Gremlin script to the server and returns aResultSetonce the write of the request is complete.CompletableFuture<ResultSet>Client. submitAsync(String gremlin, RequestOptions options)The asynchronous version ofClient.submit(String, RequestOptions)} where the returned future will complete when the write of the request completes.
-