Uses of Class
org.apache.hadoop.util.dynamic.DynMethods.UnboundMethod
Packages that use DynMethods.UnboundMethod
-
Uses of DynMethods.UnboundMethod in org.apache.hadoop.util.dynamic
Subclasses of DynMethods.UnboundMethod in org.apache.hadoop.util.dynamicMethods in org.apache.hadoop.util.dynamic that return DynMethods.UnboundMethodModifier and TypeMethodDescriptionDynMethods.Builder.build()Returns the first valid implementation as a UnboundMethod or throws a RuntimeError if there is none.DynMethods.Builder.buildChecked()Returns the first valid implementation as a UnboundMethod or throws a NoSuchMethodException if there is none.static <T> DynMethods.UnboundMethodBindingUtils.loadInvocation(Class<?> source, Class<? extends T> returnType, String name, Class<?>... parameterTypes) Get an invocation from the source class, which will be unavailable() if the class is null or the method isn't found.static <T> DynMethods.UnboundMethodBindingUtils.loadStaticMethod(Class<?> source, Class<? extends T> returnType, String name, Class<?>... parameterTypes) Load a static method from the source class, which will be a noop() if the class is null or the method isn't found.static DynMethods.UnboundMethodCreate a no-op method.Methods in org.apache.hadoop.util.dynamic with parameters of type DynMethods.UnboundMethodModifier and TypeMethodDescriptionstatic booleanBindingUtils.available(DynMethods.UnboundMethod method) Is a method available?static voidBindingUtils.checkAvailable(DynMethods.UnboundMethod method) Require a method to be available.static booleanBindingUtils.implemented(DynMethods.UnboundMethod... methods) Given a sequence of methods, verify that they are all available.