Uses of Interface
org.apache.hadoop.yarn.webapp.util.WebAppUtils.ThrowingBiFunction
Packages that use WebAppUtils.ThrowingBiFunction
-
Uses of WebAppUtils.ThrowingBiFunction in org.apache.hadoop.yarn.webapp.util
Methods in org.apache.hadoop.yarn.webapp.util with parameters of type WebAppUtils.ThrowingBiFunctionModifier and TypeMethodDescriptionstatic <T,R> R WebAppUtils.execOnActiveRM(org.apache.hadoop.conf.Configuration conf, WebAppUtils.ThrowingBiFunction<String, T, R> func, T arg) Runs a certain function against the active RM.