Uses of Class
org.apache.hadoop.util.dynamic.DynMethods.BoundMethod
Packages that use DynMethods.BoundMethod
-
Uses of DynMethods.BoundMethod in org.apache.hadoop.util.dynamic
Methods in org.apache.hadoop.util.dynamic that return DynMethods.BoundMethodModifier and TypeMethodDescriptionReturns this method as a BoundMethod for the given receiver.Returns the first valid implementation as a BoundMethod or throws a RuntimeError if there is none.DynMethods.Builder.buildChecked(Object receiver) Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if there is none.