Uses of Interface
org.iq80.leveldb.table.UserComparator
Packages that use UserComparator
-
Uses of UserComparator in org.iq80.leveldb.impl
Classes in org.iq80.leveldb.impl that implement UserComparatorFields in org.iq80.leveldb.impl declared as UserComparatorModifier and TypeFieldDescriptionprivate final UserComparatorInternalKeyComparator.userComparatorMethods in org.iq80.leveldb.impl that return UserComparatorConstructors in org.iq80.leveldb.impl with parameters of type UserComparatorModifierConstructorDescriptionInternalKeyComparator(UserComparator userComparator) privateTableAndFile(File databaseDir, long fileNumber, UserComparator userComparator, boolean verifyChecksums) TableCache(File databaseDir, int tableCacheSize, UserComparator userComparator, boolean verifyChecksums) -
Uses of UserComparator in org.iq80.leveldb.table
Classes in org.iq80.leveldb.table that implement UserComparatorFields in org.iq80.leveldb.table declared as UserComparatorConstructors in org.iq80.leveldb.table with parameters of type UserComparatorModifierConstructorDescriptionTableBuilder(Options options, FileChannel fileChannel, UserComparator userComparator)