Package org.elasticsearch.search.profile
Class Profilers
java.lang.Object
org.elasticsearch.search.profile.Profilers
Wrapper around all the profilers that makes management easier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSwitch to a new profile.Return theAggregationProfiler
.Get the current profiler.Return the list of all createdQueryProfiler
s so far.
-
Constructor Details
-
Profilers
Sole constructor. ThisProfilers
instance will initially wrap oneQueryProfiler
.
-
-
Method Details
-
addQueryProfiler
Switch to a new profile. -
getCurrentQueryProfiler
Get the current profiler. -
getQueryProfilers
Return the list of all createdQueryProfiler
s so far. -
getAggregationProfiler
Return theAggregationProfiler
.
-