Uses of Class
org.apache.tinkerpop.gremlin.driver.RequestOptions.Builder
Packages that use RequestOptions.Builder
-
Uses of RequestOptions.Builder in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return RequestOptions.BuilderModifier and TypeMethodDescriptionRequestOptions.Builder.addParameter(String name, Object value) Adds a parameter to the request.RequestOptions.Builder.addParametersString(String parametersString) Sets the parameters as a pre-formatted gremlin-lang map literal string.RequestOptions.Builder.batchSize(int batchSize) The per client request override for the client and server configuredresultIterationBatchSize.static RequestOptions.BuilderRequestOptions.build()RequestOptions.Builder.bulkResults(boolean bulking) Sets the bulkResults flag to be sent on the request.static RequestOptions.BuilderRequestOptions.Builder.from(RequestOptions options) Creates aRequestOptions.Builderpopulated with the values from the providedRequestOptions.Sets the language identifier to be sent on the request.RequestOptions.Builder.materializeProperties(String materializeProperties) Sets the materializeProperties identifier to be sent on the request.RequestOptions.Builder.timeoutMillis(long timeoutMillis) The per client request override in milliseconds for the server configuredtimeoutMillis(the maximum time a request is allowed to execute on the server before it times out).RequestOptions.Builder.transactionId(String id) Sets the transactionId value to be sent on the request.RequestOptions.Builder.traversalSource(String traversalSource) Sets the traversal source (or graph) alias to rebind to "g" on the request.