Uses of Class
org.iq80.leveldb.impl.TableCache
Packages that use TableCache
-
Uses of TableCache in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as TableCacheModifier and TypeFieldDescriptionprivate final TableCacheDbImpl.tableCacheprivate final TableCacheLevel.tableCacheprivate final TableCacheLevel0.tableCacheprivate final TableCacheVersionSet.tableCacheMethods in org.iq80.leveldb.impl that return TableCacheModifier and TypeMethodDescriptionprivate TableCacheVersion.getTableCache()VersionSet.getTableCache()Methods in org.iq80.leveldb.impl with parameters of type TableCacheModifier and TypeMethodDescriptionstatic LevelIteratorLevel.createLevelConcatIterator(TableCache tableCache, List<FileMetaData> files, InternalKeyComparator internalKeyComparator) Constructors in org.iq80.leveldb.impl with parameters of type TableCacheModifierConstructorDescriptionLevel(int levelNumber, List<FileMetaData> files, TableCache tableCache, InternalKeyComparator internalKeyComparator) Level0(List<FileMetaData> files, TableCache tableCache, InternalKeyComparator internalKeyComparator) VersionSet(File databaseDir, TableCache tableCache, InternalKeyComparator internalKeyComparator) -
Uses of TableCache in org.iq80.leveldb.util
Fields in org.iq80.leveldb.util declared as TableCacheConstructors in org.iq80.leveldb.util with parameters of type TableCacheModifierConstructorDescriptionLevel0Iterator(TableCache tableCache, List<FileMetaData> files, Comparator<InternalKey> comparator) LevelIterator(TableCache tableCache, List<FileMetaData> files, InternalKeyComparator comparator)