Uses of Class
com.yahoo.search.statistics.ElapsedTime
-
Packages that use ElapsedTime Package Description com.yahoo.prelude The main classes of the Vespa Query Result Server.com.yahoo.search The top level classes of the search container. A Query represents the incoming request, which produces a Result by chained execution of a set of Searchers.com.yahoo.search.statistics -
-
Uses of ElapsedTime in com.yahoo.prelude
Methods in com.yahoo.prelude that return ElapsedTime Modifier and Type Method Description ElapsedTime
Pong. getElapsedTime()
-
Uses of ElapsedTime in com.yahoo.search
Methods in com.yahoo.search that return ElapsedTime Modifier and Type Method Description ElapsedTime
Result. getElapsedTime()
Methods in com.yahoo.search with parameters of type ElapsedTime Modifier and Type Method Description void
Result. setElapsedTime(ElapsedTime t)
-
Uses of ElapsedTime in com.yahoo.search.statistics
Methods in com.yahoo.search.statistics with parameters of type ElapsedTime Modifier and Type Method Description void
ElapsedTime. merge(ElapsedTime other)
-