Beispiel #1
0
 /**
  * @param \Riak\Client\RiakCommand $command
  * @param integer                  $retryCount
  *
  * @return \Riak\Client\Command\Search\Response\FetchIndexResponse
  */
 protected function retryCommand(RiakCommand $command, $retryCount)
 {
     return TestHelper::retryCommand($command, $retryCount);
 }