Uses of Class
org.h2.mvstore.cache.CacheLongKeyLIRS.Segment
Packages that use CacheLongKeyLIRS.Segment
-
Uses of CacheLongKeyLIRS.Segment in org.h2.mvstore.cache
Fields in org.h2.mvstore.cache declared as CacheLongKeyLIRS.SegmentModifier and TypeFieldDescriptionprivate final CacheLongKeyLIRS.Segment<V>[]
CacheLongKeyLIRS.segments
Methods in org.h2.mvstore.cache that return CacheLongKeyLIRS.SegmentModifier and TypeMethodDescriptionprivate 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.SegmentModifier and TypeMethodDescriptionprivate CacheLongKeyLIRS.Segment
<V> CacheLongKeyLIRS.resizeIfNeeded
(CacheLongKeyLIRS.Segment<V> s, int segmentIndex) Constructors in org.h2.mvstore.cache with parameters of type CacheLongKeyLIRS.SegmentModifierConstructorDescription(package private)
Segment
(CacheLongKeyLIRS.Segment<V> old, int len) Create a new cache segment from an existing one.