Uses of Class
org.apache.ignite.internal.cache.query.index.NullsOrder
-
Packages that use NullsOrder Package Description org.apache.ignite.internal.cache.query.index -
-
Uses of NullsOrder in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return NullsOrder Modifier and Type Method Description NullsOrderOrder. nullsOrder()static NullsOrderNullsOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static NullsOrder[]NullsOrder. 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 NullsOrder Constructor Description Order(SortOrder sortOrder, NullsOrder nullsOrder)
-