org.apache.oozie.service
Class LiteWorkflowStoreService
java.lang.Object
org.apache.oozie.service.WorkflowStoreService
org.apache.oozie.service.LiteWorkflowStoreService
- All Implemented Interfaces:
- Service
- Direct Known Subclasses:
- DBLiteWorkflowStoreService
public abstract class LiteWorkflowStoreService
- extends WorkflowStoreService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteWorkflowStoreService
public LiteWorkflowStoreService()
liteExecute
protected static void liteExecute(NodeHandler.Context context)
throws WorkflowException
- Delegation method used by the Action and Decision
NodeHandler
on start. This method provides the
necessary information to create ActionExecutors.
- Parameters:
context
- NodeHandler context.
- Throws:
WorkflowException
- thrown if there was an error parsing the action configuration.
liteFail
protected static void liteFail(NodeHandler.Context context)
- Delegation method used when failing actions.
- Parameters:
context
- NodeHandler context.
liteKill
protected static void liteKill(NodeHandler.Context context)
- Delegation method used when killing actions.
- Parameters:
context
- NodeHandler context.
Copyright © 2011 Yahoo. All Rights Reserved.