org.apache.oozie.workflow.lite
Class DecisionNodeDef

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeDef
      extended by org.apache.oozie.workflow.lite.DecisionNodeDef
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class DecisionNodeDef
extends NodeDef


Constructor Summary
DecisionNodeDef(String name, String conf, Class<? extends DecisionNodeHandler> clazz, List<String> evals)
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.workflow.lite.NodeDef
equals, getConf, getCred, getHandlerClass, getName, getNodeDefVersion, getTransitions, getUserRetryInterval, getUserRetryMax, hashCode, readFields, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionNodeDef

public DecisionNodeDef(String name,
                       String conf,
                       Class<? extends DecisionNodeHandler> clazz,
                       List<String> evals)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.