Uses of Class
org.elasticsearch.search.profile.query.InternalProfileCollector
-
Packages that use InternalProfileCollector Package Description org.elasticsearch.search.profile.query -
-
Uses of InternalProfileCollector in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query with parameters of type InternalProfileCollector Modifier and Type Method Description voidQueryProfiler. setCollector(InternalProfileCollector collector)Set the collector that is associated with this profiler.Constructor parameters in org.elasticsearch.search.profile.query with type arguments of type InternalProfileCollector Constructor Description InternalProfileCollector(Collector collector, String reason, List<InternalProfileCollector> children)
-