Class RequestOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • overrideRequestId

        public RequestOptions.Builder overrideRequestId​(UUID overrideRequestId)
        Overrides the identifier to be sent on the request.
      • 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.