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 class
LazyArrayList.Segment
class
LazyHashMap.Segment<E extends LazyHashMap.Entry<K,V>>
Methods in one.microstream.collections.lazy with parameters of type LazySegment Modifier and Type Method Description void
LazySegmentUnloader.Default. remove(LazySegment<?> segment)
void
LazySegmentUnloader.Never. remove(LazySegment<?> segment)
void
LazySegmentUnloader. remove(LazySegment<?> segment)
Unregister the provided segment from the Unloader.void
LazySegmentUnloader.Timed. remove(LazySegment<?> segment)
void
LazySegmentUnloader.Default. unload(LazySegment<?> lazySegment)
void
LazySegmentUnloader.Never. unload(LazySegment<?> lazySegment)
void
LazySegmentUnloader.Timed. unload(LazySegment<?> currentLazySegment)
void
LazySegmentUnloader. unload(LazySegment<?> currentLazySegment)
Tries to unload segments.