| Package | Description |
|---|---|
| org.apache.hadoop.util.dynamic |
Dynamic class loading and instantiation.
|
| Modifier and Type | Method | Description |
|---|---|---|
DynMethods.BoundMethod |
DynConstructors.Ctor.bind(java.lang.Object receiver) |
|
DynMethods.BoundMethod |
DynMethods.UnboundMethod.bind(java.lang.Object receiver) |
Returns this method as a BoundMethod for the given receiver.
|
DynMethods.BoundMethod |
DynMethods.Builder.build(java.lang.Object receiver) |
Returns the first valid implementation as a BoundMethod or throws a
RuntimeError if there is none.
|
DynMethods.BoundMethod |
DynMethods.Builder.buildChecked(java.lang.Object receiver) |
Returns the first valid implementation as a BoundMethod or throws a
NoSuchMethodException if there is none.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.