Uses of Class
org.elasticsearch.search.profile.AbstractProfileBreakdown
-
Packages that use AbstractProfileBreakdown Package Description org.elasticsearch.search.profile org.elasticsearch.search.profile.aggregation org.elasticsearch.search.profile.query -
-
Uses of AbstractProfileBreakdown in org.elasticsearch.search.profile
Classes in org.elasticsearch.search.profile with type parameters of type AbstractProfileBreakdown Modifier and Type Class Description classAbstractInternalProfileTree<PB extends AbstractProfileBreakdown<?>,E>classAbstractProfiler<PB extends AbstractProfileBreakdown<?>,E> -
Uses of AbstractProfileBreakdown in org.elasticsearch.search.profile.aggregation
Subclasses of AbstractProfileBreakdown in org.elasticsearch.search.profile.aggregation Modifier and Type Class Description classAggregationProfileBreakdown -
Uses of AbstractProfileBreakdown in org.elasticsearch.search.profile.query
Subclasses of AbstractProfileBreakdown in org.elasticsearch.search.profile.query Modifier and Type Class Description classQueryProfileBreakdownA record of timings for the various operations that may happen during query execution.
-