org.apache.pig.pen.util
Class DependencyOrderLimitedWalker<O extends Operator,P extends OperatorPlan<O>>
java.lang.Object
org.apache.pig.impl.plan.PlanWalker<O,P>
org.apache.pig.impl.plan.DependencyOrderWalker<O,P>
org.apache.pig.pen.util.DependencyOrderLimitedWalker<O,P>
public class DependencyOrderLimitedWalker<O extends Operator,P extends OperatorPlan<O>>
- extends DependencyOrderWalker<O,P>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyOrderLimitedWalker
public DependencyOrderLimitedWalker(O operator,
P plan)
walk
public void walk(PlanVisitor<O,P> visitor)
throws VisitorException
- Description copied from class:
DependencyOrderWalker
- Begin traversing the graph.
- Overrides:
walk
in class DependencyOrderWalker<O extends Operator,P extends OperatorPlan<O>>
- Parameters:
visitor
- Visitor this walker is being used by.
- Throws:
VisitorException
- if an error is encountered while walking.
Copyright © ${year} The Apache Software Foundation