Uses of Class
org.apache.hugegraph.computer.core.sort.sorting.SortingMode
-
Packages that use SortingMode Package Description org.apache.hugegraph.computer.core.sort.sorting -
-
Uses of SortingMode in org.apache.hugegraph.computer.core.sort.sorting
Methods in org.apache.hugegraph.computer.core.sort.sorting that return SortingMode Modifier and Type Method Description static SortingModeSortingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortingMode[]SortingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hugegraph.computer.core.sort.sorting with parameters of type SortingMode Modifier and Type Method Description static <T> InputsSorting<T>SortingFactory. createSorting(java.util.List<? extends java.util.Iterator<T>> inputs, SortingMode mode)
-