Package org.rocksdb.util
package org.rocksdb.util
-
ClassesClassDescriptionThis is a Java Native implementation of the C++ equivalent BytewiseComparatorImpl using
SliceThe 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_COMPARATORThis is a Java implementation of a Comparator for Java int keys.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_COMPARATORSimply redirects all log messages to StdErr.