|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.service.WorkflowStoreService
org.apache.oozie.service.LiteWorkflowStoreService
public abstract class LiteWorkflowStoreService
Nested Class Summary | |
---|---|
static class |
LiteWorkflowStoreService.LiteActionHandler
|
static class |
LiteWorkflowStoreService.LiteDecisionHandler
|
Field Summary |
---|
Fields inherited from class org.apache.oozie.service.WorkflowStoreService |
---|
TRANSIENT_VAR_PREFIX, WORKFLOW_BEAN |
Fields inherited from interface org.apache.oozie.service.Service |
---|
CONF_PREFIX |
Constructor Summary | |
---|---|
LiteWorkflowStoreService()
|
Method Summary | |
---|---|
protected static void |
liteExecute(NodeHandler.Context context)
Delegation method used by the Action and Decision NodeHandler on start. |
protected static void |
liteFail(NodeHandler.Context context)
Delegation method used when failing actions. |
protected static void |
liteKill(NodeHandler.Context context)
Delegation method used when killing actions. |
Methods inherited from class org.apache.oozie.service.WorkflowStoreService |
---|
create, create, getActionsToFail, getActionsToKill, getInterface, getStartedActions, getWorkflowLibWithNoDB |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.oozie.service.Service |
---|
destroy, init |
Constructor Detail |
---|
public LiteWorkflowStoreService()
Method Detail |
---|
protected static void liteExecute(NodeHandler.Context context) throws WorkflowException
NodeHandler
on start. This method provides the
necessary information to create ActionExecutors.
context
- NodeHandler context.
WorkflowException
- thrown if there was an error parsing the action configuration.protected static void liteFail(NodeHandler.Context context)
context
- NodeHandler context.protected static void liteKill(NodeHandler.Context context)
context
- NodeHandler context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |