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