Uses of Class
org.h2.mvstore.cache.CacheLongKeyLIRS
-
Packages that use CacheLongKeyLIRS Package Description org.h2.mvstore A persistent storage for tree maps.org.h2.mvstore.cache Classes related to caching. -
-
Uses of CacheLongKeyLIRS in org.h2.mvstore
Fields in org.h2.mvstore declared as CacheLongKeyLIRS Modifier and Type Field Description private CacheLongKeyLIRS<Page<?,?>>
MVStore. cache
The page cache.private CacheLongKeyLIRS<long[]>
MVStore. chunksToC
Cache for chunks "Table of Content" used to translate page's sequential number within containing chunk into byte position within chunk's image.Methods in org.h2.mvstore that return CacheLongKeyLIRS Modifier and Type Method Description CacheLongKeyLIRS<Page<?,?>>
MVStore. getCache()
Get the cache.Methods in org.h2.mvstore with parameters of type CacheLongKeyLIRS Modifier and Type Method Description private static int
MVStore. getCacheHitRatio(CacheLongKeyLIRS<?> cache)
-
Uses of CacheLongKeyLIRS in org.h2.mvstore.cache
Fields in org.h2.mvstore.cache declared as CacheLongKeyLIRS Modifier and Type Field Description private CacheLongKeyLIRS<java.nio.ByteBuffer>
FilePathCache.FileCache. cache
-