org.apache.oozie.workflow.lite
Class ForkNodeDef

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

public class ForkNodeDef
extends NodeDef


Nested Class Summary
static class ForkNodeDef.ForkNodeHandler
           
 
Field Summary
static String FORK_COUNT_PREFIX
           
 
Constructor Summary
ForkNodeDef(String name, List<String> transitions)
           
 
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
 

Field Detail

FORK_COUNT_PREFIX

public static final String FORK_COUNT_PREFIX
See Also:
Constant Field Values
Constructor Detail

ForkNodeDef

public ForkNodeDef(String name,
                   List<String> transitions)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.