Class StopWatch.TaskInfo

org.elasticsearch.common.StopWatch.TaskInfo
Enclosing class:
StopWatch

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

    Modifier and Type
    Method
    Description
    Return the name of this task.
    org.elasticsearch.core.TimeValue
    Return the time this task took.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Method Details

    • getTaskName

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

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