Package one.microstream.reference
Interface LazyClearController
- All Known Implementing Classes:
LazyArrayList.Segment
,LazyHashMap.Segment
public interface LazyClearController
Classes that implement that interface can utilize
ControlledLazyReference.Default
to gain control of the unloading of Lazy
references.-
Method Summary
Modifier and Type Method Description boolean
allowClear()
Allow or deny clearing a lazy reference.
-
Method Details
-
allowClear
boolean allowClear()Allow or deny clearing a lazy reference.- Returns:
- true if clearing the lazy reference is allowed, otherwise false.
-