Class ArrayGroupSort
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.ldb.ArrayGroupSort
-
public final class ArrayGroupSort extends java.lang.ObjectSort 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 voidsort(long[] array)static voidsort(long[] array, int offset, int length)
-