| Package | Description |
|---|---|
| org.elasticsearch.search.internal | |
| org.elasticsearch.search.profile |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextIndexSearcher.setProfiler(Profiler profiler) |
| Modifier and Type | Method and Description |
|---|---|
Profiler |
Profilers.addProfiler()
Switch to a new profile.
|
Profiler |
Profilers.getCurrent()
Get the current profiler.
|
| Modifier and Type | Method and Description |
|---|---|
List<Profiler> |
Profilers.getProfilers()
Return the list of all created
Profilers so far. |
| Modifier and Type | Method and Description |
|---|---|
static List<ProfileShardResult> |
Profiler.buildShardResults(List<Profiler> profilers)
Helper method to convert Profiler into InternalProfileShardResults, which can be
serialized to other nodes, emitted as JSON, etc.
|
Copyright © 2009–2017. All rights reserved.