Class ArrayGroupSort
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.ldb.ArrayGroupSort
-
public final class ArrayGroupSort extends java.lang.Object
Sort an array of longs, grouping the items in tuples.Group size decides how many longs are included in the tuples and key size controls how many items to use for comparison.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
sort(long[] array)
static void
sort(long[] array, int offset, int length)
-