Uses of Class
org.elasticsearch.common.StopWatch

Packages that use StopWatch
org.elasticsearch.common   
 

Uses of StopWatch in org.elasticsearch.common
 

Methods in org.elasticsearch.common that return StopWatch
 StopWatch StopWatch.keepTaskList(boolean keepTaskList)
          Determine whether the TaskInfo array is built over time.
 StopWatch StopWatch.start()
          Start an unnamed task.
 StopWatch StopWatch.start(String taskName)
          Start a named task.
 StopWatch StopWatch.stop()
          Stop the current task.
 



Copyright © 2009-2012. All Rights Reserved.