Uses of Interface
one.microstream.collections.lazy.LazySegment
| Package | Description |
|---|---|
| one.microstream.collections.lazy |
-
Uses of LazySegment in one.microstream.collections.lazy
Classes in one.microstream.collections.lazy that implement LazySegment Modifier and Type Class Description classLazyArrayList.SegmentclassLazyHashMap.Segment<E extends LazyHashMap.Entry<K,V>>Methods in one.microstream.collections.lazy with parameters of type LazySegment Modifier and Type Method Description voidLazySegmentUnloader.Default. remove(LazySegment<?> segment)voidLazySegmentUnloader.Never. remove(LazySegment<?> segment)voidLazySegmentUnloader. remove(LazySegment<?> segment)Unregister the provided segment from the Unloader.voidLazySegmentUnloader.Timed. remove(LazySegment<?> segment)voidLazySegmentUnloader.Default. unload(LazySegment<?> lazySegment)voidLazySegmentUnloader.Never. unload(LazySegment<?> lazySegment)voidLazySegmentUnloader.Timed. unload(LazySegment<?> currentLazySegment)voidLazySegmentUnloader. unload(LazySegment<?> currentLazySegment)Tries to unload segments.