Example #1
0
 /**
  * Set the Riak-side timeout value.
  *
  * @param type $timeout
  *
  * @return \Riak\Client\Command\Index\Builder\Builder
  */
 public function withTimeout($timeout)
 {
     $this->query->setTimeout($timeout);
     return $this;
 }