| Package | Description |
|---|---|
| org.apache.hadoop.util.dynamic |
Dynamic class loading and instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
DynMethods.BoundMethod |
DynConstructors.Ctor.bind(Object receiver) |
DynMethods.BoundMethod |
DynMethods.UnboundMethod.bind(Object receiver)
Returns this method as a BoundMethod for the given receiver.
|
DynMethods.BoundMethod |
DynMethods.Builder.build(Object receiver)
Returns the first valid implementation as a BoundMethod or throws a
RuntimeError if there is none.
|
DynMethods.BoundMethod |
DynMethods.Builder.buildChecked(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.