This project has retired. For details please refer to its
Attic page .
ActionNodeDef (Apache Oozie Core 3.3.2 API)
org.apache.oozie.workflow.lite
Class ActionNodeDef
java.lang.Object
org.apache.oozie.workflow.lite.NodeDef
org.apache.oozie.workflow.lite.ActionNodeDef
All Implemented Interfaces: org.apache.hadoop.io.Writable
public class ActionNodeDef extends NodeDef
Node definition for workflow action. This node definition is serialized object and should provide
readFields() and write() for read and write of fields in this class.
Constructor Summary
ActionNodeDef (String name,
String conf,
Class <? extends ActionNodeHandler > actionHandlerClass,
String onOk,
String onError)
ActionNodeDef (String name,
String conf,
Class <? extends ActionNodeHandler > actionHandlerClass,
String onOk,
String onError,
String cred)
ActionNodeDef (String name,
String conf,
Class <? extends ActionNodeHandler > actionHandlerClass,
String onOk,
String onError,
String cred,
String userRetryMax,
String userRetryInterval)
Methods inherited from class org.apache.oozie.workflow.lite.NodeDef
equals , getConf , getCred , getHandlerClass , getName , getNodeDefVersion , getTransitions , getUserRetryInterval , getUserRetryMax , hashCode , readFields , write
ActionNodeDef
public ActionNodeDef (String name,
String conf,
Class <? extends ActionNodeHandler > actionHandlerClass,
String onOk,
String onError)
ActionNodeDef
public ActionNodeDef (String name,
String conf,
Class <? extends ActionNodeHandler > actionHandlerClass,
String onOk,
String onError,
String cred)
ActionNodeDef
public ActionNodeDef (String name,
String conf,
Class <? extends ActionNodeHandler > actionHandlerClass,
String onOk,
String onError,
String cred,
String userRetryMax,
String userRetryInterval)
Copyright © 2013 Apache Software Foundation . All Rights Reserved.