org.apache.hadoop.hive.ql.exec
Class NodeUtils
java.lang.Object
org.apache.hadoop.hive.ql.exec.NodeUtils
public class NodeUtils
- extends Object
Simple node iterating utils
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeUtils
public NodeUtils()
iterateTask
public static <T> void iterateTask(Collection<Task<?>> tasks,
Class<T> clazz,
NodeUtils.Function<T> function)
iterate
public static <T> void iterate(Collection<? extends Node> nodes,
Class<T> clazz,
NodeUtils.Function<T> function)
Copyright © 2014 The Apache Software Foundation. All rights reserved.