Uses of Class
org.apache.hadoop.util.functional.LazyAutoCloseableReference
Packages that use LazyAutoCloseableReference
Package
Description
Support for functional programming within the Hadoop APIs.
-
Uses of LazyAutoCloseableReference in org.apache.hadoop.util.functional
Methods in org.apache.hadoop.util.functional that return LazyAutoCloseableReferenceModifier and TypeMethodDescriptionstatic <T extends AutoCloseable>
LazyAutoCloseableReference<T>LazyAutoCloseableReference.lazyAutoCloseablefromSupplier(Supplier<T> supplier) Create from a supplier.