Package org.rocksdb.util
-
Class Summary Class Description ByteUtil BytewiseComparator This is a Java Native implementation of the C++ equivalent BytewiseComparatorImpl usingSliceThe performance of Comparators implemented in Java is always less than their C++ counterparts due to the bridging overhead, as such you likely don't want to use this apart from benchmarking and you most likely instead wantedBuiltinComparator.BYTEWISE_COMPARATOREnvironment IntComparator This is a Java implementation of a Comparator for Java int keys.ReverseBytewiseComparator This is a Java Native implementation of the C++ equivalent ReverseBytewiseComparatorImpl usingSliceThe performance of Comparators implemented in Java is always less than their C++ counterparts due to the bridging overhead, as such you likely don't want to use this apart from benchmarking and you most likely instead wantedBuiltinComparator.REVERSE_BYTEWISE_COMPARATORSizeUnit