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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSwitch to a new profile.Return theAggregationProfiler.Get the current profiler.Return the list of all createdQueryProfilers so far.
- 
Constructor Details- 
ProfilersSole constructor. ThisProfilersinstance will initially wrap oneQueryProfiler.
 
- 
- 
Method Details- 
addQueryProfilerSwitch to a new profile.
- 
getCurrentQueryProfilerGet the current profiler.
- 
getQueryProfilersReturn the list of all createdQueryProfilers so far.
- 
getAggregationProfilerReturn theAggregationProfiler.
 
-