Uses of Class
org.apache.ignite.internal.cache.query.index.SortOrder
-
Packages that use SortOrder Package Description org.apache.ignite.internal.cache.query.index -
-
Uses of SortOrder in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return SortOrder Modifier and Type Method Description SortOrderOrder. sortOrder()static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.cache.query.index with parameters of type SortOrder Constructor Description Order(SortOrder sortOrder, NullsOrder nullsOrder)
-