|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.workflow.lite.NodeDef
public class NodeDef
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 |
---|
public boolean equals(NodeDef other)
public int hashCode()
hashCode
in class Object
public String getName()
public String getCred()
public Class<? extends NodeHandler> getHandlerClass()
public List<String> getTransitions()
public String getConf()
public String getUserRetryMax()
public String getUserRetryInterval()
public String getNodeDefVersion()
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |