Home
last modified time | relevance | path

Searched refs:getComparatorType (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DComparatorType.java38 static ComparatorType getComparatorType(final byte byteIdentifier) { in getComparatorType() method in ComparatorType
DNativeComparatorWrapper.java20 final ComparatorType getComparatorType() { in getComparatorType() method in NativeComparatorWrapper
DAbstractComparator.java39 ComparatorType getComparatorType() { in getComparatorType() method in AbstractComparator
DSstFileWriter.java36 comparator.getComparatorType().getValue())); in SstFileWriter()
DWriteBatchWithIndex.java66 fallbackIndexComparator.getComparatorType().getValue(), reservedBytes, in WriteBatchWithIndex()
DColumnFamilyOptions.java176 comparator.getComparatorType().getValue()); in setComparator()
DOptions.java199 comparator.getComparatorType().getValue()); in setComparator()