Uses of Interface
one.microstream.collections.lazy.LazySegmentUnloader
| Package | Description |
|---|---|
| one.microstream.collections.lazy |
-
Uses of LazySegmentUnloader in one.microstream.collections.lazy
Classes in one.microstream.collections.lazy that implement LazySegmentUnloader Modifier and Type Class Description static classLazySegmentUnloader.DefaultDefault implementation of LazyUnloader
This implementation will try to keep a configurable number of last loaded segments in memory.static classLazySegmentUnloader.NeverLazyUnloader implementation that does no unloading.static classLazySegmentUnloader.TimedImplementation of LazyUnloader
This implementation will try to unload segments that are older then the configured lifetime.Methods in one.microstream.collections.lazy that return LazySegmentUnloader Modifier and Type Method Description LazySegmentUnloaderLazySegmentUnloader. copy()Create a new copy of this LazySegmentUnloader.LazySegmentUnloaderLazySegmentUnloader.Default. copy()LazySegmentUnloaderLazySegmentUnloader.Never. copy()LazySegmentUnloaderLazySegmentUnloader.Timed. copy()Constructors in one.microstream.collections.lazy with parameters of type LazySegmentUnloader Constructor Description LazyArrayList(int maxSegmentSize, LazySegmentUnloader lazySegmentUnloader)Creates a newLazyArrayListwith a defined maximum segment size.LazyHashMap(int maxSegmentSize, LazySegmentUnloader lazySegmentUnloader)Creates a newLazyHashMapwith a maximum desired segment size.LazyHashSet(int maxSegmentSize, LazySegmentUnloader lazySegmentUnloader)Creates a newLazyHashSetwith a maximum desired segment size.