Uses of Class
org.apache.tinkerpop.gremlin.driver.RequestOptions
-
Packages that use RequestOptions Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.remote -
-
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 static RequestOptions.BuilderRequestOptions.Builder. from(RequestOptions options)Creates aRequestOptions.Builderpopulated with the values from the providedRequestOptions.ResultSetClient. submit(String gremlin, RequestOptions options)Submits a Gremlin script to the server and returns aResultSetonce the write of the request is complete.ResultSetRequestSubmitter. submit(String gremlin, RequestOptions options)Submits a Gremlin script with request options and blocks until the response is received.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.CompletableFuture<ResultSet>RequestSubmitterAsync. submitAsync(String gremlin, RequestOptions options)Submits a Gremlin script with request options asynchronously. -
Uses of RequestOptions in org.apache.tinkerpop.gremlin.driver.remote
Methods in org.apache.tinkerpop.gremlin.driver.remote with parameters of type RequestOptions Modifier and Type Method Description ResultSetHttpRemoteTransaction. submit(String gremlin, RequestOptions options)
-