Uses of Class
org.h2.mvstore.cache.CacheLongKeyLIRS.Segment
-
Packages that use CacheLongKeyLIRS.Segment Package Description org.h2.mvstore.cache Classes related to caching. -
-
Uses of CacheLongKeyLIRS.Segment in org.h2.mvstore.cache
Fields in org.h2.mvstore.cache declared as CacheLongKeyLIRS.Segment Modifier and Type Field Description private CacheLongKeyLIRS.Segment<V>[]
CacheLongKeyLIRS. segments
Methods in org.h2.mvstore.cache that return CacheLongKeyLIRS.Segment Modifier and Type Method Description private CacheLongKeyLIRS.Segment<V>
CacheLongKeyLIRS. getSegment(int hash)
private CacheLongKeyLIRS.Segment<V>
CacheLongKeyLIRS. resizeIfNeeded(CacheLongKeyLIRS.Segment<V> s, int segmentIndex)
Methods in org.h2.mvstore.cache with parameters of type CacheLongKeyLIRS.Segment Modifier and Type Method Description private CacheLongKeyLIRS.Segment<V>
CacheLongKeyLIRS. resizeIfNeeded(CacheLongKeyLIRS.Segment<V> s, int segmentIndex)
Constructors in org.h2.mvstore.cache with parameters of type CacheLongKeyLIRS.Segment Constructor Description Segment(CacheLongKeyLIRS.Segment<V> old, int len)
Create a new cache segment from an existing one.
-