Uses of Class
in.zapr.druid.druidry.query.config.SortingOrder
-
Packages that use SortingOrder Package Description in.zapr.druid.druidry.limitSpec.orderByColumnSpec in.zapr.druid.druidry.query.config in.zapr.druid.druidry.query.search -
-
Uses of SortingOrder in in.zapr.druid.druidry.limitSpec.orderByColumnSpec
Constructors in in.zapr.druid.druidry.limitSpec.orderByColumnSpec with parameters of type SortingOrder Constructor Description OrderByColumnSpecMap(String dimension, boolean isAscending, SortingOrder dimensionOrder) -
Uses of SortingOrder in in.zapr.druid.druidry.query.config
Methods in in.zapr.druid.druidry.query.config that return SortingOrder Modifier and Type Method Description static SortingOrderSortingOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortingOrder[]SortingOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortingOrder in in.zapr.druid.druidry.query.search
Constructors in in.zapr.druid.druidry.query.search with parameters of type SortingOrder Constructor Description SearchSortSpec(SortingOrder sortingOrder)
-