Class RequestOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • batchSize

        public RequestOptions.Builder batchSize​(int batchSize)
        The per client request override for the client and server configured resultIterationBatchSize. If this value is not set, then the configuration for the Cluster is used unless the RequestMessage is configured completely by the user.
      • timeout

        public RequestOptions.Builder timeout​(long timeout)
        The per client request override in milliseconds for the server configured evaluationTimeout. If this value is not set, then the configuration for the server is used.
      • materializeProperties

        public RequestOptions.Builder materializeProperties​(String materializeProperties)
        Sets the materializeProperties identifier to be sent on the request.
      • bulkResults

        public RequestOptions.Builder bulkResults​(boolean bulking)
        Sets the bulkResults flag to be sent on the request. A value of turn will enable server to bulk results.