Class StopWatch.TaskInfo

java.lang.Object
org.elasticsearch.common.StopWatch.TaskInfo
Enclosing class:
StopWatch

public static class StopWatch.TaskInfo extends Object
Inner class to hold data about one task executed within the stop watch.
  • Method Details

    • getTaskName

      public String getTaskName()
      Return the name of this task.
    • getTime

      public org.elasticsearch.core.TimeValue getTime()
      Return the time this task took.