| Package | Description |
|---|---|
| org.apache.hadoop.util.functional |
Support for functional programming within the Hadoop APIs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LazyAutoCloseableReference<T extends java.lang.AutoCloseable> |
A subclass of
LazyAtomicReference which
holds an AutoCloseable reference and calls close()
when it itself is closed. |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> LazyAtomicReference<T> |
LazyAtomicReference.lazyAtomicReferenceFromSupplier(java.util.function.Supplier<T> supplier) |
Create from a supplier.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.