| Package | Description |
|---|---|
| org.elasticsearch.search.profile |
| Modifier and Type | Method and Description |
|---|---|
CollectorResult |
Profiler.getCollector()
Return the current root Collector for this search
|
CollectorResult |
ProfileShardResult.getCollectorResult() |
CollectorResult |
InternalProfileCollector.getCollectorTree() |
| Modifier and Type | Method and Description |
|---|---|
List<CollectorResult> |
CollectorResult.getProfiledChildren() |
| Constructor and Description |
|---|
ProfileShardResult(List<org.elasticsearch.search.profile.ProfileResult> profileResults,
long rewriteTime,
CollectorResult profileCollector) |
| Constructor and Description |
|---|
CollectorResult(String collectorName,
String reason,
Long time,
List<CollectorResult> children) |
Copyright © 2009–2017. All rights reserved.