Package com.linkedin.venice.utils.lazy
Class LazyResettableWithTearDown<C>
java.lang.Object
com.linkedin.venice.utils.lazy.LazyResettableImpl<C>
com.linkedin.venice.utils.lazy.LazyResettableWithTearDown<C>
- All Implemented Interfaces:
Lazy<C>
,LazyResettable<C>
-
Field Summary
Fields inherited from class com.linkedin.venice.utils.lazy.LazyResettableImpl
lazy
-
Constructor Summary
-
Method Summary
Methods inherited from class com.linkedin.venice.utils.lazy.LazyResettableImpl
filter, flatMap, get, ifPresent, isPresent, map, orElse, orElseGet, orElseThrow
-
Constructor Details
-
LazyResettableWithTearDown
-
-
Method Details
-
reset
public void reset()Description copied from interface:LazyResettable
Returns to the uninitialized state.- Specified by:
reset
in interfaceLazyResettable<C>
- Overrides:
reset
in classLazyResettableImpl<C>
-