Uses of Class
org.apache.tinkerpop.gremlin.driver.RequestOptions
Packages that use RequestOptions
-
Uses of RequestOptions in org.apache.tinkerpop.gremlin.driver
Fields in org.apache.tinkerpop.gremlin.driver declared as RequestOptionsMethods in org.apache.tinkerpop.gremlin.driver that return RequestOptionsModifier and TypeMethodDescriptionRequestOptions.Builder.create()static RequestOptionsRequestOptions.getRequestOptions(GremlinLang gremlinLang) Methods in org.apache.tinkerpop.gremlin.driver with parameters of type RequestOptionsModifier and TypeMethodDescriptionstatic RequestOptions.BuilderRequestOptions.Builder.from(RequestOptions options) Creates aRequestOptions.Builderpopulated with the values from the providedRequestOptions.Client.submit(String gremlin, RequestOptions options) Submits a Gremlin script to the server and returns aResultSetonce the write of the request is complete.RequestSubmitter.submit(String gremlin, RequestOptions options) Submits a Gremlin script with request options and blocks until the response is received.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.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 RequestOptionsModifier and TypeMethodDescriptionHttpRemoteTransaction.submit(String gremlin, RequestOptions options)