| Package | Description |
|---|---|
| org.apache.hadoop.util.dynamic |
Dynamic class loading and instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
DynMethods.StaticMethod |
DynMethods.UnboundMethod.asStatic()
Returns this method as a StaticMethod.
|
DynMethods.StaticMethod |
DynMethods.Builder.buildStatic()
Returns the first valid implementation as a StaticMethod or throws a
RuntimeException if there is none.
|
DynMethods.StaticMethod |
DynMethods.Builder.buildStaticChecked()
Returns the first valid implementation as a StaticMethod or throws a
NoSuchMethodException if there is none.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.