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