/**
  * Returns the query time.
  *
  * @return query time
  */
 public long getQueryTime() {
   return timer.get();
 }