Uses of Class
org.apache.hadoop.util.functional.LazyAtomicReference
Packages that use LazyAtomicReference
Package
Description
Support for functional programming within the Hadoop APIs.
-
Uses of LazyAtomicReference in org.apache.hadoop.util.functional
Subclasses of LazyAtomicReference in org.apache.hadoop.util.functionalModifier and TypeClassDescriptionclassLazyAutoCloseableReference<T extends AutoCloseable>A subclass ofLazyAtomicReferencewhich holds anAutoCloseablereference and callsclose()when it itself is closed.Methods in org.apache.hadoop.util.functional that return LazyAtomicReferenceModifier and TypeMethodDescriptionstatic <T> LazyAtomicReference<T>LazyAtomicReference.lazyAtomicReferenceFromSupplier(Supplier<T> supplier) Create from a supplier.