Package org.elasticsearch.common
Class StopWatch.TaskInfo
java.lang.Object
org.elasticsearch.common.StopWatch.TaskInfo
- Enclosing class:
- StopWatch
Inner class to hold data about one task executed within the stop watch.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of this task.getTime()
Return the time this task took.
-
Method Details
-
getTaskName
Return the name of this task. -
getTime
Return the time this task took.
-