Uses of Class
org.elasticsearch.search.profile.aggregation.AggregationTimingType
-
Packages that use AggregationTimingType Package Description org.elasticsearch.search.profile.aggregation -
-
Uses of AggregationTimingType in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation that return AggregationTimingType Modifier and Type Method Description static AggregationTimingTypeAggregationTimingType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationTimingType[]AggregationTimingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-