org.apache.oozie.workflow.lite
Class NodeDef
java.lang.Object
org.apache.oozie.workflow.lite.NodeDef
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
- Direct Known Subclasses:
- ActionNodeDef, ControlNodeDef, DecisionNodeDef
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.
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 © 2013 Apache Software Foundation. All Rights Reserved.