org.apache.oozie.workflow.lite
Class NodeDef

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeDef
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Direct Known Subclasses:
ActionNodeDef, DecisionNodeDef, EndNodeDef, ForkNodeDef, JoinNodeDef, KillNodeDef, StartNodeDef

public class NodeDef
extends Object
implements org.apache.hadoop.io.Writable

This node definition is serialized object and should provide readFields() and write() for read and write of fields in this class.


Method Summary
 boolean equals(NodeDef other)
           
 String getConf()
           
 String getCred()
           
 Class<? extends NodeHandler> getHandlerClass()
           
 String getName()
           
 String getNodeDefVersion()
           
 List<String> getTransitions()
           
 String getUserRetryInterval()
           
 String getUserRetryMax()
           
 int hashCode()
           
 void readFields(DataInput dataInput)
           
 void write(DataOutput dataOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(NodeDef other)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

getCred

public String getCred()

getHandlerClass

public Class<? extends NodeHandler> getHandlerClass()

getTransitions

public List<String> getTransitions()

getConf

public String getConf()

getUserRetryMax

public String getUserRetryMax()

getUserRetryInterval

public String getUserRetryInterval()

getNodeDefVersion

public String getNodeDefVersion()

readFields

public void readFields(DataInput dataInput)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
IOException

write

public void write(DataOutput dataOutput)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.