Uses of Class
org.apache.hadoop.util.dynamic.DynMethods.StaticMethod
Packages that use DynMethods.StaticMethod
-
Uses of DynMethods.StaticMethod in org.apache.hadoop.util.dynamic
Methods in org.apache.hadoop.util.dynamic that return DynMethods.StaticMethodModifier and TypeMethodDescriptionDynMethods.UnboundMethod.asStatic()Returns this method as a StaticMethod.DynMethods.Builder.buildStatic()Returns the first valid implementation as a StaticMethod or throws a RuntimeException if there is none.DynMethods.Builder.buildStaticChecked()Returns the first valid implementation as a StaticMethod or throws a NoSuchMethodException if there is none.