Package com.linkedin.venice.utils.lazy
-
Interface Summary Interface Description Lazy<T> This utility provides lazy initialization for a wrapped object.LazyResettable<C> This, likeLazy
, implements the same API asOptional
and provides late initialization for its content. -
Class Summary Class Description LazyImpl<T> Fork of theLazyInitializer
with some additional APIs.LazyResettableImpl<C> LazyResettableWithTearDown<C>