A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ACTION - Static variable in class org.apache.oozie.service.DagXLogInfoService
Action log info constant.
ACTION_CONFS - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
ACTION_PREFIX - Static variable in class org.apache.oozie.action.hadoop.LauncherMapper
 
ACTION_PREFIX - Static variable in class org.apache.oozie.action.hadoop.PigMain
 
ACTION_PREPARE_XML - Static variable in class org.apache.oozie.action.hadoop.LauncherMapper
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.decision.DecisionActionExecutor
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ACTION_TYPE_LABEL - Static variable in class org.apache.oozie.action.hadoop.MRStats
 
ActionCheckerService - Class in org.apache.oozie.service
The Action Checker Service queue ActionCheckCommands to check the status of running actions and CoordActionCheckCommands to check the status of coordinator actions.
ActionCheckerService() - Constructor for class org.apache.oozie.service.ActionCheckerService
 
ActionCheckXCommand - Class in org.apache.oozie.command.wf
Executes the check command for ActionHandlers.
ActionCheckXCommand(String) - Constructor for class org.apache.oozie.command.wf.ActionCheckXCommand
 
ActionCheckXCommand(String, int, int) - Constructor for class org.apache.oozie.command.wf.ActionCheckXCommand
 
ActionCheckXCommand(String, int) - Constructor for class org.apache.oozie.command.wf.ActionCheckXCommand
 
ActionEndXCommand - Class in org.apache.oozie.command.wf
 
ActionEndXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionEndXCommand
 
ActionExecutor - Class in org.apache.oozie.action
Base action executor class.
ActionExecutor(String) - Constructor for class org.apache.oozie.action.ActionExecutor
Create an action executor with default retry parameters.
ActionExecutor(String, long) - Constructor for class org.apache.oozie.action.ActionExecutor
Create an action executor.
ActionExecutor.Context - Interface in org.apache.oozie.action
Context information passed to the ActionExecutor methods.
ActionExecutorException - Exception in org.apache.oozie.action
ActionExecutor exception.
ActionExecutorException(ActionExecutorException.ErrorType, String, String) - Constructor for exception org.apache.oozie.action.ActionExecutorException
Create an action executor exception.
ActionExecutorException(ActionExecutorException.ErrorType, String, String, Object...) - Constructor for exception org.apache.oozie.action.ActionExecutorException
Create an action executor exception.
ActionExecutorException.ErrorType - Enum in org.apache.oozie.action
Enum that defines the type of error an ActionExecutor has produced.
ActionKillXCommand - Class in org.apache.oozie.command.wf
Kill workflow action and invoke action executor to kill the underlying context.
ActionKillXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionKillXCommand
 
ActionKillXCommand(String) - Constructor for class org.apache.oozie.command.wf.ActionKillXCommand
 
ActionNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for workflow action.
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, String, String) - Constructor for class org.apache.oozie.workflow.lite.ActionNodeDef
 
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, String, String, String) - Constructor for class org.apache.oozie.workflow.lite.ActionNodeDef
 
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, String, String, String, String, String) - Constructor for class org.apache.oozie.workflow.lite.ActionNodeDef
 
ActionNodeHandler - Class in org.apache.oozie.workflow.lite
 
ActionNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.ActionNodeHandler
 
ActionService - Class in org.apache.oozie.service
 
ActionService() - Constructor for class org.apache.oozie.service.ActionService
 
ActionStartXCommand - Class in org.apache.oozie.command.wf
 
ActionStartXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionStartXCommand
 
ActionStats - Class in org.apache.oozie.action.hadoop
Abstract class that represents the statistics for any type of Oozie action.
ActionStats() - Constructor for class org.apache.oozie.action.hadoop.ActionStats
 
ActionType - Enum in org.apache.oozie.action.hadoop
Enumerator that lists the various kinds of actions supported by Oozie.
ActionXCommand<T> - Class in org.apache.oozie.command.wf
Base class for Action execution commands.
ActionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.wf.ActionXCommand
 
ActionXCommand.ActionExecutorContext - Class in org.apache.oozie.command.wf
Workflow action executor context
ActionXCommand.ActionExecutorContext(WorkflowJobBean, WorkflowActionBean, boolean, boolean) - Constructor for class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Constructing the ActionExecutorContext, setting the private members and constructing the proto configuration
activate(String) - Static method in class org.apache.oozie.FaultInjection
 
activate() - Method in class org.apache.oozie.FaultInjection
 
add(PriorityDelayQueue.QueueElement<E>) - Method in class org.apache.oozie.util.PriorityDelayQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
addActionConf(JobConf, Configuration) - Method in class org.apache.oozie.action.hadoop.MapReduceMain
 
addActionCron(String, Instrumentation.Cron) - Method in class org.apache.oozie.command.wf.ActionXCommand
Adding a cron for the instrumentation time for the given Instrumentation group
addCron(String, String, Instrumentation.Cron) - Method in class org.apache.oozie.util.Instrumentation
Add a cron to an instrumentation timer.
addDefaultChildEnv(Configuration) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
This method sets the PATH to current working directory for the launched map task from where shell command will run.
addFileToClassPath(String, Path, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
 
addFilter(String, Class) - Method in class org.apache.oozie.test.EmbeddedServletContainer
Add a filter to the container.
addFunction(String, String, Method) - Method in class org.apache.oozie.util.ELEvaluator.Context
Add a function to the context.
addNode(NodeDef) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
addSampler(String, String, int, int, Instrumentation.Variable<Long>) - Method in class org.apache.oozie.util.Instrumentation
Add a sampling variable.
addServletEndpoint(String, Class) - Method in class org.apache.oozie.test.EmbeddedServletContainer
Add a servlet to the container.
addShareLib(Path, Configuration, String) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
addtoJobConf(JobConf, CredentialsProperties, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.Credentials
This is the interface for all the Credentials implementation.
addVariable(String, String, Instrumentation.Variable) - Method in class org.apache.oozie.util.Instrumentation
Add an instrumentation variable.
ADMIN_USERS_FILE - Static variable in class org.apache.oozie.service.AuthorizationService
File that contains list of admin users for Oozie.
ALLOW_ALL_REGEX - Static variable in class org.apache.oozie.util.XLogStreamer.Filter
 
and(SqlStatement.Condition...) - Static method in class org.apache.oozie.util.db.SqlStatement
Logical AND condition Generator
ANTI_STARVATION_INTERVAL - Static variable in class org.apache.oozie.util.PriorityDelayQueue
Frequency, in milliseconds, of the anti-starvation check.
antiStarvation() - Method in class org.apache.oozie.util.PriorityDelayQueue
Run the anti-starvation check every PriorityDelayQueue.ANTI_STARVATION_INTERVAL milliseconds.
APP - Static variable in class org.apache.oozie.service.DagXLogInfoService
App log info constant.
APP_LIB_PATH_LIST - Static variable in class org.apache.oozie.service.WorkflowAppService
 
asLabel() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
asLabel() - Method in interface org.apache.oozie.util.db.Schema.Column
Alias to be used by the select statement for this column
AUDIT_ERROR_CODE - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUDIT_ERROR_MESSAGE - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUDIT_HTTP_STATUS_CODE - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUDIT_OPERATION - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUDIT_PARAM - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUTH_TOKEN - Static variable in class org.apache.oozie.servlet.JsonRestServlet
Request attribute constant for the authenticatio token.
AuthFilter - Class in org.apache.oozie.servlet
Authentication filter that extends Hadoop-auth AuthenticationFilter to override the configuration loading.
AuthFilter() - Constructor for class org.apache.oozie.servlet.AuthFilter
 
AuthorizationException - Exception in org.apache.oozie.service
 
AuthorizationException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.service.AuthorizationException
 
AuthorizationException(XException) - Constructor for exception org.apache.oozie.service.AuthorizationException
 
AuthorizationService - Class in org.apache.oozie.service
The authorization service provides all authorization checks.
AuthorizationService() - Constructor for class org.apache.oozie.service.AuthorizationService
 
authorizeForAdmin(String, boolean) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user has admin privileges.
authorizeForApp(String, String, String, Configuration) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to use the specified application.
authorizeForApp(String, String, String, String, Configuration) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to use the specified application.
authorizeForGroup(String, String) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user belongs to the group or not.
authorizeForJob(String, String, boolean) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to operate on the specified job.
authToken - Variable in class org.apache.oozie.BaseEngine
 

B

BaseAdminServlet - Class in org.apache.oozie.servlet
 
BaseAdminServlet(String, JsonRestServlet.ResourceInfo[]) - Constructor for class org.apache.oozie.servlet.BaseAdminServlet
 
BaseEngine - Class in org.apache.oozie
 
BaseEngine() - Constructor for class org.apache.oozie.BaseEngine
 
BaseEngineException - Exception in org.apache.oozie
Exception thrown by the DagEngine.
BaseEngineException(XException) - Constructor for exception org.apache.oozie.BaseEngineException
Create an engine exception from a XException.
BaseEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.BaseEngineException
Create an engine exception.
BaseJobServlet - Class in org.apache.oozie.servlet
 
BaseJobServlet(String) - Constructor for class org.apache.oozie.servlet.BaseJobServlet
 
BaseJobsServlet - Class in org.apache.oozie.servlet
 
BaseJobsServlet(String) - Constructor for class org.apache.oozie.servlet.BaseJobsServlet
 
basicResolveAndIncludeDS(String, Configuration, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
The method resolve all the variables that are defined in configuration.
beginTrx() - Method in class org.apache.oozie.store.Store
Invoke transaction on the EntityManager
between(Schema.Column, Object, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
BETWEEN range checking statement
BUNDLE_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
BUNDLE_CONF_OLDER_THAN - Static variable in class org.apache.oozie.service.PurgeService
 
BUNDLE_XML_FILE - Static variable in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
BundleActionBean - Class in org.apache.oozie
 
BundleActionBean() - Constructor for class org.apache.oozie.BundleActionBean
 
BundleActionGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the BundleAction into a Bean and return it.
BundleActionGetJPAExecutor(String, String) - Constructor for class org.apache.oozie.executor.jpa.BundleActionGetJPAExecutor
The constructor for class BundleActionGetJPAExecutor
BundleActionId - Class in org.apache.oozie
The composite primary key for the BundleActionBean Entity.
BundleActionId() - Constructor for class org.apache.oozie.BundleActionId
 
BundleActionInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the BundleAction bean.
BundleActionInsertJPAExecutor(BundleActionBean) - Constructor for class org.apache.oozie.executor.jpa.BundleActionInsertJPAExecutor
The constructor for class BundleActionInsertJPAExecutor
BundleActionsCountForJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of actions for a bundle job.
BundleActionsCountForJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleActionsCountForJobGetJPAExecutor
 
BundleActionsDeleteForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete the list of BundleAction for a BundleJob and return the number of actions been deleted.
BundleActionsDeleteForPurgeJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleActionsDeleteForPurgeJPAExecutor
 
BundleActionsGetByLastModifiedTimeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of BundleAction ordered by lastModifiedTime
BundleActionsGetByLastModifiedTimeJPAExecutor(Date) - Constructor for class org.apache.oozie.executor.jpa.BundleActionsGetByLastModifiedTimeJPAExecutor
 
BundleActionsGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of BundleAction return it.
BundleActionsGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleActionsGetJPAExecutor
The constructor for class BundleActionsGetJPAExecutor
BundleActionsGetWaitingOlderJPAExecutor - Class in org.apache.oozie.executor.jpa
 
BundleActionsGetWaitingOlderJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.BundleActionsGetWaitingOlderJPAExecutor
 
BundleActionUpdateJPAExecutor - Class in org.apache.oozie.executor.jpa
Update the given bundle action bean to DB.
BundleActionUpdateJPAExecutor(BundleActionBean) - Constructor for class org.apache.oozie.executor.jpa.BundleActionUpdateJPAExecutor
The constructor for class BundleActionUpdateJPAExecutor
bundleCountStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
BundleEngine - Class in org.apache.oozie
 
BundleEngine() - Constructor for class org.apache.oozie.BundleEngine
Create a system Bundle engine, with no user and no group.
BundleEngine(String, String) - Constructor for class org.apache.oozie.BundleEngine
Create a Bundle engine to perform operations on behave of a user.
BundleEngineException - Exception in org.apache.oozie
Exception thrown by the BundleEngine.
BundleEngineException(XException) - Constructor for exception org.apache.oozie.BundleEngineException
Create a bundle engine exception from a XException.
BundleEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.BundleEngineException
Create a bundle engine exception.
BundleEngineService - Class in org.apache.oozie.service
Service that return a bundle engine for a user.
BundleEngineService() - Constructor for class org.apache.oozie.service.BundleEngineService
 
BundleJobBean - Class in org.apache.oozie
 
BundleJobBean() - Constructor for class org.apache.oozie.BundleJobBean
 
BundleJobChangeXCommand - Class in org.apache.oozie.command.bundle
 
BundleJobChangeXCommand(String, String) - Constructor for class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
BundleJobDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete bundle job
BundleJobDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleJobDeleteJPAExecutor
 
BundleJobException - Exception in org.apache.oozie.command.bundle
Exception thrown by BundleJob .
BundleJobException(XException) - Constructor for exception org.apache.oozie.command.bundle.BundleJobException
Create an Bundle Job exception from a XException.
BundleJobException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.command.bundle.BundleJobException
Create a Bundle Job exception.
BundleJobGetCoordinatorsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the coordinators for specified bundle in the Coordinator job bean
BundleJobGetCoordinatorsJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleJobGetCoordinatorsJPAExecutor
 
BundleJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the BundleJob into a Bean and return it.
BundleJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleJobGetJPAExecutor
 
BundleJobInfo - Class in org.apache.oozie
 
BundleJobInfo(List<BundleJobBean>, int, int, int) - Constructor for class org.apache.oozie.BundleJobInfo
Create a bundle info bean.
BundleJobInfoGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the BundleInfo and return it.
BundleJobInfoGetJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
The constructor for BundleJobInfoGetJPAExecutor
BundleJobInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the BundleJob bean.
BundleJobInsertJPAExecutor(BundleJobBean) - Constructor for class org.apache.oozie.executor.jpa.BundleJobInsertJPAExecutor
 
BundleJobResumeXCommand - Class in org.apache.oozie.command.bundle
 
BundleJobResumeXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleJobResumeXCommand
Constructor to create the Bundle Resume Command.
BundleJobsGetForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of completed BundleJob for purge ready.
BundleJobsGetForPurgeJPAExecutor(long, int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
BundleJobsGetNeedStartJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of bundle Jobs that need to be started;
BundleJobsGetNeedStartJPAExecutor(Date) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetNeedStartJPAExecutor
 
BundleJobsGetPausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of paused bundle Jobs;
BundleJobsGetPausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetPausedJPAExecutor
 
BundleJobsGetPendingJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of Bundle Jobs that are in pending.
BundleJobsGetPendingJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetPendingJPAExecutor
 
BundleJobsGetRunningJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of Bundle Jobs that are are RUNNING or RUNNINGWITHERROR status.
BundleJobsGetRunningJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetRunningJPAExecutor
 
BundleJobsGetUnpausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of unpaused bundle Jobs;
BundleJobsGetUnpausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetUnpausedJPAExecutor
 
BundleJobSuspendXCommand - Class in org.apache.oozie.command.bundle
 
BundleJobSuspendXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
BundleJobsXCommand - Class in org.apache.oozie.command.bundle
The command to get a job info for a list of bundle jobs by given filters.
BundleJobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.bundle.BundleJobsXCommand
The constructor for BundleJobsXCommand
BundleJobUpdateJPAExecutor - Class in org.apache.oozie.executor.jpa
Update the given bundle job bean to DB.
BundleJobUpdateJPAExecutor(BundleJobBean) - Constructor for class org.apache.oozie.executor.jpa.BundleJobUpdateJPAExecutor
The constructor for class BundleJobUpdateJPAExecutor
BundleJobXCommand - Class in org.apache.oozie.command.bundle
Command for Getting the Bundle job bean it also gets coordinators information in the Bundle job.
BundleJobXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleJobXCommand
Command for Getting the Bundle job bean it also gets coordinators information in the Bundle job.
BundleKillXCommand - Class in org.apache.oozie.command.bundle
 
BundleKillXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleKillXCommand
 
BundlePauseXCommand - Class in org.apache.oozie.command.bundle
 
BundlePauseXCommand(BundleJobBean) - Constructor for class org.apache.oozie.command.bundle.BundlePauseXCommand
 
BundlePurgeXCommand - Class in org.apache.oozie.command.bundle
This class is used for bundle purge command
BundlePurgeXCommand(int, int) - Constructor for class org.apache.oozie.command.bundle.BundlePurgeXCommand
 
BundleRerunXCommand - Class in org.apache.oozie.command.bundle
Rerun bundle coordinator jobs by a list of coordinator names or dates.
BundleRerunXCommand(String, String, String, boolean, boolean) - Constructor for class org.apache.oozie.command.bundle.BundleRerunXCommand
The constructor for class BundleRerunXCommand
bundleSeletStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
BundleStartXCommand - Class in org.apache.oozie.command.bundle
The command to start Bundle job
BundleStartXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleStartXCommand
The constructor for class BundleStartXCommand
BundleStartXCommand(String, boolean) - Constructor for class org.apache.oozie.command.bundle.BundleStartXCommand
The constructor for class BundleStartXCommand
BundleStatusUpdateXCommand - Class in org.apache.oozie.command.bundle
The command to update Bundle status
BundleStatusUpdateXCommand(CoordinatorJobBean, Job.Status) - Constructor for class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
The constructor for class BundleStatusUpdateXCommand
BundleSubmitXCommand - Class in org.apache.oozie.command.bundle
This Command will submit the bundle.
BundleSubmitXCommand(Configuration, String) - Constructor for class org.apache.oozie.command.bundle.BundleSubmitXCommand
Constructor to create the bundle submit command.
BundleSubmitXCommand(boolean, Configuration, String) - Constructor for class org.apache.oozie.command.bundle.BundleSubmitXCommand
Constructor to create the bundle submit command.
BundleUnpauseXCommand - Class in org.apache.oozie.command.bundle
 
BundleUnpauseXCommand(BundleJobBean) - Constructor for class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 

C

calcMatdTime() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
Calculate startMatdTime and endMatdTime from job's start time if next materialized time is null
call() - Method in class org.apache.oozie.command.Command
Execute the command #call(WorkflowStore) setting all the necessary context.
call(S) - Method in class org.apache.oozie.command.Command
DagCallable subclasses must implement this method to perform their task.
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
 
call() - Method in class org.apache.oozie.command.XCommand
Implements the XCommand life-cycle.
CallableQueueService - Class in org.apache.oozie.service
The callable queue service queues XCallables for asynchronous execution.
CallableQueueService() - Constructor for class org.apache.oozie.service.CallableQueueService
 
CallbackService - Class in org.apache.oozie.service
Service that generates and parses callback URLs.
CallbackService() - Constructor for class org.apache.oozie.service.CallbackService
 
CallbackServlet - Class in org.apache.oozie.servlet
 
CallbackServlet() - Constructor for class org.apache.oozie.servlet.CallbackServlet
 
change(String, String) - Method in class org.apache.oozie.BaseEngine
Change a coordinator job.
change(String, String) - Method in class org.apache.oozie.BundleEngine
 
change(String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
change(String, String) - Method in class org.apache.oozie.DagEngine
 
changeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
changeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
protected method to change a coordinator job
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ActionExecutor
Check if an action has completed.
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Check ssh action status.
checkDisallowedProperties(Configuration, Set<String>) - Static method in class org.apache.oozie.util.PropertiesUtils
Validate against DISALLOWED Properties.
checkForExistence(String, String) - Method in class org.apache.oozie.util.ELEvaluator
Check if the input expression contains sequence statically.
checkGEZero(int, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is greater than or equals to 0.
checkGTZero(int, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is greater than or equals 0.
checkIfBothSameType(String, String) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
checkIfRunning(OozieClient, String) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
checkInput(StringBuilder, StringBuilder, StringBuilder, Configuration) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
To check the list of input paths if all of them exist
checkInteger(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is Integer.
checkInterrupts(String) - Method in class org.apache.oozie.service.CallableQueueService
check the interrupt map for the existence of an interrupt commands if exist a List of Interrupt Callable for the same lock key will bereturned, otherwise it will return null
checkInterruptTypes(XCallable<?>) - Method in class org.apache.oozie.service.CallableQueueService
check if the callable is of an interrupt type and insert it into the map accordingly
checkTimeZone(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value mention correct Timezone.
checkUTC(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is UTC data format.
CLASS_NAMES - Static variable in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
ClassUtils - Class in org.apache.oozie.util
Class utilities.
ClassUtils() - Constructor for class org.apache.oozie.util.ClassUtils
 
clear() - Method in class org.apache.oozie.util.PriorityDelayQueue
Removes all of the elements from this queue.
clear() - Method in class org.apache.oozie.util.XLog.Info
Clear all parameters set in this logInfo instance.
clearParameter(String) - Method in class org.apache.oozie.util.XLog.Info
Clear a parameter value from the LogInfo context.
CLIENT_ID_TAG - Static variable in class org.apache.oozie.util.db.SLADbOperations
 
CLIENT_ID_TAG - Static variable in class org.apache.oozie.util.db.SLADbXOperations
 
close() - Method in class org.apache.oozie.action.hadoop.LauncherMapper
 
close() - Method in class org.apache.oozie.store.CoordinatorStore
 
close() - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Close the Result Set
close() - Method in class org.apache.oozie.util.XLogReader
 
close() - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
 
close() - Method in interface org.apache.oozie.workflow.WorkflowLib
Close store.
closeTrx() - Method in class org.apache.oozie.store.Store
Close current transaction

Before close transaction, it needs to be committed.

column() - Method in enum org.apache.oozie.store.OozieSchema.OozieIndex
 
column() - Method in interface org.apache.oozie.util.db.Schema.Index
Column that is to be indexed
columnName() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
columnName() - Method in interface org.apache.oozie.util.db.Schema.Column
Name of the column
Command<T,S extends Store> - Class in org.apache.oozie.command
Base class for all synchronous and asynchronous DagEngine commands.
Command(String, String, int, int) - Constructor for class org.apache.oozie.command.Command
Create a command that uses a WorkflowStore instance.
Command(String, String, int, int, boolean) - Constructor for class org.apache.oozie.command.Command
Create a command.
Command(String, String, int, int, boolean, boolean) - Constructor for class org.apache.oozie.command.Command
Create a command.
CommandException - Exception in org.apache.oozie.command
Exception thrown by Commands.
CommandException(XException) - Constructor for exception org.apache.oozie.command.CommandException
Create an dag command exception from a XException.
CommandException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.command.CommandException
Create a dag command exception.
commit() - Method in class org.apache.oozie.store.CoordinatorStore
 
commit() - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
 
commit() - Method in interface org.apache.oozie.workflow.WorkflowLib
Commit changes to store.
commitTrx() - Method in class org.apache.oozie.store.Store
Commit current transaction
compareTo(Delayed) - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Compare the age of this wrapper element with another.
CompletedActionXCommand - Class in org.apache.oozie.command.wf
This command is executed once the Workflow command is finished.
CompletedActionXCommand(String, String, Properties, int) - Constructor for class org.apache.oozie.command.wf.CompletedActionXCommand
 
CompletedActionXCommand(String, String, Properties) - Constructor for class org.apache.oozie.command.wf.CompletedActionXCommand
 
completeJob() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
concat(String, String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Return the concatenation of 2 strings.
CONCURRENCY_DELAY - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_ACTION_CHECK_DELAY - Static variable in class org.apache.oozie.service.ActionCheckerService
The time, in seconds, between an ActionCheck for the same action.
CONF_ACTION_CHECK_INTERVAL - Static variable in class org.apache.oozie.service.ActionCheckerService
The frequency at which the ActionCheckService will run.
CONF_ACTION_EXECUTOR_CLASSES - Static variable in class org.apache.oozie.service.ActionService
 
CONF_ACTION_EXECUTOR_EXT_CLASSES - Static variable in class org.apache.oozie.service.ActionService
 
CONF_AUTHORIZATION_ENABLED - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to enable or disable Oozie admin role.
CONF_BACKWARD_SUPPORT_FOR_COORD_STATUS - Static variable in class org.apache.oozie.service.StatusTransitService
 
CONF_BASE_URL - Static variable in class org.apache.oozie.service.CallbackService
 
CONF_BUNDLE_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of Bundle jobs to recover, in seconds.
CONF_BUNDLE_PAUSE_START_INTERVAL - Static variable in class org.apache.oozie.service.PauseTransitService
 
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.ActionCheckerService
The number of callables to be queued in a batch.
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
The number of callables to be queued in a batch.
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.RecoveryService
The number of callables to be queued in a batch.
CONF_CALLABLE_CONCURRENCY - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CALLABLE_INTERRUPT_MAP_MAX_SIZE - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CALLABLE_INTERRUPT_TYPES - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CALLABLE_NEXT_ELIGIBLE - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CONN_DATA_SOURCE - Static variable in class org.apache.oozie.service.JPAService
 
CONF_CONSTANTS - Static variable in class org.apache.oozie.service.ELService
 
CONF_COORD_INPUT_CHECK_REQUEUE_INTERVAL - Static variable in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
Property name of command re-queue interval for coordinator action input check in milliseconds.
CONF_COORD_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of coordinator jobs to recover, in seconds.
CONF_CREATE_DB_SCHEMA - Static variable in class org.apache.oozie.service.JPAService
 
CONF_DB_SCHEMA - Static variable in class org.apache.oozie.service.JPAService
 
CONF_DEFAULT_CONCURRENCY - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_DEFAULT_GROUP_AS_ACL - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to enable old behavior default group as ACL.
CONF_DEFAULT_MAX_TIMEOUT - Static variable in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
Default MAX timeout in minutes, after which coordinator input check will timeout
CONF_DEFAULT_MAX_TIMEOUT - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
Default MAX timeout in minutes, after which coordinator input check will timeout
CONF_DEFAULT_THROTTLE - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_DEFAULT_TIMEOUT_CATCHUP - Static variable in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
Default timeout for catchup jobs, in minutes, after which coordinator input check will timeout
CONF_DEFAULT_TIMEOUT_NORMAL - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
Default timeout for normal jobs, in minutes, after which coordinator input check will timeout
CONF_DELETE_RUNTIME_DIR - Static variable in class org.apache.oozie.service.Services
 
CONF_DRIVER - Static variable in class org.apache.oozie.service.JPAService
 
CONF_EXT_CONSTANTS - Static variable in class org.apache.oozie.service.ELService
 
CONF_EXT_FUNCTIONS - Static variable in class org.apache.oozie.service.ELService
 
CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.WorkflowSchemaService
 
CONF_FUNCTIONS - Static variable in class org.apache.oozie.service.ELService
 
CONF_GENERATOR - Static variable in class org.apache.oozie.service.UUIDService
 
CONF_GROUPS - Static variable in class org.apache.oozie.service.ELService
 
CONF_IGNORE_SYS_PROPS - Static variable in class org.apache.oozie.service.ConfigurationService
 
CONF_LOGGING_INTERVAL - Static variable in class org.apache.oozie.service.InstrumentationService
 
CONF_LOOKUP_INTERVAL - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
Time interval, in seconds, at which the Job materialization service will be scheduled to run.
CONF_MAT_THROTTLING_FACTOR - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_MATERIALIZATION_SYSTEM_LIMIT - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
The number of coordinator jobs to be picked for materialization at a given time.
CONF_MATERIALIZATION_WINDOW - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
This configuration defined the duration for which job should be materialized in future
CONF_MAX_ACTIVE_CONN - Static variable in class org.apache.oozie.service.JPAService
 
CONF_MAX_DATA_LEN - Static variable in class org.apache.oozie.servlet.CallbackServlet
 
CONF_METRICS_INTERVAL_MINS - Static variable in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
CONF_METRICS_INTERVAL_WINDOW - Static variable in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
CONF_NODE_DEF_VERSION - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_OLDER_THAN - Static variable in class org.apache.oozie.service.PurgeService
Age of completed jobs to be deleted, in days.
CONF_OOZIE_ACTION_MAIN_CLASS - Static variable in class org.apache.oozie.action.hadoop.LauncherMapper
 
CONF_OOZIE_ACTION_MAX_OUTPUT_DATA - Static variable in class org.apache.oozie.action.hadoop.LauncherMapper
 
CONF_OOZIE_DISTCP_ACTION_MAIN_CLASS - Static variable in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
CONF_OOZIE_SHELL_ARGS - Static variable in class org.apache.oozie.action.hadoop.ShellMain
 
CONF_OOZIE_SHELL_CAPTURE_OUTPUT - Static variable in class org.apache.oozie.action.hadoop.ShellMain
 
CONF_OOZIE_SHELL_ENVS - Static variable in class org.apache.oozie.action.hadoop.ShellMain
 
CONF_OOZIE_SHELL_EXEC - Static variable in class org.apache.oozie.action.hadoop.ShellMain
 
CONF_PASSWORD - Static variable in class org.apache.oozie.service.JPAService
 
CONF_PREFIX - Static variable in class org.apache.oozie.action.ActionExecutor
Configuration prefix for action executor (sub-classes) properties.
CONF_PREFIX - Static variable in class org.apache.oozie.service.ActionCheckerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.AuthorizationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.CallbackService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ConfigurationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ELService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.GroupsService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.InstrumentationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.JPAService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.PauseTransitService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ProxyUserService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.PurgeService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.SchedulerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.SchemaService
 
CONF_PREFIX - Static variable in interface org.apache.oozie.service.Service
Prefix for all services configuration properties.
CONF_PREFIX - Static variable in class org.apache.oozie.service.StatusTransitService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.UUIDService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.WorkflowAppService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.WorkflowSchemaService
 
CONF_PREFIX_BUNDLE - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PREFIX_COORD - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PREFIX_USER_RETRY - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_PREFIX_WF_ACTIONS - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PURGE_INTERVAL - Static variable in class org.apache.oozie.service.PurgeService
Time interval, in seconds, at which the purge jobs service will be scheduled to run.
CONF_QUEUE_SIZE - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_QUEUE_SIZE - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_SECURITY_ENABLED - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to enable or disable Oozie admin role.
CONF_SERVICE_CLASSES - Static variable in class org.apache.oozie.service.Services
 
CONF_SERVICE_EXT_CLASSES - Static variable in class org.apache.oozie.service.Services
 
CONF_SERVICE_INTERVAL - Static variable in class org.apache.oozie.service.RecoveryService
Time interval, in seconds, at which the recovery service will be scheduled to run.
CONF_SSH_ALLOW_USER_AT_HOST - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
Configuration parameter which specifies whether the specified ssh user is allowed, or has to be the job user.
CONF_STATUSTRANSIT_INTERVAL - Static variable in class org.apache.oozie.service.StatusTransitService
 
CONF_SYSTEM_ID - Static variable in class org.apache.oozie.service.Services
 
CONF_SYSTEM_MODE - Static variable in class org.apache.oozie.service.Services
 
CONF_THREADS - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_URL - Static variable in class org.apache.oozie.service.JPAService
 
CONF_USER_RETRY_ERROR_CODE - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_ERROR_CODE_EXT - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_INTEVAL - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_MAX - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USERNAME - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VALIDATE_DB_CONN - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VALIDATE_DB_CONN_EVICTION_INTERVAL - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VALIDATE_DB_CONN_EVICTION_NUM - Static variable in class org.apache.oozie.service.JPAService
 
CONF_WF_ACTIONS_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of actions to queue, in seconds.
CONFG_MAX_WF_LENGTH - Static variable in class org.apache.oozie.service.WorkflowAppService
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.wf.SubmitXCommand
 
CONFIGURATION - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
ConfigurationService - Class in org.apache.oozie.service
Built in service that initializes the services configuration.
ConfigurationService() - Constructor for class org.apache.oozie.service.ConfigurationService
 
configure(JobConf) - Method in class org.apache.oozie.action.hadoop.LauncherMapper
 
configureEvaluator(ELEvaluator, SyncCoordDataset, SyncCoordAction) - Static method in class org.apache.oozie.coord.CoordELFunctions
Configure an evaluator with data set and application specific information.
configureEvaluator(ELEvaluator, WorkflowJobBean, WorkflowActionBean) - Static method in class org.apache.oozie.DagELFunctions
 
ConfigUtils - Class in org.apache.oozie.util
 
ConfigUtils() - Constructor for class org.apache.oozie.util.ConfigUtils
 
constructPattern() - Method in class org.apache.oozie.util.XLogStreamer.Filter
Constructs the regular expression according to the filter and assigns it to fileterPattarn.
contains(Object) - Method in class org.apache.oozie.store.Store
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.oozie.servlet.ServicesLoader
Destroy Oozie services.
contextInitialized(ServletContextEvent) - Method in class org.apache.oozie.servlet.ServicesLoader
Initialize Oozie services.
convertDateToString(Date) - Static method in class org.apache.oozie.util.DateUtils
Return the UTC date and time in W3C format down to second (yyyy-MM-ddTHH:mmZ).
convertDateToString(long) - Static method in class org.apache.oozie.util.DateUtils
Return the UTC date and time in W3C format down to second (yyyy-MM-ddTHH:mmZ).
convertDateToTimestamp(Date) - Static method in class org.apache.oozie.util.DateUtils
Convert java.util.Date to java.sql.Timestamp
convertException(Exception) - Method in class org.apache.oozie.action.ActionExecutor
Utility method to handle exceptions in the ActionExecutor.start(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction), ActionExecutor.end(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction), ActionExecutor.kill(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction) and ActionExecutor.check(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction) methods

It uses the error registry to convert exceptions to ActionExecutorExceptions.

COORD_ACTIONS_DEFAULT_LENGTH - Static variable in class org.apache.oozie.servlet.V1JobServlet
 
coord_actualTime_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
coord_conf(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Return a job configuration property for the coordinator.
COORD_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
COORD_CONF_OLDER_THAN - Static variable in class org.apache.oozie.service.PurgeService
 
coord_days_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
coord_endOfDay_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
coord_endOfMonth_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
COORD_GET_ALL_COLS_FOR_ACTION - Static variable in class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
coord_hours_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
COORD_INPUT_EVENTS - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
COORD_INPUT_EVENTS_DATA_IN - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
coord_minutes_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
coord_months_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
COORD_OUTPUT_EVENTS - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
COORD_OUTPUT_EVENTS_DATA_OUT - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
coord_user() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return the user that submitted the coordinator job.
CoordActionCheckXCommand - Class in org.apache.oozie.command.coord
The command checks workflow status for coordinator action.
CoordActionCheckXCommand(String, int) - Constructor for class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
CoordActionGetForCheckJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionCheckCommand
CoordActionGetForCheckJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForCheckJPAExecutor
 
CoordActionGetForExternalIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator action by externalId.
CoordActionGetForExternalIdJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForExternalIdJPAExecutor
 
CoordActionGetForInfoJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorAction into a Bean and return it.
CoordActionGetForInfoJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
CoordActionGetForInputCheckJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionInputCheckXCommand
CoordActionGetForInputCheckJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForInputCheckJPAExecutor
 
CoordActionGetForStartJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionStartXCommand
CoordActionGetForStartJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForStartJPAExecutor
 
CoordActionGetForTimeoutJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionTimeoutXCommand
CoordActionGetForTimeoutJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForTimeoutJPAExecutor
 
CoordActionGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorAction into a Bean and return it.
CoordActionGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor
 
CoordActionInfoXCommand - Class in org.apache.oozie.command.coord
 
CoordActionInfoXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
CoordActionInputCheckXCommand - Class in org.apache.oozie.command.coord
The command to check if an action's data input paths exist in the file system.
CoordActionInputCheckXCommand(String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
CoordActionInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the CoordinatorAction bean.
CoordActionInsertJPAExecutor(CoordinatorActionBean) - Constructor for class org.apache.oozie.executor.jpa.CoordActionInsertJPAExecutor
 
CoordActionMaterializeCommand - Class in org.apache.oozie.command.coord
 
CoordActionMaterializeCommand(String, Date, Date) - Constructor for class org.apache.oozie.command.coord.CoordActionMaterializeCommand
 
CoordActionNotificationXCommand - Class in org.apache.oozie.command.coord
This class will send the notification for the coordinator action
CoordActionNotificationXCommand(CoordinatorActionBean) - Constructor for class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
CoordActionReadyXCommand - Class in org.apache.oozie.command.coord
 
CoordActionReadyXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
CoordActionRemoveJPAExecutor - Class in org.apache.oozie.executor.jpa
Update the CoordinatorAction into a Bean and persist it.
CoordActionRemoveJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionRemoveJPAExecutor
This constructs the object to Update the CoordinatorAction into a Bean and persist it.
CoordActionsActiveCountJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of running actions for a coordinator job.
CoordActionsActiveCountJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsActiveCountJPAExecutor
 
CoordActionsDeleteForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete the list of CoordinatorAction for a CoordJob and return the number of actions been deleted.
CoordActionsDeleteForPurgeJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsDeleteForPurgeJPAExecutor
 
CoordActionsGetByLastModifiedTimeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of CoordinatorAction ordered by lastModifiedTime
CoordActionsGetByLastModifiedTimeJPAExecutor(Date) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsGetByLastModifiedTimeJPAExecutor
 
CoordActionsGetForRecoveryJPAExecutor - Class in org.apache.oozie.executor.jpa
 
CoordActionsGetForRecoveryJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsGetForRecoveryJPAExecutor
 
CoordActionsGetReadyGroupbyJobIDJPAExecutor - Class in org.apache.oozie.executor.jpa
 
CoordActionsGetReadyGroupbyJobIDJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsGetReadyGroupbyJobIDJPAExecutor
 
CoordActionsInDateRange - Class in org.apache.oozie.util
This class provides the utility of listing coordinator actions that were executed between a certain date range.
CoordActionsInDateRange() - Constructor for class org.apache.oozie.util.CoordActionsInDateRange
 
CoordActionsPendingFalseCountGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of pending actions for a coordinator job.
CoordActionsPendingFalseCountGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsPendingFalseCountGetJPAExecutor
 
CoordActionsPendingFalseStatusCountGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of pending actions for a status for a coordinator job.
CoordActionsPendingFalseStatusCountGetJPAExecutor(String, String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsPendingFalseStatusCountGetJPAExecutor
 
CoordActionsRunningGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of running CoordinatorAction and return the list.
CoordActionsRunningGetJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsRunningGetJPAExecutor
 
CoordActionStartXCommand - Class in org.apache.oozie.command.coord
 
CoordActionStartXCommand(String, String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionStartXCommand
 
CoordActionTimeOutXCommand - Class in org.apache.oozie.command.coord
This class updates the Time out in the action bean
CoordActionTimeOutXCommand(CoordinatorActionBean) - Constructor for class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
CoordActionUpdateForInputCheckJPAExecutor - Class in org.apache.oozie.executor.jpa
Updates the action status, pending status, last modified time, actionXml and missingDependencies of CoordinatorAction and persists it.
CoordActionUpdateForInputCheckJPAExecutor(CoordinatorActionBean) - Constructor for class org.apache.oozie.executor.jpa.CoordActionUpdateForInputCheckJPAExecutor
 
CoordActionUpdateForStartJPAExecutor - Class in org.apache.oozie.executor.jpa
Updates the action status, last modified time, runConf, externalId and pending of CoordinatorAction and persists it.
CoordActionUpdateForStartJPAExecutor(CoordinatorActionBean) - Constructor for class org.apache.oozie.executor.jpa.CoordActionUpdateForStartJPAExecutor
 
CoordActionUpdateJPAExecutor - Class in org.apache.oozie.executor.jpa
Update the CoordinatorAction into a Bean and persist it
CoordActionUpdateJPAExecutor(CoordinatorActionBean) - Constructor for class org.apache.oozie.executor.jpa.CoordActionUpdateJPAExecutor
Create the object for CoordActionUpdateJPAExecutor to update the CoordinatorAction into a Bean and persist it
CoordActionUpdateStatusJPAExecutor - Class in org.apache.oozie.executor.jpa
Updates the action status, pending status and last modified time of CoordinatorAction and persists it.
CoordActionUpdateStatusJPAExecutor(CoordinatorActionBean) - Constructor for class org.apache.oozie.executor.jpa.CoordActionUpdateStatusJPAExecutor
 
CoordActionUpdateXCommand - Class in org.apache.oozie.command.coord
 
CoordActionUpdateXCommand(WorkflowJobBean) - Constructor for class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
CoordActionUpdateXCommand(WorkflowJobBean, int) - Constructor for class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
CoordChangeXCommand - Class in org.apache.oozie.command.coord
 
CoordChangeXCommand(String, String) - Constructor for class org.apache.oozie.command.coord.CoordChangeXCommand
This command is used to update the Coordinator job with the new values Update the coordinator job bean and update that to database.
CoordCommandUtils - Class in org.apache.oozie.command.coord
 
CoordCommandUtils() - Constructor for class org.apache.oozie.command.coord.CoordCommandUtils
 
coordCountStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
CoordELConstants - Class in org.apache.oozie.coord
 
CoordELConstants() - Constructor for class org.apache.oozie.coord.CoordELConstants
 
CoordELEvaluator - Class in org.apache.oozie.coord
This class provide different evaluators required at different stages
CoordELEvaluator() - Constructor for class org.apache.oozie.coord.CoordELEvaluator
 
CoordELFunctions - Class in org.apache.oozie.coord
This class implements the EL function related to coordinator
CoordELFunctions() - Constructor for class org.apache.oozie.coord.CoordELFunctions
 
COORDINATOR_NAMESPACE_URI_1 - Static variable in class org.apache.oozie.service.SchemaService
 
COORDINATOR_XML_FILE - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CoordinatorActionBean - Class in org.apache.oozie
 
CoordinatorActionBean() - Constructor for class org.apache.oozie.CoordinatorActionBean
 
CoordinatorActionInfo - Class in org.apache.oozie
 
CoordinatorActionInfo(List<CoordinatorActionBean>) - Constructor for class org.apache.oozie.CoordinatorActionInfo
Create a coordiantor actions info bean.
CoordinatorCommand<T> - Class in org.apache.oozie.command.coord
 
CoordinatorCommand(String, String, int, int) - Constructor for class org.apache.oozie.command.coord.CoordinatorCommand
 
CoordinatorCommand(String, String, int, int, boolean) - Constructor for class org.apache.oozie.command.coord.CoordinatorCommand
 
CoordinatorEngine - Class in org.apache.oozie
 
CoordinatorEngine() - Constructor for class org.apache.oozie.CoordinatorEngine
Create a system Coordinator engine, with no user and no group.
CoordinatorEngine(String, String) - Constructor for class org.apache.oozie.CoordinatorEngine
Create a Coordinator engine to perform operations on behave of a user.
CoordinatorEngineException - Exception in org.apache.oozie
Exception thrown by the CoordinatorEngine.
CoordinatorEngineException(XException) - Constructor for exception org.apache.oozie.CoordinatorEngineException
Create a coordinator engine exception from a XException.
CoordinatorEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.CoordinatorEngineException
Create a coordinator engine exception.
CoordinatorEngineService - Class in org.apache.oozie.service
Service that return a coordinator engine for a user.
CoordinatorEngineService() - Constructor for class org.apache.oozie.service.CoordinatorEngineService
 
CoordinatorJobBean - Class in org.apache.oozie
 
CoordinatorJobBean() - Constructor for class org.apache.oozie.CoordinatorJobBean
 
CoordinatorJobException - Exception in org.apache.oozie.coord
Exception thrown by org.apache.oozie.client.CoordintorJob .
CoordinatorJobException(XException) - Constructor for exception org.apache.oozie.coord.CoordinatorJobException
Create an Coordinator Job exception from a XException.
CoordinatorJobException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.coord.CoordinatorJobException
Create a Coordinator Job exception.
CoordinatorJobInfo - Class in org.apache.oozie
 
CoordinatorJobInfo(List<CoordinatorJobBean>, int, int, int) - Constructor for class org.apache.oozie.CoordinatorJobInfo
Create a coordinator info bean.
CoordinatorStore - Class in org.apache.oozie.store
DB Implementation of Coord Store
CoordinatorStore(boolean) - Constructor for class org.apache.oozie.store.CoordinatorStore
 
CoordinatorStore(Store, boolean) - Constructor for class org.apache.oozie.store.CoordinatorStore
 
CoordinatorStoreService - Class in org.apache.oozie.service
Base service for persistency of jobs and actions.
CoordinatorStoreService() - Constructor for class org.apache.oozie.service.CoordinatorStoreService
 
CoordinatorXCommand<T> - Class in org.apache.oozie.command.coord
Abstract coordinator command class derived from XCommand
CoordinatorXCommand(String, String, int) - Constructor for class org.apache.oozie.command.coord.CoordinatorXCommand
Base class constructor for coordinator commands.
CoordinatorXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.coord.CoordinatorXCommand
Base class constructor for coordinator commands.
CoordJobDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete coord job
CoordJobDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobDeleteJPAExecutor
 
CoordJobGetActionByActionNumberJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorJob into a Bean and return it.
CoordJobGetActionByActionNumberJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionByActionNumberJPAExecutor
 
CoordJobGetActionForNominalTimeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator action by nominal time.
CoordJobGetActionForNominalTimeJPAExecutor(String, Date) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor
 
CoordJobGetActionIdsForDateRangeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator action ids by date range.
CoordJobGetActionIdsForDateRangeJPAExecutor(String, Date, Date) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionIdsForDateRangeJPAExecutor
 
CoordJobGetActionsForDatesJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions by dates.
CoordJobGetActionsForDatesJPAExecutor(String, Date, Date) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsForDatesJPAExecutor
 
CoordJobGetActionsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions for a coordinator job.
CoordJobGetActionsJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsJPAExecutor
 
CoordJobGetActionsNotCompletedJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the Coordinator actions which are not completed for a given Coordinator job
CoordJobGetActionsNotCompletedJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsNotCompletedJPAExecutor
 
CoordJobGetActionsRunningJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the running Coordinator actions for a given Coordinator job
CoordJobGetActionsRunningJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsRunningJPAExecutor
 
CoordJobGetActionsStatusByPendingFalseJPAExecutor - Class in org.apache.oozie.executor.jpa
Get the status of Coordinator actions which are not pending for a given Coordinator job
CoordJobGetActionsStatusByPendingFalseJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsStatusByPendingFalseJPAExecutor
 
CoordJobGetActionsSubsetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions by start and len (a subset) for a coordinator job.
CoordJobGetActionsSubsetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
CoordJobGetActionsSubsetJPAExecutor(String, List<String>, int, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
CoordJobGetActionsSuspendedJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the suspended Coordinator actions of a given Coordinator job
CoordJobGetActionsSuspendedJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsSuspendedJPAExecutor
 
CoordJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorJob into a Bean and return it.
CoordJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetJPAExecutor
 
CoordJobGetPendingActionsCountJPAExecutor - Class in org.apache.oozie.executor.jpa
Get the count of pending coordinator actions of a coordinator job
CoordJobGetPendingActionsCountJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetPendingActionsCountJPAExecutor
 
CoordJobGetReadyActionsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions in READY state for a coordinator job.
CoordJobGetReadyActionsJPAExecutor(String, int, String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetReadyActionsJPAExecutor
 
CoordJobGetRunningActionsCountJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of running actions for a coordinator job.
CoordJobGetRunningActionsCountJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetRunningActionsCountJPAExecutor
 
CoordJobInfoGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorInfo and return it.
CoordJobInfoGetJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
CoordJobInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the CoordinatorJob bean.
CoordJobInsertJPAExecutor(CoordinatorJobBean) - Constructor for class org.apache.oozie.executor.jpa.CoordJobInsertJPAExecutor
 
CoordJobsGetForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of completed CoordinatorJob for purge ready.
CoordJobsGetForPurgeJPAExecutor(long, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
CoordJobsGetPausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of paused bundle Jobs;
CoordJobsGetPausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetPausedJPAExecutor
 
CoordJobsGetPendingJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of Coordinator Jobs that are in pending.
CoordJobsGetPendingJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetPendingJPAExecutor
 
CoordJobsGetUnpausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of unpaused Coordinator Jobs;
CoordJobsGetUnpausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetUnpausedJPAExecutor
 
CoordJobsToBeMaterializedJPAExecutor - Class in org.apache.oozie.executor.jpa
JPA command to get coordinator jobs which are qualify for Materialization.
CoordJobsToBeMaterializedJPAExecutor(Date, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
CoordJobsXCommand - Class in org.apache.oozie.command.coord
The command to get a job info for a list of coordinator jobs by given filters.
CoordJobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.coord.CoordJobsXCommand
 
CoordJobUpdateJPAExecutor - Class in org.apache.oozie.executor.jpa
Update the CoordinatorJob into a Bean and persist it.
CoordJobUpdateJPAExecutor(CoordinatorJobBean) - Constructor for class org.apache.oozie.executor.jpa.CoordJobUpdateJPAExecutor
 
CoordJobXCommand - Class in org.apache.oozie.command.coord
Command for loading a coordinator job information
CoordJobXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordJobXCommand
Constructor for loading a coordinator job information
CoordJobXCommand(String, List<String>, int, int) - Constructor for class org.apache.oozie.command.coord.CoordJobXCommand
Constructor for loading a coordinator job information
CoordJobXCommand(String, boolean) - Constructor for class org.apache.oozie.command.coord.CoordJobXCommand
Constructor for loading a coordinator job information
CoordKillXCommand - Class in org.apache.oozie.command.coord
 
CoordKillXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordKillXCommand
 
CoordMaterializeTransitionXCommand - Class in org.apache.oozie.command.coord
Materialize actions for specified start and end time for coordinator job.
CoordMaterializeTransitionXCommand(String, int) - Constructor for class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
The constructor for class CoordMaterializeTransitionXCommand
CoordMaterializeTriggerService - Class in org.apache.oozie.service
The coordinator Materialization Lookup trigger service schedule lookup trigger command for every interval (default is 5 minutes ).
CoordMaterializeTriggerService() - Constructor for class org.apache.oozie.service.CoordMaterializeTriggerService
 
CoordPauseXCommand - Class in org.apache.oozie.command.coord
 
CoordPauseXCommand(CoordinatorJobBean) - Constructor for class org.apache.oozie.command.coord.CoordPauseXCommand
 
CoordPurgeXCommand - Class in org.apache.oozie.command.coord
This class is used for coordinator purge command
CoordPurgeXCommand(int, int) - Constructor for class org.apache.oozie.command.coord.CoordPurgeXCommand
 
CoordRerunXCommand - Class in org.apache.oozie.command.coord
Rerun coordinator actions by a list of dates or ids.
CoordRerunXCommand(String, String, String, boolean, boolean) - Constructor for class org.apache.oozie.command.coord.CoordRerunXCommand
The constructor for class CoordRerunXCommand
CoordResumeXCommand - Class in org.apache.oozie.command.coord
Resume coordinator job and actions.
CoordResumeXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordResumeXCommand
 
coordSeletStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
CoordSubmitXCommand - Class in org.apache.oozie.command.coord
This class provides the functionalities to resolve a coordinator job XML and write the job information into a DB table.
CoordSubmitXCommand(Configuration, String) - Constructor for class org.apache.oozie.command.coord.CoordSubmitXCommand
Constructor to create the Coordinator Submit Command.
CoordSubmitXCommand(Configuration, String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordSubmitXCommand
Constructor to create the Coordinator Submit Command by bundle job.
CoordSubmitXCommand(boolean, Configuration, String) - Constructor for class org.apache.oozie.command.coord.CoordSubmitXCommand
Constructor to create the Coordinator Submit Command.
CoordSuspendXCommand - Class in org.apache.oozie.command.coord
Suspend coordinator job and actions.
CoordSuspendXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordSuspendXCommand
 
CoordUnpauseXCommand - Class in org.apache.oozie.command.coord
 
CoordUnpauseXCommand(CoordinatorJobBean) - Constructor for class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
CoordUtils - Class in org.apache.oozie.coord
 
CoordUtils() - Constructor for class org.apache.oozie.coord.CoordUtils
 
copy(Configuration, Configuration) - Static method in class org.apache.oozie.util.XConfiguration
Copy configuration key/value pairs from one configuration to another if a property exists in the target, it gets replaced.
copyCharStream(Reader, Writer) - Static method in class org.apache.oozie.util.IOUtils
Copies an char input stream into an char output stream.
copyStream(InputStream, OutputStream) - Static method in class org.apache.oozie.util.IOUtils
Copies an inputstream into an output stream.
COULD_NOT_END - Static variable in class org.apache.oozie.command.wf.ActionEndXCommand
 
COULD_NOT_START - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
COULD_NOT_START - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
create() - Method in class org.apache.oozie.service.CoordinatorStoreService
Return a workflow store instance with a fresh transaction.
create(S) - Method in class org.apache.oozie.service.CoordinatorStoreService
Return a workflow store instance with an existing transaction.
create() - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
create(S) - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
create() - Method in class org.apache.oozie.service.SLAStoreService
Return a SLA store instance with a fresh transaction.
create(S) - Method in class org.apache.oozie.service.SLAStoreService
Return a SLA store instance with an existing transaction.
create() - Method in class org.apache.oozie.service.WorkflowStoreService
Return a workflow store instance with a fresh transaction.
create(S) - Method in class org.apache.oozie.service.WorkflowStoreService
Return a workflow store instance with an existing transaction.
createActionDefaultConf(String, String) - Method in class org.apache.oozie.service.HadoopAccessorService
Returns a Configuration containing any defaults for an action for a particular cluster.
createBaseHadoopConf(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
createCallBackUrl(String, String) - Method in class org.apache.oozie.service.CallbackService
Create a callback URL.
createConfiguration() - Method in class org.apache.oozie.LocalOozieClient
Create an empty configuration with just the OozieClient.USER_NAME set to the JVM user name and the OozieClient.GROUP_NAME set to 'other'.
createConfiguration() - Method in class org.apache.oozie.LocalOozieClientCoord
Create an empty configuration with just the OozieClient.USER_NAME set to the JVM user name and the OozieClient.GROUP_NAME set to 'other'.
createCredentialObject() - Method in class org.apache.oozie.action.hadoop.CredentialsProvider
Create Credential object
createDataEvaluator(Element, Configuration, String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create an Evaluator to resolve dataIns and dataOuts of an application instance (used in stage 3)
createEarlyURIs(Element, String, StringBuilder, StringBuilder) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
The function create a list of URIs separated by "," using the instances time stamp and URI-template
createELEvaluatorForDataEcho(Configuration, String, HashMap<String, String>) - Static method in class org.apache.oozie.coord.CoordELEvaluator
 
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.command.wf.SignalXCommand
 
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.command.wf.SubmitXCommand
Create an EL evaluator for a given group.
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create an evaluator to be used in resolving configuration vars and frequency constant/functions (used in Stage 1)
createEvaluator(Configuration) - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
Create ELEvaluator
createEvaluator(String) - Method in class org.apache.oozie.service.ELService
Return an ELEvaluator pre-configured with the constants and functions for the specific group of EL-functions and variables defined in the configuration.
createExecutionPath(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
createFileSystem(String, URI, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a FileSystem created with the provided user for the specified URI.
createFullTransition(String, String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
createInstance(WorkflowApp, Configuration) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
createInstance(WorkflowApp, Configuration, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
createInstance(WorkflowApp, Configuration) - Method in interface org.apache.oozie.workflow.WorkflowLib
Create a workflow instance.
createInstance(WorkflowApp, Configuration, String) - Method in interface org.apache.oozie.workflow.WorkflowLib
Create a workflow instance with the given wfId.
createInstancesELEvaluator(Element, SyncCoordAction, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new Evaluator to resolve the EL functions and variables using action creation time (Phase 2)
createInstancesELEvaluator(String, Element, SyncCoordAction, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
 
createJar(File, String, Class...) - Static method in class org.apache.oozie.util.IOUtils
Creates a JAR file with the specified classes.
createJobClient(ActionExecutor.Context, JobConf) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Create job client object
createJobClient(JobConf) - Method in class org.apache.oozie.action.hadoop.MapReduceMain
 
createJobClient(String, JobConf) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a JobClient created with the provided user/group.
createJobConf(String) - Method in class org.apache.oozie.service.HadoopAccessorService
Creates a JobConf using the site configuration for the specified hostname:port.
createLazyEvaluator(Date, Date, Element, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new evaluator for Lazy resolve (phase 3).
createPrefix() - Method in class org.apache.oozie.util.XLog.Info
Create the LogInfo prefix using the current parameter values.
createPropertySet(String[], Set<String>) - Static method in class org.apache.oozie.util.PropertiesUtils
Create a set from an array
createProtoActionConf(Configuration, String, boolean) - Method in class org.apache.oozie.service.WorkflowAppService
Create proto configuration.
createSchema(InputStream) - Static method in class org.apache.oozie.util.XmlUtils
Create schema object for the given xsd
createSLAEvaluator(Date, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a SLA evaluator to be used during Materialization
createURIELEvaluator(String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new Evaluator to resolve URI temple with time specific constant
CredentialException - Exception in org.apache.oozie.action.hadoop
 
CredentialException(XException) - Constructor for exception org.apache.oozie.action.hadoop.CredentialException
Create an credential exception from a XException.
CredentialException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.action.hadoop.CredentialException
Create a credential exception.
Credentials - Class in org.apache.oozie.action.hadoop
 
Credentials() - Constructor for class org.apache.oozie.action.hadoop.Credentials
 
CredentialsProperties - Class in org.apache.oozie.action.hadoop
 
CredentialsProperties(String, String) - Constructor for class org.apache.oozie.action.hadoop.CredentialsProperties
 
CredentialsProvider - Class in org.apache.oozie.action.hadoop
 
CredentialsProvider(String) - Constructor for class org.apache.oozie.action.hadoop.CredentialsProvider
 
CURRENT - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
currentActionType - Variable in class org.apache.oozie.action.hadoop.ActionStats
 
currentSize - Variable in class org.apache.oozie.util.PriorityDelayQueue
 

D

DagELFunctions - Class in org.apache.oozie
DAG EL functions.
DagELFunctions() - Constructor for class org.apache.oozie.DagELFunctions
 
DagEngine - Class in org.apache.oozie
The DagEngine provides all the DAG engine functionality for WS calls.
DagEngine() - Constructor for class org.apache.oozie.DagEngine
Create a system Dag engine, with no user and no group.
DagEngine(String, String) - Constructor for class org.apache.oozie.DagEngine
Create a Dag engine to perform operations on behave of a user.
DagEngineException - Exception in org.apache.oozie
Exception thrown by the DagEngine.
DagEngineException(XException) - Constructor for exception org.apache.oozie.DagEngineException
Create an dag engine exception from a XException.
DagEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.DagEngineException
Create a dag engine exception.
DagEngineService - Class in org.apache.oozie.service
Service that return a dag engine for a user.
DagEngineService() - Constructor for class org.apache.oozie.service.DagEngineService
 
DagXLogInfoService - Class in org.apache.oozie.service
Set Dag specific log info parameters.
DagXLogInfoService() - Constructor for class org.apache.oozie.service.DagXLogInfoService
 
DateUtils - Class in org.apache.oozie.util
 
DateUtils() - Constructor for class org.apache.oozie.util.DateUtils
 
DAY - Static variable in class org.apache.oozie.util.PropertiesUtils
 
DAYS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
DBLiteWorkflowLib - Class in org.apache.oozie.workflow.lite
 
DBLiteWorkflowLib(Schema, Class<? extends DecisionNodeHandler>, Class<? extends ActionNodeHandler>, Connection) - Constructor for class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
 
DBLiteWorkflowStoreService - Class in org.apache.oozie.service
 
DBLiteWorkflowStoreService() - Constructor for class org.apache.oozie.service.DBLiteWorkflowStoreService
 
deactivate(String) - Static method in class org.apache.oozie.FaultInjection
 
deactivate() - Method in class org.apache.oozie.FaultInjection
 
debug(String, Object...) - Method in class org.apache.oozie.util.PriorityDelayQueue
Method for debugging purposes.
debug(Object) - Method in class org.apache.oozie.util.XLog
Log a debug message to the common Log.
debug(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a debug message and Exception to the common Log.
debug(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a debug message Exception to the common Log.
debug(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a debug message Exception to the common log and specified Logs.
DecisionActionExecutor - Class in org.apache.oozie.action.decision
 
DecisionActionExecutor() - Constructor for class org.apache.oozie.action.decision.DecisionActionExecutor
 
DecisionNodeDef - Class in org.apache.oozie.workflow.lite
 
DecisionNodeDef(String, String, Class<? extends DecisionNodeHandler>, List<String>) - Constructor for class org.apache.oozie.workflow.lite.DecisionNodeDef
 
DecisionNodeHandler - Class in org.apache.oozie.workflow.lite
 
DecisionNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
decrementAndGetPending() - Method in class org.apache.oozie.BundleActionBean
decrement pending and return it
decrementAndGetPending() - Method in class org.apache.oozie.CoordinatorActionBean
decrement pending and return it
DEFAULT_CONFIG_FILE - Static variable in class org.apache.oozie.service.ConfigurationService
 
DEFAULT_DONE_FLAG - Static variable in class org.apache.oozie.coord.CoordELConstants
 
DEFAULT_LOCK_TIMEOUT - Static variable in class org.apache.oozie.command.XCommand
 
DEFAULT_LOCK_TIMEOUT - Static variable in interface org.apache.oozie.service.Service
 
DEFAULT_LOG4J_PROPERTIES - Static variable in class org.apache.oozie.service.XLogService
Default value for the log4j configuration file if XLogService.LOG4J_FILE is not set.
DEFAULT_RELOAD_INTERVAL - Static variable in class org.apache.oozie.service.XLogService
Default value for the reload interval if XLogService.LOG4J_RELOAD is not set.
DEFAULT_REQUEUE_DELAY - Static variable in class org.apache.oozie.command.XCommand
 
defineParameter(String) - Static method in class org.apache.oozie.util.XLog.Info
Define a LogInfo context parameter.
defineParameter(String) - Static method in class org.apache.oozie.util.XLogStreamer.Filter
 
DefinitionXCommand - Class in org.apache.oozie.command.wf
 
DefinitionXCommand(String) - Constructor for class org.apache.oozie.command.wf.DefinitionXCommand
 
delete(ActionExecutor.Context, Path) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
Delete path
delete(String, String, Path) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
Delete path
delete(File) - Static method in class org.apache.oozie.util.IOUtils
Delete recursively a local directory.
delete(String) - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
Delets the Workflow Instance with the given id.
delete(String) - Method in interface org.apache.oozie.workflow.WorkflowLib
Delete a workflow instance from storage.
DELETE_TMP_DIR - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
deleteAction(String) - Method in class org.apache.oozie.store.WorkflowStore
Delete the Action with given id.
deleteExecutionPath() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
deleteFrom(Schema.Table) - Static method in class org.apache.oozie.util.db.SqlStatement
Return a new Delete Statement
destroy() - Method in class org.apache.oozie.service.ActionCheckerService
Destroy the Action Checker Services.
destroy() - Method in class org.apache.oozie.service.ActionService
 
destroy() - Method in class org.apache.oozie.service.AuthorizationService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.BundleEngineService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.CallableQueueService
Destroy the command queue service.
destroy() - Method in class org.apache.oozie.service.CallbackService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.ConfigurationService
Destroy the configuration service.
destroy() - Method in class org.apache.oozie.service.CoordinatorEngineService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.CoordinatorStoreService
Destroy the StoreService
destroy() - Method in class org.apache.oozie.service.CoordMaterializeTriggerService
 
destroy() - Method in class org.apache.oozie.service.DagEngineService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.DagXLogInfoService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
destroy() - Method in class org.apache.oozie.service.ELService
Destroy the EL service.
destroy() - Method in class org.apache.oozie.service.GroupsService
Destroys the service.
destroy() - Method in class org.apache.oozie.service.HadoopAccessorService
 
destroy() - Method in class org.apache.oozie.service.InstrumentationService
Destroy the instrumentation service.
destroy() - Method in class org.apache.oozie.service.JPAService
Destroy the JPAService
destroy() - Method in class org.apache.oozie.service.MemoryLocksService
Destroy the memory locks service.
destroy() - Method in class org.apache.oozie.service.PauseTransitService
Destroy the StateTransit Jobs Service.
destroy() - Method in class org.apache.oozie.service.ProxyUserService
Destroys the service.
destroy() - Method in class org.apache.oozie.service.PurgeService
Destroy the Purge Jobs Service.
destroy() - Method in class org.apache.oozie.service.RecoveryService
Destroy the Recovery Service.
destroy() - Method in class org.apache.oozie.service.SchedulerService
Destroy the scheduler service.
destroy() - Method in class org.apache.oozie.service.SchemaService
Destroy the service.
destroy() - Method in interface org.apache.oozie.service.Service
Destroy the service.
destroy() - Method in class org.apache.oozie.service.Services
Destroy all services.
destroy() - Method in class org.apache.oozie.service.SLAStoreService
 
destroy() - Method in class org.apache.oozie.service.StatusTransitService
Destroy the StateTransit Jobs Service.
destroy() - Method in class org.apache.oozie.service.StoreService
Destroy the StoreService
destroy() - Method in class org.apache.oozie.service.UUIDService
Destroy the UUID service.
destroy() - Method in class org.apache.oozie.service.WorkflowAppService
Destroy the workflow application service.
destroy() - Method in class org.apache.oozie.service.WorkflowSchemaService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.XLogService
Destroy the log service.
destroy() - Method in class org.apache.oozie.servlet.AuthFilter
Destroy the filter.
destroy() - Method in class org.apache.oozie.servlet.HostnameFilter
Destroys the filter.
DIR_SEPARATOR - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
disableInit() - Static method in class org.apache.oozie.action.ActionExecutor
Disable action type initialization.
DISTCP_TYPE - Static variable in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
DistcpActionExecutor - Class in org.apache.oozie.action.hadoop
 
DistcpActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
doExecute(String, String, String, String, boolean, WorkflowAction, String) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Execute the ssh command.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.oozie.servlet.AuthFilter
Enforces authentication using Hadoop-auth AuthenticationFilter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.oozie.servlet.HostnameFilter
Resolves the requester hostname and delegates the request to the chain.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
Return safemode state, instrumentation, configuration, osEnv or javaSysProps
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobServlet
Return information about jobs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobsServlet
Return information about jobs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.CallbackServlet
GET callback
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.SLAServlet
Return information about SLA Events.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.VersionServlet
 
doneFlag - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobsServlet
Create a job.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.CallbackServlet
POST callback
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
Change safemode state.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobServlet
Perform various job related actions - start, suspend, resume, kill, etc.
drainTo(Collection<? super PriorityDelayQueue.QueueElement<E>>) - Method in class org.apache.oozie.util.PriorityDelayQueue
Remove all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super PriorityDelayQueue.QueueElement<E>>, int) - Method in class org.apache.oozie.util.PriorityDelayQueue
Remove at most the given number of available elements from this queue and adds them to the given collection.
dryrun - Variable in class org.apache.oozie.command.Command
 
dryrun - Variable in class org.apache.oozie.command.XCommand
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.BaseEngine
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.BundleEngine
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.CoordinatorEngine
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.DagEngine
 
dummy - Variable in class org.apache.oozie.util.db.ValidateConnectionBean
 

E

eagerLoadState() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.wf.ReRunXCommand
Loading the Wfjob and workflow actions.
eagerLoadState() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.XCommand
Load the necessary state to perform an eager precondition check.
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.ReRunXCommand
Checks the pre-conditions that are required for workflow to recover - Last run of Workflow should be completed - The nodes that are to be skipped are to be completed successfully in the base run.
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.XCommand
Verify the precondition for the command before obtaining a lock.
EL_ERROR - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
EL_ERROR - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
EL_EVAL_ERROR - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
EL_EVAL_ERROR - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
ELConstantsFunctions - Class in org.apache.oozie.util
Base EL constants and functions.
ELConstantsFunctions() - Constructor for class org.apache.oozie.util.ELConstantsFunctions
 
ELEvaluationException - Exception in org.apache.oozie.util
Exception thrown by EL functions when they find a transient error.
ELEvaluationException(String, Throwable) - Constructor for exception org.apache.oozie.util.ELEvaluationException
Create a EL evaluation exception.
ELEvaluationException(Throwable) - Constructor for exception org.apache.oozie.util.ELEvaluationException
Create a EL evaluation exception.
ELEvaluator - Class in org.apache.oozie.util
JSP Expression Language Evaluator.
ELEvaluator() - Constructor for class org.apache.oozie.util.ELEvaluator
Creates an ELEvaluator with no functions and no variables defined.
ELEvaluator(ELEvaluator.Context) - Constructor for class org.apache.oozie.util.ELEvaluator
Creates an ELEvaluator with the functions and variables defined in the given ELEvaluator.Context.
ELEvaluator.Context - Class in org.apache.oozie.util
Provides functions and variables for the EL evaluator.
ELEvaluator.Context() - Constructor for class org.apache.oozie.util.ELEvaluator.Context
Create an empty context.
eligibleToPoll(PriorityDelayQueue.QueueElement<?>) - Method in class org.apache.oozie.util.PollablePriorityDelayQueue
Method for checking the QueueElement eligible to poll before remove it from queue.
ELService - Class in org.apache.oozie.service
The ELService creates ELEvaluator instances preconfigured with constants and functions defined in the configuration.
ELService() - Constructor for class org.apache.oozie.service.ELService
 
email(ActionExecutor.Context, String[], String[], String, String) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
EmailActionExecutor - Class in org.apache.oozie.action.email
Email action executor.
EmailActionExecutor() - Constructor for class org.apache.oozie.action.email.EmailActionExecutor
 
EmbeddedServletContainer - Class in org.apache.oozie.test
An embedded servlet container for testing purposes.
EmbeddedServletContainer(String) - Constructor for class org.apache.oozie.test.EmbeddedServletContainer
Create a servlet container.
enableInit() - Static method in class org.apache.oozie.action.ActionExecutor
Enable action type initialization.
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ActionExecutor
End an action after it has executed.
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
End action execution.
end(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
end(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
end(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
end(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
END_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionEndXCommand
 
EndNodeDef - Class in org.apache.oozie.workflow.lite
 
EndNodeDef(String) - Constructor for class org.apache.oozie.workflow.lite.EndNodeDef
 
EndNodeDef.EndNodeHandler - Class in org.apache.oozie.workflow.lite
 
EndNodeDef.EndNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.EndNodeDef.EndNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.EndNodeDef.EndNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
 
equals(Object) - Method in class org.apache.oozie.BundleActionId
 
equals(Object) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
equals(LiteWorkflowApp) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
equals(Object) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
equals(NodeDef) - Method in class org.apache.oozie.workflow.lite.NodeDef
 
ERR_AUTH_FAILED - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_COULD_NOT_CONNECT - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_EXCEDE_LEN - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_EXECUTION_FAILED - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_FNF - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_HOST_RESOLUTION - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_NO_EXEC_PERM - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_SETUP_FAILED - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_UNKNOWN_ERROR - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_USER_MISMATCH - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
error(Object) - Method in class org.apache.oozie.util.XLog
Log a error message to the common Log.
error(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a error message and Exception to the common Log.
error(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a error message Exception to the common Log.
error(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a error message Exception to the common log and specified Logs.
ERROR - Static variable in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
ERROR_OTHER - Static variable in class org.apache.oozie.action.ActionExecutor
Error code used by ActionExecutor.convertException(java.lang.Exception) when there is not register error information for an exception.
ErrorCode - Enum in org.apache.oozie
 
escapeCharsForXML(String) - Static method in class org.apache.oozie.util.XmlUtils
Escape characters for text appearing as XML data, between tags.
evalAndWrap(ELEvaluator, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Helper method to wrap around with "${..}".
evaluate(String, Class<T>) - Method in class org.apache.oozie.util.ELEvaluator
Evaluate an EL expression.
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionCheckXCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
execute(Node) - Method in class org.apache.oozie.action.hadoop.FileSystemActions
Method to execute the prepare actions based on the command
execute() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundlePurgeXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
execute(S) - Method in class org.apache.oozie.command.Command
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordPurgeXCommand
 
execute() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
execute() - Method in class org.apache.oozie.command.KillTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.MaterializeTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.PauseTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.ResumeTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.StartTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.SubmitTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.SuspendTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.TransitionXCommand
 
execute() - Method in class org.apache.oozie.command.UnpauseTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
execute() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
execute() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
execute() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
execute() - Method in class org.apache.oozie.command.wf.JobXCommand
 
execute() - Method in class org.apache.oozie.command.wf.KillXCommand
 
execute() - Method in class org.apache.oozie.command.wf.NotificationXCommand
 
execute() - Method in class org.apache.oozie.command.wf.PurgeXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
execute() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
execute() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
execute() - Method in class org.apache.oozie.command.XCommand
Command execution body.
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionsCountForJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionsDeleteForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionsGetByLastModifiedTimeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionsGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionsGetWaitingOlderJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionUpdateJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobGetCoordinatorsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetNeedStartJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetPausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetPendingJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetRunningJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetUnpausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobUpdateJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForCheckJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForExternalIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInputCheckJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForStartJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForTimeoutJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionRemoveJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsActiveCountJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsDeleteForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsGetByLastModifiedTimeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsGetForRecoveryJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsGetReadyGroupbyJobIDJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseCountGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseStatusCountGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsRunningGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateForInputCheckJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateForStartJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateStatusJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionByActionNumberJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionIdsForDateRangeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsForDatesJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsNotCompletedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsRunningJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsStatusByPendingFalseJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSuspendedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetPendingActionsCountJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetReadyActionsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetRunningActionsCountJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPendingJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetUnpausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobUpdateJPAExecutor
 
execute(EntityManager) - Method in interface org.apache.oozie.executor.jpa.JPAExecutor
Method that encapsulates JPA access operations.
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventsGetForSeqIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventsGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionRetryManualGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionsDeleteForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionsGetForJobJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionsGetPendingJPAExecutor
Load All the actions that are pending for more than given time.
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionsRunningGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionSubsetGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionUpdateJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowIdGetForExternalIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowInfoWithActionsSubsetGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetActionsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobUpdateJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
 
execute(JPAExecutor<T>) - Method in class org.apache.oozie.service.JPAService
Execute a JPAExecutor.
executeCommand(String) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Utility method to execute command.
executeInterrupts() - Method in class org.apache.oozie.command.XCommand
Check for the existence of interrupts for the same lock key Execute them if exist.
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.EndNodeDef.EndNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
 
EXTERNAL_ACTION_STATS - Static variable in class org.apache.oozie.action.hadoop.LauncherMapper
 
EXTERNAL_ACTION_STATS - Static variable in class org.apache.oozie.action.hadoop.PigMain
 
EXTERNAL_CHILD_IDS - Static variable in class org.apache.oozie.action.hadoop.LauncherMapper
 
EXTERNAL_CHILD_IDS - Static variable in class org.apache.oozie.action.hadoop.PigMain
 
EXTERNAL_STATS_WRITE - Static variable in class org.apache.oozie.action.hadoop.PigMain
 
ExternalIdXCommand - Class in org.apache.oozie.command.wf
 
ExternalIdXCommand(String) - Constructor for class org.apache.oozie.command.wf.ExternalIdXCommand
 

F

fail(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.EndNodeDef.EndNodeHandler
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
fail(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 
fail(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
 
fail(String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Fail the instance.
failJob(ActionExecutor.Context) - Method in class org.apache.oozie.command.wf.ActionXCommand
Fail the job due to failed action
fatal(Object) - Method in class org.apache.oozie.util.XLog
Log a fatal message to the common Log.
fatal(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a fatal message and Exception to the common Log.
fatal(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a fatal message Exception to the common Log.
fatal(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a fatal message Exception to the common log and specified Logs.
FAULT_INJECTION - Static variable in class org.apache.oozie.FaultInjection
 
FaultInjection - Class in org.apache.oozie
Fault Injection support class.
FaultInjection() - Constructor for class org.apache.oozie.FaultInjection
 
FileSystemActions - Class in org.apache.oozie.action.hadoop
Class to perform file system operations specified in the prepare block of Workflow
FileSystemActions() - Constructor for class org.apache.oozie.action.hadoop.FileSystemActions
 
FileSystemActions(Set<String>) - Constructor for class org.apache.oozie.action.hadoop.FileSystemActions
 
filter(Map<String, List<String>>, List<String>, List<String>, List<String>, StringBuilder, String, String) - Static method in class org.apache.oozie.store.StoreStatusFilter
 
findConstant(String, String) - Static method in class org.apache.oozie.service.ELService
 
findContainingJar(Class) - Static method in class org.apache.oozie.util.ClassUtils
Return the path to the JAR file in the classpath containing the specified class.
findMethod(String, String) - Static method in class org.apache.oozie.service.ELService
 
firstNotNull(Object, Object) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Return the first not null value, or null if both are null.
FORK_COUNT_PREFIX - Static variable in class org.apache.oozie.workflow.lite.ForkNodeDef
 
ForkNodeDef - Class in org.apache.oozie.workflow.lite
 
ForkNodeDef(String, List<String>) - Constructor for class org.apache.oozie.workflow.lite.ForkNodeDef
 
ForkNodeDef.ForkNodeHandler - Class in org.apache.oozie.workflow.lite
 
ForkNodeDef.ForkNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
format(Object...) - Method in enum org.apache.oozie.ErrorCode
Return a templatized error message for the error code.
format(String, Object...) - Static method in class org.apache.oozie.util.XLog
Utility method that does uses the StringFormat to format the message template using the provided parameters.
formatDateCustom(Date, String) - Static method in class org.apache.oozie.util.DateUtils
 
formatDateUTC(Date) - Static method in class org.apache.oozie.util.DateUtils
 
formatDateUTC(Calendar) - Static method in class org.apache.oozie.util.DateUtils
 
forUpdate - Variable in class org.apache.oozie.util.db.SqlStatement
 
forUpdate() - Method in class org.apache.oozie.util.db.SqlStatement.Select
Set the "for update" flag to lock the rows for updating
frequency - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
fromByteArray(byte[], Class<T>) - Static method in class org.apache.oozie.util.WritableUtils
Read a writable from a byte array.
fromJSONArray(JSONArray) - Static method in class org.apache.oozie.SLAEventBean
Convert a JSONArray into a SLAEvent list.
fs_blockSize(String) - Static method in class org.apache.oozie.action.hadoop.FsELFunctions
Return the file block size in bytes.
fs_dirSize(String) - Static method in class org.apache.oozie.action.hadoop.FsELFunctions
Return the size of all files in the directory, it is not recursive.
fs_exists(String) - Static method in class org.apache.oozie.action.hadoop.FsELFunctions
Return if a path exists.
fs_fileSize(String) - Static method in class org.apache.oozie.action.hadoop.FsELFunctions
Return the len of a file.
fs_isDir(String) - Static method in class org.apache.oozie.action.hadoop.FsELFunctions
Return if a path is a directory.
FsActionExecutor - Class in org.apache.oozie.action.hadoop
File system action executor.
FsActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.FsActionExecutor
 
FsELFunctions - Class in org.apache.oozie.action.hadoop
EL function for fs action executor.
FsELFunctions() - Constructor for class org.apache.oozie.action.hadoop.FsELFunctions
 
FUTURE - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 

G

GB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
GigaByte constant (1024 MB).
GB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
generateChildId(String, String) - Method in class org.apache.oozie.service.UUIDService
Create a child ID.
generateCreateIndexScript(Schema.Index, Schema.DBType) - Static method in class org.apache.oozie.util.db.Schema
Generates the SQL statement for creating the Index
generateCreateTableScript(Schema.Table, Schema.DBType) - Static method in class org.apache.oozie.store.OozieSchema
Generates the create table SQL Statement
generateCreateTableScript(Schema.Table, Schema.DBType, List<Schema.Column>) - Static method in class org.apache.oozie.util.db.Schema
Generates the SQL Statement for creating the table
generateDropTableScript(Schema.Table, Schema.DBType) - Static method in class org.apache.oozie.util.db.Schema
Generates the SQL Statement for droping the table
generateId(UUIDService.ApplicationType) - Method in class org.apache.oozie.service.UUIDService
Create a unique ID.
generateInsertVersionScript(String) - Static method in class org.apache.oozie.store.OozieSchema
Generates the Insert statement to insert the OOZIE_VERSION to table
get() - Method in class org.apache.oozie.service.InstrumentationService
Return the instrumentation instance used by the service.
get(Class<T>) - Method in class org.apache.oozie.service.Services
Return a service by its public interface.
get() - Static method in class org.apache.oozie.service.Services
Return the services singleton.
get() - Static method in class org.apache.oozie.servlet.HostnameFilter
Returns the requester hostname.
get(Class<T>, Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Column data given its type and name
get(String) - Method in class org.apache.oozie.util.XConfiguration
Get the value of the name property, null if no such property exists.
get(String, String) - Method in class org.apache.oozie.util.XConfiguration
Get the value of the name property.
get() - Static method in class org.apache.oozie.util.XLog.Info
Return the LogInfo instance in context.
get(String) - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
Loads the Workflow instance with the given ID.
get(String) - Method in interface org.apache.oozie.workflow.WorkflowLib
Load a workflow instance from storage.
getAcl() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getAcl() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getAcl() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getAction() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns the workflow action of the given action context
getAction() - Static method in class org.apache.oozie.DagELFunctions
 
getAction(String, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
 
getAction(String, boolean) - Method in class org.apache.oozie.store.WorkflowStore
Load the action data and returns a bean.
getActionCredentialsProperties(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getActionData(FileSystem, RunningJob, WorkflowAction, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Get the output data of an action.
getActionData(FileSystem, RunningJob, WorkflowAction, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
Get the stats and external child IDs for a pig job
getActionDir() - Method in interface org.apache.oozie.action.ActionExecutor.Context
 
getActionDir(String, WorkflowAction, String, boolean) - Method in class org.apache.oozie.action.ActionExecutor
Return the path that will be used to store action specific data.
getActionDir() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getActionDirPath(String, WorkflowAction, String, boolean) - Method in class org.apache.oozie.action.ActionExecutor
Return the path that will be used to store action specific data
getActionFileSystem(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getActionFileSystem(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getActionId() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getActionId(String) - Method in class org.apache.oozie.service.CallbackService
Return the action ID from a callback URL.
getActionNumber() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getActions() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getActions() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getActionsForCoordinatorJob(String, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
Loads all actions for the given Coordinator job.
getActionsForWorkflow(String, boolean) - Method in class org.apache.oozie.store.WorkflowStore
Loads all the actions for the given Workflow.
getActionSignal(WorkflowAction.Status) - Method in class org.apache.oozie.action.ActionExecutor
Convenience method that return the signal for an Action based on the action status.
getActionsSubsetForCoordinatorJob(String, int, int) - Method in class org.apache.oozie.store.CoordinatorStore
Loads given number of actions for the given Coordinator job.
getActionsSubsetForWorkflow(String, int, int) - Method in class org.apache.oozie.store.WorkflowStore
Loads given number of actions for the given Workflow.
getActionStatsDataPath(Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
Get the location of stats file
getActionStatus(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Get action status.
getActionsToFail(WorkflowInstance) - Static method in class org.apache.oozie.service.WorkflowStoreService
Return the list of action IDs to fail.
getActionsToKill(WorkflowInstance) - Static method in class org.apache.oozie.service.WorkflowStoreService
Return the list of action IDs to kill.
getActionVar(String, String) - Static method in class org.apache.oozie.DagELFunctions
 
getActionXml() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getActualTime() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getAlertContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAlertFrequency() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAlertPercentage() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAll() - Method in class org.apache.oozie.util.Instrumentation
Return a map containing all variables, counters and timers.
getAllVars() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getAllVars() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return a map with all the variables in the context of the instance.
getApp() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getApp() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return the workflow application that defines the instance.
getAppFileSystem() - Method in interface org.apache.oozie.action.ActionExecutor.Context
 
getAppFileSystem() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getAppFileSystem(WorkflowJob) - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
getAppName() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getAppName() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getAppName() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAppName() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getAppNamespace() - Method in class org.apache.oozie.CoordinatorJobBean
Get app namespce
getAppPath() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getAppPath() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getAppPath() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getAppType() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAppType() - Method in class org.apache.oozie.SLAEventBean
 
getAppTypeStr() - Method in class org.apache.oozie.SLAEventBean
 
getAuthToken() - Method in class org.apache.oozie.BaseEngine
Return the authentication token.
getAuthToken() - Method in class org.apache.oozie.BundleJobBean
 
getAuthToken() - Method in class org.apache.oozie.CoordinatorJobBean
Get auth token
getAuthToken(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the authentication token of the request if any.
getAuthToken() - Method in class org.apache.oozie.WorkflowJobBean
 
getBeanForRunningCoordAction(CoordinatorActionBean) - Method in class org.apache.oozie.store.CoordinatorStore
 
getBoolean(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Boolean Column
getBundleActionId() - Method in class org.apache.oozie.BundleActionBean
Get the Bundle Action Id.
getBundleEngine(String, String) - Method in class org.apache.oozie.service.BundleEngineService
Return a Bundle engine.
getBundleId() - Method in class org.apache.oozie.BundleActionBean
Get the BundleId
getBundleId() - Method in class org.apache.oozie.BundleActionId
Return the Bundle Id.
getBundleId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getBundleJob(String) - Method in class org.apache.oozie.BundleEngine
 
getBundleJobs(String, int, int) - Method in class org.apache.oozie.BundleEngine
Get bundle jobs
getBundleJobs() - Method in class org.apache.oozie.BundleJobInfo
Return the bundle jobs being returned.
getByteArray(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the data for columns with blob type
getCalendar(String, TimeZone) - Static method in class org.apache.oozie.util.DateUtils
Create a Calendar instance using the specified date and Time zone
getCalendar(String) - Static method in class org.apache.oozie.util.DateUtils
Create a Calendar instance for UTC time zone using the specified date.
getCalendarUnit() - Method in enum org.apache.oozie.coord.TimeUnit
 
getCallbackUrl(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Create the callback URL for the action.
getCallbackUrl(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getCaptureOutput(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
getCaptureOutput(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getCaptureOutput(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
getCaptureOutput(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
getCause(Object...) - Static method in class org.apache.oozie.util.XLog
Utility method that extracts the Throwable, if present, from the parameters.
getChildName(String) - Method in class org.apache.oozie.service.UUIDService
Return the child name from a child ID.
getClassByName(String) - Method in class org.apache.oozie.util.XConfiguration
This is a stop gap fix for HADOOP-4416.
getClassNamebyType(String) - Static method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
This function returns the Action classes names from the configuration
getClient() - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie.
getClient(String) - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie configured for a given user.
getClientCoord(String) - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie configured for a given user.
getClientId() - Static method in class org.apache.oozie.util.db.SLADbOperations
 
getClientId() - Static method in class org.apache.oozie.util.db.SLADbXOperations
Return client id
getConcurrency() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getConf() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getConf() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getConf() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getConf() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getConf() - Method in class org.apache.oozie.service.ConfigurationService
Return the services configuration.
getConf() - Method in class org.apache.oozie.service.Services
Return the services configuration.
getConf() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getConf() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getConf() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return the configuration of the instance.
getConfigDir() - Method in class org.apache.oozie.service.ConfigurationService
Return Oozie configuration directory.
getConfiguration(String, FilterConfig) - Method in class org.apache.oozie.servlet.AuthFilter
Returns the configuration from Oozie configuration to be used by the authentication filter.
getConfiguration() - Method in class org.apache.oozie.util.Instrumentation
Return the current system configuration as a Map.
getConfigurationDirectory() - Static method in class org.apache.oozie.service.ConfigurationService
 
getConnection() - Method in class org.apache.oozie.store.Store
 
getConsoleUrl() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getConsoleUrl() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getConsoleUrl() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
Return the coordinate application console URL.
getConsoleUrl() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getConsoleUrl() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
Return the workflow job console URL.
getContentType(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the request content type, lowercase and without attributes.
getContext() - Method in class org.apache.oozie.util.ELEvaluator
Return the context with the functions and variables of the EL evaluator.
getContextURL() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Return the full URL (including protocol, host, port, context path, servlet path) for the context path.
getCoordAction(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordActionForNominalTime(String, Date) - Method in class org.apache.oozie.store.CoordinatorStore
Get coordinator action bean for given date
getCoordActionIdsFromDateRange(String, String) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Get the coordinator actions for a given date range
getCoordActionIdsFromDates(String, String) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Get the list of Coordinator action Ids for given date ranges
getCoordActionInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the info of a coordinator action.
getCoordActions(String, String, String) - Static method in class org.apache.oozie.command.coord.CoordRerunXCommand
Get the list of actions for a given coordinator job
getCoordActions() - Method in class org.apache.oozie.CoordinatorActionInfo
Return the coordiantor actions being returned.
getCoordActionsForDates(String, Date, Date) - Method in class org.apache.oozie.store.CoordinatorStore
Get coordinator action beans for given start date and end date
getCoordActionsFromDateRange(String, String) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Get the coordinator actions for a given date range
getCoordActionsFromDates(String, String) - Static method in class org.apache.oozie.coord.CoordUtils
Get the list of actions for given date ranges
getCoordActionsFromIds(String, String) - Static method in class org.apache.oozie.coord.CoordUtils
Get the list of actions for given id ranges
getCoordClient() - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie.
getCoordId() - Method in class org.apache.oozie.BundleActionBean
Get the coordinator Id.
getCoordinatorAction(String, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
Load the CoordinatorAction into a Bean and return it.
getCoordinatorActionsForJob(String, int, String) - Method in class org.apache.oozie.store.CoordinatorStore
Return CoordinatorActions for a jobID.
getCoordinatorEngine(String, String) - Method in class org.apache.oozie.service.CoordinatorEngineService
Return a Coordinator engine.
getCoordinatorInfo(Map<String, List<String>>, int, int) - Method in class org.apache.oozie.store.CoordinatorStore
 
getCoordinatorJob(String, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
Load the CoordinatorJob into a Bean and return it.
getCoordinatorJobs(String) - Method in class org.apache.oozie.store.CoordinatorStore
 
getCoordinatorJobsOlderThanStatus(long, String, int, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
A list of Coordinator Jobs that are matched with the status and have last materialized time' older than checkAgeSecs will be returned.
getCoordinatorJobsToBeMaterialized(Date, int) - Method in class org.apache.oozie.store.CoordinatorStore
Get a list of Coordinator Jobs that should be materialized.
getCoordinatorRunningActionsCount(String) - Method in class org.apache.oozie.store.CoordinatorStore
Return CoordinatorActions for a jobID.
getCoordinators() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getCoordInputCheckRequeueInterval() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
This function reads the value of re-queue interval for coordinator input check command from the Oozie configuration provided by Configuration Service.
getCoordJob(String) - Method in class org.apache.oozie.BaseEngine
Return the info about a coord job.
getCoordJob(String, String, int, int) - Method in class org.apache.oozie.BaseEngine
Return the info about a coord job with actions subset.
getCoordJob(String) - Method in class org.apache.oozie.BundleEngine
 
getCoordJob(String, String, int, int) - Method in class org.apache.oozie.BundleEngine
 
getCoordJob(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordJob(String, String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordJob(String) - Method in class org.apache.oozie.DagEngine
 
getCoordJob(String, String, int, int) - Method in class org.apache.oozie.DagEngine
 
getCoordJobInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the info of a coordinator job.
getCoordJobs(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordJobs() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the coordiantor jobs being returned.
getCoordJobsInfo(String, int, int) - Method in class org.apache.oozie.LocalOozieClientCoord
Return the info of the coordinator jobs that match the filter.
getCoordName() - Method in class org.apache.oozie.BundleActionBean
Get the Coordinator name.
getCoordName() - Method in class org.apache.oozie.BundleActionId
Return the coordinator name
getCount(Schema.Table...) - Static method in class org.apache.oozie.util.db.SqlStatement
Select count(*) Statement generator.
getCounters() - Method in class org.apache.oozie.util.Instrumentation
Return all the counters.
getCreatedConf() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getCreatedTime() - Method in class org.apache.oozie.BundleJobBean
 
getCreatedTime() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Get createdTime
getCreatedTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getCreatedTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getCreatedTime() - Method in class org.apache.oozie.command.Command
Returns the createdTime of the callable in milliseconds
getCreatedTime() - Method in class org.apache.oozie.command.XCommand
Returns the creation time of the command.
getCreatedTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedTime() - Method in class org.apache.oozie.CoordinatorJobBean
Get created time
getCreatedTime() - Method in interface org.apache.oozie.util.XCallable
Returns the createdTime of the callable in milliseconds
getCreatedTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get created timestamp
getCreatedTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getCred() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getCred() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getCredProperties(ActionExecutor.Context, String) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getCurrent() - Static method in class org.apache.oozie.util.ELEvaluator
If within the scope of a EL evaluation call, it gives access to the ELEvaluator instance performing the EL evaluation.
getCurrentActionType() - Method in class org.apache.oozie.action.hadoop.ActionStats
 
getDagEngine(String, String) - Method in class org.apache.oozie.service.DagEngineService
Return a Dag engine.
getData() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getDateInput() - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
getDbDataType(Schema.Column, Schema.DBType) - Static method in class org.apache.oozie.util.db.Schema
Returns the appropriate DB type for given column according to the DB Type
getDefaultGroup(String) - Method in class org.apache.oozie.service.AuthorizationService
Return the default group to which the user belongs.
getDefinition(String) - Method in class org.apache.oozie.BaseEngine
Return the a job definition.
getDefinition(String) - Method in class org.apache.oozie.BundleEngine
 
getDefinition(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getDefinition(String) - Method in class org.apache.oozie.DagEngine
Return the a job definition.
getDefinition() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getDefinition() - Method in interface org.apache.oozie.workflow.WorkflowApp
Return the original workflow definition (normally XML).
getDelay(TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the delay of the element.
getDevContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getDoneFlag(Element) - Static method in class org.apache.oozie.coord.CoordUtils
 
getDoneFlag() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getElement() - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the element from the wrapper.
getELEvaluator() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return an ELEvaluator with the context injected.
getELEvaluator() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getEnd() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the end time of the cron.
getEndOfDuration() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getEndOfDuration() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getEndTime() - Method in class org.apache.oozie.BundleJobBean
 
getEndTime() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getEndTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getEndTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getEndTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getEndTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getEndTime() - Method in class org.apache.oozie.WorkflowActionBean
 
getEndTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getEndTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getEndTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get end timestamp
getEndTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getEndTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundlePurgeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.Command
Get command lock key returning the key as an entity key, [not used] Just to be able to implement XCallable [to be deprecated]
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordPurgeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.JobXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.KillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.NotificationXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.PurgeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.XCommand
Return the entity key for the command.
getEntityKey() - Method in interface org.apache.oozie.util.XCallable
Return the lock key of the callable
getEntityManager() - Method in class org.apache.oozie.service.StoreService
Return EntityManager
getEntityManager() - Method in class org.apache.oozie.store.Store
Return EntityManager
getErrorCode() - Method in exception org.apache.oozie.action.ActionExecutorException
Return the error code of the exception.
getErrorCode() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getErrorCode() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getErrorCode() - Method in exception org.apache.oozie.servlet.XServletException
Return the Oozie error code for the exception.
getErrorCode() - Method in exception org.apache.oozie.XException
Return the error code of the exception.
getErrorMessage() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getErrorMessage() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getErrorPath(Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
getErrorType() - Method in exception org.apache.oozie.action.ActionExecutorException
Return the error type of the exception.
getEvent_id() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getEventType() - Method in class org.apache.oozie.SLAEventBean
 
getExec(Configuration) - Method in class org.apache.oozie.action.hadoop.ShellMain
Retrieve the executable name that was originally specified to Workflow.xml.
getExecution() - Method in class org.apache.oozie.CoordinatorJobBean
Get execution
getExecutionOrder() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getExecutionOrder() - Method in class org.apache.oozie.CoordinatorJobBean
 
getExecutionPath() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getExecutionPath() - Method in class org.apache.oozie.WorkflowActionBean
Return the node execution path.
getExecutionStats() - Method in class org.apache.oozie.WorkflowActionBean
Return the action statistics info.
getExecutor(String) - Method in class org.apache.oozie.service.ActionService
 
getExpectedEnd() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getExpectedEnd() - Method in class org.apache.oozie.SLAEventBean
 
getExpectedEndTS() - Method in class org.apache.oozie.SLAEventBean
 
getExpectedStart() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getExpectedStart() - Method in class org.apache.oozie.SLAEventBean
 
getExpectedStartTS() - Method in class org.apache.oozie.SLAEventBean
 
getExternalChildIDs() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getExternalChildIDs() - Method in class org.apache.oozie.WorkflowActionBean
Return the external child IDs.
getExternalChildIDsDataPath(Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
Get the location of external Child IDs file
getExternalId() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Return externalId
getExternalId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getExternalId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getExternalId() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getExternalId() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getExternalId() - Method in class org.apache.oozie.CoordinatorActionBean
 
getExternalId() - Method in class org.apache.oozie.WorkflowJobBean
 
getExternalStatus() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getExternalStatus() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getExternalStatus(String) - Method in class org.apache.oozie.service.CallbackService
Return the action external status from a callback URL.
getFlushMode() - Method in class org.apache.oozie.store.Store
 
getFrequency() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getFrequency() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getFrequency() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getFuncType(String) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
getGroup() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Deprecated. 
getGroup() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getGroup() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getGroupName() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getGroups(String) - Method in class org.apache.oozie.service.GroupsService
Returns the list of groups a user belongs to.
getHadoopConf(Configuration) - Static method in class org.apache.oozie.coord.CoordUtils
 
getHadoopJobIds(String, Pattern[]) - Static method in class org.apache.oozie.action.hadoop.LauncherMain
 
getHadoopJobIds(PigStats) - Method in class org.apache.oozie.action.hadoop.PigMain
Get Hadoop Ids through PigStats API
getHadoopJobIds(String) - Method in class org.apache.oozie.action.hadoop.PigMainWithOldAPI
 
getHandlerClass() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getHeader(String) - Method in class org.apache.oozie.LocalOozieClient
Get the value of a set HTTP header from the workflow instance.
getHeader(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the value of a set HTTP header from the coordinator instance.
getHeaderNames() - Method in class org.apache.oozie.LocalOozieClient
Return an iterator with all the header names set in the workflow instance.
getHeaderNames() - Method in class org.apache.oozie.LocalOozieClientCoord
Return an iterator with all the header names set in the coordinator instance.
getHost() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Return the hostname the servlet container is bound to.
getHttpStatusCode() - Method in exception org.apache.oozie.servlet.XServletException
Return the HTTP error code to return to the client.
getId() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getId() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getId() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getId() - Method in enum org.apache.oozie.service.SchemaService.SchemaName
 
getId(String) - Method in class org.apache.oozie.service.UUIDService
Return the ID from a child ID.
getId() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getId() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return the ID of the instance.
getIdSwapPath(Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
getInitInstance() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getInstanceNumber(String, Element, SyncCoordAction, Configuration, StringBuilder) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
parse a function like coord:latest(n)/future() and return the 'n'.
getInstrumentation() - Method in class org.apache.oozie.command.Command
Return the Instrumentation instance in use.
getInstrumentation() - Method in class org.apache.oozie.command.XCommand
Return the Instrumentation instance in use.
getInterface() - Method in class org.apache.oozie.service.ActionCheckerService
Return the public interface for the action checker service.
getInterface() - Method in class org.apache.oozie.service.ActionService
 
getInterface() - Method in class org.apache.oozie.service.AuthorizationService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.BundleEngineService
Return the public interface of the Bundle engine service.
getInterface() - Method in class org.apache.oozie.service.CallableQueueService
Return the public interface for command queue service.
getInterface() - Method in class org.apache.oozie.service.CallbackService
Return the public interface of the Dag engine service.
getInterface() - Method in class org.apache.oozie.service.ConfigurationService
Return the public interface for configuration service.
getInterface() - Method in class org.apache.oozie.service.CoordinatorEngineService
Return the public interface of the Coordinator engine service.
getInterface() - Method in class org.apache.oozie.service.CoordinatorStoreService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.CoordMaterializeTriggerService
 
getInterface() - Method in class org.apache.oozie.service.DagEngineService
Return the public interface of the Dag engine service.
getInterface() - Method in class org.apache.oozie.service.DagXLogInfoService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.ELService
Return the public interface for EL service.
getInterface() - Method in class org.apache.oozie.service.GroupsService
Returns the service interface.
getInterface() - Method in class org.apache.oozie.service.HadoopAccessorService
 
getInterface() - Method in class org.apache.oozie.service.InstrumentationService
Return the public interface for instrumentation service.
getInterface() - Method in class org.apache.oozie.service.JPAService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.MemoryLocksService
Return the public interface for the memory locks services
getInterface() - Method in class org.apache.oozie.service.PauseTransitService
Return the public interface for the purge jobs service.
getInterface() - Method in class org.apache.oozie.service.ProxyUserService
Returns the service interface.
getInterface() - Method in class org.apache.oozie.service.PurgeService
Return the public interface for the purge jobs service.
getInterface() - Method in class org.apache.oozie.service.RecoveryService
Return the public interface for the Recovery Service.
getInterface() - Method in class org.apache.oozie.service.SchedulerService
Return the public interface for scheduler service.
getInterface() - Method in class org.apache.oozie.service.SchemaService
Return the public interface of the service.
getInterface() - Method in interface org.apache.oozie.service.Service
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.SLAStoreService
 
getInterface() - Method in class org.apache.oozie.service.StatusTransitService
Return the public interface for the purge jobs service.
getInterface() - Method in class org.apache.oozie.service.StoreService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.UUIDService
Return the public interface for UUID service.
getInterface() - Method in class org.apache.oozie.service.WorkflowAppService
Return the public interface for workflow application service.
getInterface() - Method in class org.apache.oozie.service.WorkflowSchemaService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.WorkflowStoreService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.XLogService
Return the public interface for log service.
getJavaSystemProperties() - Method in class org.apache.oozie.util.Instrumentation
Return the JVM system properties.
getJob(String) - Method in class org.apache.oozie.BaseEngine
Return the info about a wf job.
getJob(String, int, int) - Method in class org.apache.oozie.BaseEngine
Return the info about a wf job with actions subset.
getJob(String) - Method in class org.apache.oozie.BundleEngine
 
getJob(String, int, int) - Method in class org.apache.oozie.BundleEngine
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
getJob() - Method in class org.apache.oozie.command.TransitionXCommand
Get the Job for the command.
getJob(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getJob(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
 
getJob(String) - Method in class org.apache.oozie.DagEngine
Return the info about a job.
getJob(String, int, int) - Method in class org.apache.oozie.DagEngine
Return the info about a job with actions subset.
getJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJobConf() - Method in class org.apache.oozie.action.hadoop.LauncherMapper
 
getJobData() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getJobDefinition(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJobDefinition(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJobId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getJobId() - Method in class org.apache.oozie.CoordinatorActionBean
 
getJobId(String) - Method in class org.apache.oozie.LocalOozieClient
Return the workflow job Id for an external Id.
getJobId() - Method in class org.apache.oozie.WorkflowActionBean
Return the job Id.
getJobIdForExternalId(String) - Method in class org.apache.oozie.BaseEngine
Return the workflow Job ID for an external ID.
getJobIdForExternalId(String) - Method in class org.apache.oozie.BundleEngine
 
getJobIdForExternalId(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getJobIdForExternalId(String) - Method in class org.apache.oozie.DagEngine
Return the workflow Job ID for an external ID.
getJobIdForExternalId(HttpServletRequest, String) - Method in class org.apache.oozie.servlet.V0JobsServlet
v0 service implementation to get a JSONObject representation of a job from its external ID
getJobIdForExternalId(HttpServletRequest, String) - Method in class org.apache.oozie.servlet.V1JobsServlet
v1 service implementation to get a JSONObject representation of a job from its external ID
getJobInfo(String) - Method in class org.apache.oozie.LocalOozieClient
Get the info of a workflow job.
getJobInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated. 
getJobs(String, int, int) - Method in class org.apache.oozie.DagEngine
Return the info about a set of jobs.
getJobs(HttpServletRequest) - Method in class org.apache.oozie.servlet.V0JobsServlet
v0 service implementation to get a list of workflows, with filtering or interested windows embedded in the request object
getJobs(HttpServletRequest) - Method in class org.apache.oozie.servlet.V1JobsServlet
v1 service implementation to get a list of workflows, coordinators, or bundles, with filtering or interested windows embedded in the request object
getJobsInfo(String, int, int) - Method in class org.apache.oozie.LocalOozieClient
Return the info of the workflow jobs that match the filter.
getJobsInfo(String) - Method in class org.apache.oozie.LocalOozieClient
Return the info of the workflow jobs that match the filter.
getJobsInfo(String, int, int) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated. 
getJobsInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated. 
getJobStatus() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getJobStatus() - Method in class org.apache.oozie.SLAEventBean
 
getJobStatusStr() - Method in class org.apache.oozie.SLAEventBean
 
getJobXml() - Method in class org.apache.oozie.BundleJobBean
 
getJobXml() - Method in class org.apache.oozie.CoordinatorJobBean
Get job xml
getKey() - Method in class org.apache.oozie.command.Command
Get command key
getKey() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
getKey() - Method in class org.apache.oozie.command.XCommand
Get command key
getKey() - Method in interface org.apache.oozie.util.XCallable
Return the key of the callable
getKickoffTime() - Method in class org.apache.oozie.BundleJobBean
 
getKickoffTime() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getKickoffTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getLastActionNumber() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getLastActionTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getLastActionTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getLastActionTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get last action timestamp
getLastCheckTime() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getLastCheckTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getLastModifiedTime() - Method in class org.apache.oozie.BundleActionBean
Get Last modified time.
getLastModifiedTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getLastModifiedTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getLastModifiedTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getLastModifiedTime() - Method in class org.apache.oozie.CoordinatorJobBean
Get last modified time
getLastModifiedTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.BundleActionBean
Get Last modified time.
getLastModifiedTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get last modified timestamp
getLastModifiedTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getLastSeqId() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
Get lastSeqId
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
getLauncherJarName() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
getLen() - Method in class org.apache.oozie.BundleJobInfo
Return the number of the bundle being returned.
getLen() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the number of the workflows being returned.
getLen() - Method in class org.apache.oozie.WorkflowsInfo
Return the number of the workflows being returned.
getLength() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
getLength() - Method in interface org.apache.oozie.util.db.Schema.Column
Returns the length of the column
getLimit() - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
getLockTimeOut() - Method in class org.apache.oozie.command.XCommand
Return the time out when acquiring a lock.
getLog() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
getLog() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
getLog() - Method in class org.apache.oozie.command.XCommand
Get XLog log
getLog(String) - Static method in class org.apache.oozie.util.XLog
Return the named logger configured with the XLog.Info prefix.
getLog(Class) - Static method in class org.apache.oozie.util.XLog
Return the named logger configured with the XLog.Info prefix.
getLog(String, boolean) - Static method in class org.apache.oozie.util.XLog
Return the named logger.
getLog(Class, boolean) - Static method in class org.apache.oozie.util.XLog
Return the named logger.
getLogMask() - Method in enum org.apache.oozie.ErrorCode
Return the log mask (to which log the exception should be logged) of the error.
getLogToken() - Method in class org.apache.oozie.WorkflowActionBean
Return the job log token.
getLogToken() - Method in class org.apache.oozie.WorkflowJobBean
 
getlogToken() - Method in class org.apache.oozie.WorkflowJobBean
 
getLong(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Numeric data
getLoopFlag(String) - Static method in class org.apache.oozie.workflow.lite.NodeHandler
 
getMainArguments(Configuration) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
getMatThrottling() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getMaxExternalStatsSize() - Static method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Get the maximum allowed size of stats
getMaxRetries() - Method in class org.apache.oozie.action.ActionExecutor
Return the maximum number of retries for the action executor.
getMaxSize() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the maximum queue size.
getMaxWait(TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the max wait time for elements before they are promoted to the next higher priority.
getMissingDependencies() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getMsgPrefix() - Method in class org.apache.oozie.util.XLog
Return the common prefix.
getName() - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Get the name
getName() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getName() - Method in class org.apache.oozie.command.Command
Return the name of the command.
getName() - Method in class org.apache.oozie.command.XCommand
Return the command name.
getName() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getName() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionsCountForJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionsDeleteForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionsGetByLastModifiedTimeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionsGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionsGetWaitingOlderJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionUpdateJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobGetCoordinatorsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetNeedStartJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetPausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetPendingJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetRunningJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetUnpausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobUpdateJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForCheckJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForExternalIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInputCheckJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForStartJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForTimeoutJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionRemoveJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsActiveCountJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsDeleteForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsGetByLastModifiedTimeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsGetForRecoveryJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsGetReadyGroupbyJobIDJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseCountGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseStatusCountGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsRunningGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateForInputCheckJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateForStartJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionUpdateStatusJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionByActionNumberJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionIdsForDateRangeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsForDatesJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsNotCompletedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsRunningJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsStatusByPendingFalseJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSuspendedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetPendingActionsCountJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetReadyActionsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetRunningActionsCountJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPendingJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetUnpausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobUpdateJPAExecutor
 
getName() - Method in interface org.apache.oozie.executor.jpa.JPAExecutor
Return the name of the JPA executor.
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventsGetForSeqIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventsGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionRetryManualGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionsDeleteForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionsGetForJobJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionsGetPendingJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionsRunningGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionSubsetGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionUpdateJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowIdGetForExternalIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowInfoWithActionsSubsetGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetActionsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobUpdateJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
 
getName() - Method in interface org.apache.oozie.util.XCallable
Return the callable name.
getName() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getName() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getName() - Method in interface org.apache.oozie.workflow.WorkflowApp
Return the name of teh workflow application.
getNewStatementWithValues(Map<Object, Object>) - Method in class org.apache.oozie.util.db.SqlStatement
Replace the keys(newValues) which are place holders in the sql statements with the corresponding new values.
getNextMaterializedTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getNextMaterializedTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getNextMaterializedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get next materialized timestamp
getNode(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getNodeDef(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
Get NodeDef from workflow instance
getNodeDef() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getNodeDef(String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Get NodeDef from workflow instance
getNodeDefDefaultVersion() - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Get NodeDef default version, _oozie_inst_v_0 or _oozie_inst_v_1
getNodeDefs() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getNodeDefVersion() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getNominalTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getNominalTime() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getNominalTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getNominalTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getNotificationMsg() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getOozieConf() - Method in class org.apache.oozie.action.ActionExecutor
Return Oozie configuration.
getOozieHome() - Static method in class org.apache.oozie.service.Services
 
getOozieRuntimeDir() - Method in class org.apache.oozie.action.ActionExecutor
Return the runtime directory of the Oozie instance.
getOozieSystemId() - Method in class org.apache.oozie.action.ActionExecutor
Return the system ID, this ID is defined in Oozie configuration.
getOozieUrl() - Method in class org.apache.oozie.LocalOozieClient
Return the Oozie URL of the workflow client instance.
getOozieUrl() - Method in class org.apache.oozie.LocalOozieClientCoord
Return the Oozie URL of the coordinator client instance.
getOozieVersion() - Static method in class org.apache.oozie.store.OozieSchema
Gets the Oozie Schema Version
getOrigJobXml() - Method in class org.apache.oozie.BundleJobBean
 
getOrigJobXml() - Method in class org.apache.oozie.CoordinatorJobBean
Get original job xml
getOSEnv() - Method in class org.apache.oozie.util.Instrumentation
Return the OS environment used to start Oozie.
getOutputDataPath(Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
getOwn() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the own time of the cron.
getOwn() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the own accumulated computing time by the timer.
getOwnAvg() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the own average time.
getOwnMax() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the own maximum time.
getOwnMin() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the own minimum time.
getOwnSquareSum() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the sum of the square own times.
getOwnStdDev() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the own time standard deviation.
getParameter(String) - Method in class org.apache.oozie.util.XLog.Info
Returns the specified parameter.
getParentClientId() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getParentExecutionPath(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getParentId() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
Return the corresponding Action ID, if any.
getParentSlaId() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getPauseTime() - Method in class org.apache.oozie.BundleJobBean
 
getPauseTime() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Get pauseTime
getPauseTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getPauseTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getPauseTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getPending() - Method in class org.apache.oozie.BundleActionBean
Get some actions are in progress for particular bundle action.
getPending() - Method in class org.apache.oozie.BundleJobBean
 
getPending() - Method in class org.apache.oozie.CoordinatorActionBean
Get some actions are in progress for particular bundle action.
getPending() - Method in class org.apache.oozie.WorkflowActionBean
 
getPendingActions(long) - Method in class org.apache.oozie.store.WorkflowStore
Load All the actions that are pending for more than given time.
getPendingAge() - Method in class org.apache.oozie.WorkflowActionBean
Return the pending age of the action.
getPendingAgeTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getPort() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Return the port number the servlet container is bound to.
getPrevStatus() - Method in class org.apache.oozie.command.RerunTransitionXCommand
This method will return the previous status.
getPriorities() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return number of priorities the queue supports.
getPriority() - Method in class org.apache.oozie.command.Command
Return the priority of the command.
getPriority() - Method in class org.apache.oozie.command.XCommand
Return the priority of the command.
getPriority() - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the priority of the element.
getPriority() - Method in interface org.apache.oozie.util.XCallable
Return the priority of the callable.
getProcessDefinition() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getProcessInstance() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getProperties() - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Get the properties
getProtoActionConf() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return a proto configuration for actions with auth properties already set.
getProtoActionConf() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getProtoActionConf() - Static method in class org.apache.oozie.DagELFunctions
 
getProtoActionConf() - Method in class org.apache.oozie.WorkflowJobBean
 
getprotoActionConf() - Method in class org.apache.oozie.WorkflowJobBean
 
getProtocolUrl() - Method in class org.apache.oozie.LocalOozieClient
Return the Oozie URL used by the client and server for WS communications.
getProtocolUrl() - Method in class org.apache.oozie.LocalOozieClientCoord
Return the Oozie URL used by the client and server for WS communications.
getQaContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getQueueDump() - Method in class org.apache.oozie.service.CallableQueueService
Get the list of strings of queue dump
getQueueDump(JSONObject) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
getQueueDump(JSONObject) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
getQueueDump(JSONObject) - Method in class org.apache.oozie.servlet.V1AdminServlet
Get a json array of queue dump and a json array of unique map dump
getReaderAsString(Reader, int) - Static method in class org.apache.oozie.util.IOUtils
Return a reader as string.
getReadLock(String, long) - Method in class org.apache.oozie.service.MemoryLocksService
Obtain a READ lock for a source.
getReadLock(String, long) - Method in class org.apache.oozie.util.MemoryLocks
Obtain a READ lock for a source.
getRecoveryActionsGroupByJobId(long) - Method in class org.apache.oozie.store.CoordinatorStore
 
getRecoveryActionsOlderThan(long, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
 
getRecoveryId() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Get the Action Recovery ID.
getRecoveryId(Configuration, Path, String) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
getRecoveryId() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getRecoveryPath(ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
getRemoteFileName(ActionExecutor.Context, WorkflowAction, String, boolean, boolean) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Get remote host working location.
getRequeueDelay() - Method in class org.apache.oozie.command.XCommand
Return the delay time for requeue
getRerunTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getRerunTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getResolvedList(String, StringBuilder, StringBuilder) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Get resolved string from missDepList
getResourceAsReader(String, int) - Static method in class org.apache.oozie.util.IOUtils
Return a classpath resource as a reader.
getResourceAsStream(String, int) - Static method in class org.apache.oozie.util.IOUtils
Return a classpath resource as a stream.
getResourceAsString(String, int) - Static method in class org.apache.oozie.util.IOUtils
Return a classpath resource as string.
getResourceName(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the resource name of the request.
getRetries() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getRetryAndManualActions(String) - Method in class org.apache.oozie.store.WorkflowStore
Load All the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL.
getRetryInterval() - Method in class org.apache.oozie.action.ActionExecutor
Return the retry interval for the action executor in seconds.
getRootAttribute(String, String) - Static method in class org.apache.oozie.util.XmlUtils
//TODO move this to action registry method Return the value of an attribute from the root element of an XML document.
getRun() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getRunConf() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getRunningActions(long) - Method in class org.apache.oozie.store.WorkflowStore
Load All the actions that are running and were last checked after now - miminumCheckAgeSecs
getRunningActionsForCoordinatorJob(String, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
 
getRunningActionsOlderThan(long, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
 
getRuntimeDir() - Method in class org.apache.oozie.service.Services
Return the runtime directory of the Oozie instance.
getSamplers() - Method in class org.apache.oozie.util.Instrumentation
Return all the samplers.
getScheduler() - Method in class org.apache.oozie.service.SchedulerService
Return the java.util.concurrent.ScheduledExecutorService instance used by the SchedulerService.
getSchema(SchemaService.SchemaName) - Method in class org.apache.oozie.service.SchemaService
Return the schema for XML validation of application definitions.
getSchema() - Method in class org.apache.oozie.service.WorkflowSchemaService
Return the schema for XML validation of application definitions.
getSeContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getServletURL(String) - Method in class org.apache.oozie.test.EmbeddedServletContainer
Return the full URL (including protocol, host, port, context path, servlet path) for a servlet path.
getShareLibPostFix(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
Return the sharelib postfix for the action.
getShareLibPostFix(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Return the sharelib postfix for the action.
getShareLibPostFix(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
Return the sharelib postfix for the action.
getShareLibPostFix(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
Return the sharelib postfix for the action.
getShareLibPostFix(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
Return the sharelib postfix for the action.
getShellArguments(Configuration) - Method in class org.apache.oozie.action.hadoop.ShellMain
Retrieve the list of arguments that were originally specified to Workflow.xml.
getSignalValue() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getSignalValue() - Method in class org.apache.oozie.WorkflowActionBean
Return the signal value for the action.
getSLAEventListNewerSeqLimited(long, int, long[]) - Method in class org.apache.oozie.store.SLAStore
Get a list of SLA Events newer than a specific sequence with limit clause.
getSlaId() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getSlaXml() - Method in class org.apache.oozie.CoordinatorActionBean
 
getSlaXml() - Method in class org.apache.oozie.CoordinatorJobBean
Get sla xml
getSlaXml() - Method in class org.apache.oozie.WorkflowActionBean
 
getSlaXml() - Method in class org.apache.oozie.WorkflowJobBean
 
getStart() - Method in class org.apache.oozie.BundleJobInfo
Return the offset of the bundles being returned.
getStart() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the offset of the workflows being returned.
getStart() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the start time of the cron.
getStart() - Method in class org.apache.oozie.WorkflowsInfo
Return the offset of the workflows being returned.
getStartedActions(WorkflowInstance) - Static method in class org.apache.oozie.service.WorkflowStoreService
Return the list of actions started by a signal in an instance.
getStartTime() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getStartTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getStartTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getStartTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getStartTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getStartTime() - Method in class org.apache.oozie.WorkflowActionBean
 
getStartTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getstartTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getStartTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get start timestamp
getStartTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getStartTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getStats() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getStatus() - Method in class org.apache.oozie.BundleActionBean
Get the Status of the Bundle Action
getStatus() - Method in class org.apache.oozie.BundleJobBean
 
getStatus() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getStatus() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getStatus() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getStatus() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getStatus() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getStatus() - Method in class org.apache.oozie.CoordinatorActionBean
 
getStatus() - Method in class org.apache.oozie.CoordinatorJobBean
 
getStatus(CoordinatorJobBean) - Static method in class org.apache.oozie.util.StatusUtils
This Function transforms the statuses based on the name space of the coordinator App
getStatus() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getStatus() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return the current status of the instance.
getStatus() - Method in class org.apache.oozie.WorkflowActionBean
 
getStatus() - Method in class org.apache.oozie.WorkflowJobBean
 
getStatusForCoordActionInputCheck(CoordinatorJobBean) - Static method in class org.apache.oozie.util.StatusUtils
This function check if eligible to do action input check when running with backward support is true.
getStatusForCoordRerun(CoordinatorJobBean, Job.Status) - Static method in class org.apache.oozie.util.StatusUtils
This function changes back the status for coordinator rerun if the job was SUCCEEDED or SUSPENDED when rerun with backward support is true.
getStatusStr() - Method in class org.apache.oozie.BundleActionBean
Get the Status of the Bundle Action
getStatusStr() - Method in class org.apache.oozie.BundleJobBean
 
getStatusStr() - Method in class org.apache.oozie.CoordinatorJobBean
Get status
getStatusStr() - Method in class org.apache.oozie.WorkflowActionBean
 
getStatusStr() - Method in class org.apache.oozie.WorkflowJobBean
 
getStatusTimestamp() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getStatusTimestamp() - Method in class org.apache.oozie.SLAEventBean
 
getStatusTimestampTS() - Method in class org.apache.oozie.SLAEventBean
 
getStore(Class<S>) - Method in class org.apache.oozie.service.StoreService
Return instance of store.
getStore(Class<S>, T) - Method in class org.apache.oozie.service.StoreService
Return instance of store with an EntityManager pointing to an existing Store.
getStoreClass() - Method in class org.apache.oozie.command.Command
Command subclasses must implement this method correct Store can be passed to call(store);
getStoreClass() - Method in class org.apache.oozie.command.coord.CoordinatorCommand
Return the public interface of the Coordinator Store.
getString(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get a String Column
getStrings(Configuration, String) - Static method in class org.apache.oozie.action.hadoop.MapReduceMain
 
getSuspendedTime() - Method in class org.apache.oozie.CoordinatorJobBean
Get suspended time
getSuspendedTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getSuspendedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get suspended timestamp
getSystemBundleEngine() - Method in class org.apache.oozie.service.BundleEngineService
Return a Bundle engine for a system user (no user, no group).
getSystemCoordinatorEngine() - Method in class org.apache.oozie.service.CoordinatorEngineService
Return a Coordinator engine for a system user (no user, no group).
getSystemDagEngine() - Method in class org.apache.oozie.service.DagEngineService
Return a Dag engine for a system user (no user, no group).
getSystemId() - Method in class org.apache.oozie.service.Services
Return the system ID, the value defined in the Services.CONF_SYSTEM_ID configuration property.
getSystemLibPath() - Method in class org.apache.oozie.service.WorkflowAppService
Returns Oozie system libpath.
getSystemMode() - Method in class org.apache.oozie.service.Services
Return active system mode.
getTemplate() - Method in enum org.apache.oozie.ErrorCode
Return the message (StringFormat) template for the error code.
getTicks() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the number of times a cron was added to the timer.
getTimeout() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getTimeOut() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getTimeout() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getTimers() - Method in class org.apache.oozie.util.Instrumentation
Return all the timers.
getTimestamp(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Timestamp Column
getTimeUnit() - Method in class org.apache.oozie.BundleJobBean
 
getTimeUnit() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getTimeUnit() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getTimeUnit() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getTimeUnit() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getTimeUnit() - Method in class org.apache.oozie.CoordinatorJobBean
 
getTimeUnitStr() - Method in class org.apache.oozie.BundleJobBean
 
getTimeUnitStr() - Method in class org.apache.oozie.CoordinatorJobBean
Get time unit
getTimeZone() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getTimeZone() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getTimeZone() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getTimeZone(String) - Static method in class org.apache.oozie.util.DateUtils
 
getTotal() - Method in class org.apache.oozie.BundleJobInfo
Return the total number of bundles.
getTotal() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the total number of workflows.
getTotal() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the total time of the cron.
getTotal() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the total accumulated computing time by the timer.
getTotal() - Method in class org.apache.oozie.WorkflowsInfo
Return the total number of workflows.
getTotalAvg() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total average time.
getTotalMax() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total maximum time.
getTotalMin() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total minimum time.
getTotalSquareSum() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the sum of the square total times.
getTotalStdDev() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total time standard deviation.
getTrackerUri() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getTrackerUri() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getTransientVar(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getTransientVar(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getTransientVar(String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return a transient variable from the context of the instance.
getTransition() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getTransition(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getTransition(String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return the transition a node did.
getTransitions() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getType() - Method in class org.apache.oozie.action.ActionExecutor
Return the action executor type.
getType() - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Get the type
getType() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getType() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getType() - Method in class org.apache.oozie.command.Command
Return the callable type.
getType() - Method in class org.apache.oozie.command.XCommand
Return the callable type.
getType() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getType() - Method in enum org.apache.oozie.service.UUIDService.ApplicationType
 
getType() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
getType() - Method in interface org.apache.oozie.util.db.Schema.Column
Returns the datatype of the column
getType() - Method in interface org.apache.oozie.util.XCallable
Return the callable type.
getUniqueDump() - Method in class org.apache.oozie.service.CallableQueueService
Get the list of strings of uniqueness map dump
getUpstreamApps() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getUriTemplate() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getUrl() - Method in class org.apache.oozie.command.wf.NotificationXCommand
 
getUser() - Method in class org.apache.oozie.BaseEngine
Return the user name.
getUser() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
getUser() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getUser() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getUser() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getUser(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the user name of the request if any.
getUserRetryCount() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getUserRetryErrorCode() - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Get system defined and instance defined error codes for which USER_RETRY is allowed
getUserRetryInterval() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getUserRetryInterval() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getUserRetryMax() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getUserRetryMax() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getValidationQuery(String) - Static method in class org.apache.oozie.store.OozieSchema
Gets the query that will be used to validate the connection
getValue() - Method in interface org.apache.oozie.util.Instrumentation.Element
Return the snapshot value of the Intrumentation element.
getValue() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the timer snapshot.
getVar(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Get a workflow action variable.
getVar(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getVar(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getVar(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getVar(String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return a variable from the context of the instance.
getVariable(String) - Method in class org.apache.oozie.util.ELEvaluator.Context
Return a variable from the context.
getVariable(String) - Method in class org.apache.oozie.util.ELEvaluator
Convenience method that returns a variable from the EL evaluator context.
getVariables() - Method in class org.apache.oozie.util.Instrumentation
Return all the variables.
getWfId() - Method in class org.apache.oozie.WorkflowActionBean
Return the job Id.
getWfInstance() - Method in class org.apache.oozie.WorkflowJobBean
 
getWithDeprecatedCheck(Configuration, String, String, String) - Static method in class org.apache.oozie.util.ConfigUtils
Fetches a property using both a deprecated name and the new name.
getWithDeprecatedCheck(Configuration, String, String, boolean) - Static method in class org.apache.oozie.util.ConfigUtils
Fetches a property using both a deprecated name and the new name.
getWorkflow() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return the workflow job.
getWorkflow() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getWorkflow() - Static method in class org.apache.oozie.DagELFunctions
 
getWorkflow(String, boolean) - Method in class org.apache.oozie.store.WorkflowStore
Load the Workflow into a Bean and return it.
getWorkflowAction(String) - Method in class org.apache.oozie.DagEngine
 
getWorkflowClient(ActionExecutor.Context, String) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
getWorkflowCountWithStatus(String) - Method in class org.apache.oozie.store.WorkflowStore
Get the number of Workflows with the given status.
getWorkflowCountWithStatusInLastNSeconds(String, int) - Method in class org.apache.oozie.store.WorkflowStore
Get the number of Workflows with the given status which was modified in given time limit.
getWorkflowIdForExternalId(String) - Method in class org.apache.oozie.store.WorkflowStore
Get the Workflow ID with given external ID which will be assigned for the subworkflows.
getWorkflowInfo(String) - Method in class org.apache.oozie.store.WorkflowStore
Load the Workflow and all Action details and return a WorkflowJobBean.
getWorkflowInfoWithActionsSubset(String, int, int) - Method in class org.apache.oozie.store.WorkflowStore
Load the Workflow and subset Actions details and return a WorkflowJobBean.
getWorkflowInstance() - Method in class org.apache.oozie.WorkflowJobBean
 
getWorkflowLibWithNoDB() - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
Return the workflow lib without DB connection.
getWorkflowLibWithNoDB() - Method in class org.apache.oozie.service.WorkflowStoreService
Return a workkflow lib, giving access to the parser functionality.
getWorkflows() - Method in class org.apache.oozie.WorkflowsInfo
Return the workflows being returned.
getWorkflowsInfo(Map<String, List<String>>, int, int) - Method in class org.apache.oozie.store.WorkflowStore
Loads all the jobs that are satisfying the given filter condition.
getWorkflowXml(Configuration) - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
Generate workflow xml from conf object
getWorkflowXml(Configuration) - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
getWorkflowXml(Configuration) - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
getWriteLock(String, long) - Method in class org.apache.oozie.service.MemoryLocksService
Obtain a WRITE lock for a source.
getWriteLock(String, long) - Method in class org.apache.oozie.util.MemoryLocks
Obtain a WRITE lock for a source.
greaterThan(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for GREATER THAN condition checking
greaterThanOrEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for GREATER THAN OR EQUAL condition checking
GROUP - Static variable in class org.apache.oozie.service.XLogService
Group log info constant.
GROUPS - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
GROUPS - Static variable in class org.apache.oozie.service.ProxyUserService
 
GROUPS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
GroupsService - Class in org.apache.oozie.service
The GroupsService class delegates to the Hadoop's org.apache.hadoop.security.Groups to retrieve the groups a user belongs to.
GroupsService() - Constructor for class org.apache.oozie.service.GroupsService
 

H

HADOOP_CONFS - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
hadoop_counters(String) - Static method in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
HADOOP_COUNTERS - Static variable in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
HADOOP_JOBS - Static variable in class org.apache.oozie.action.hadoop.LauncherMain
 
HADOOP_JOBS_PREFIX - Static variable in class org.apache.oozie.DagELFunctions
 
HADOOP_USER - Static variable in class org.apache.oozie.coord.CoordUtils
 
HADOOP_USER - Static variable in class org.apache.oozie.service.WorkflowAppService
 
HADOOP_USER - Static variable in class org.apache.oozie.util.PropertiesUtils
 
HadoopAccessorException - Exception in org.apache.oozie.service
 
HadoopAccessorException(XException) - Constructor for exception org.apache.oozie.service.HadoopAccessorException
Create an HadoopAccessor exception from a XException.
HadoopAccessorException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.service.HadoopAccessorException
Create a HadoopAccessor exception.
HadoopAccessorService - Class in org.apache.oozie.service
The HadoopAccessorService returns HadoopAccessor instances configured to work on behalf of a user-group.
HadoopAccessorService() - Constructor for class org.apache.oozie.service.HadoopAccessorService
 
HadoopELFunctions - Class in org.apache.oozie.action.hadoop
Hadoop EL functions.
HadoopELFunctions() - Constructor for class org.apache.oozie.action.hadoop.HadoopELFunctions
 
handleError(ActionExecutor.Context, ActionExecutor, String, boolean, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand
Takes care of errors.
handleNonTransient(ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand
Takes care of non transient failures.
handleShellOutput(Process, boolean) - Method in class org.apache.oozie.action.hadoop.ShellMain
Print the output written by the Shell execution in its stdout/stderr.
handleTransient(ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand
Takes care of Transient failures.
handleUserRetry(WorkflowActionBean) - Method in class org.apache.oozie.command.wf.ActionXCommand
Execute retry for action if this action is eligible for user-retry
hasEnded() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
hashCode() - Method in class org.apache.oozie.BundleActionId
 
hashCode() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
hashCode() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
hashCode() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
hashCode() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
hasIdSwap(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
hasIdSwap(RunningJob, String, String, Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
hasOutputData(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
hasStatsData(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
Check whether runningJob has stats data or not
hasTransientVar(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
HIVE_EXEC_L4J_PROPS - Static variable in class org.apache.oozie.action.hadoop.HiveMain
 
HIVE_L4J_PROPS - Static variable in class org.apache.oozie.action.hadoop.HiveMain
 
HIVE_SITE_CONF - Static variable in class org.apache.oozie.action.hadoop.HiveMain
 
HiveActionExecutor - Class in org.apache.oozie.action.hadoop
 
HiveActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.HiveActionExecutor
 
HiveMain - Class in org.apache.oozie.action.hadoop
 
HiveMain() - Constructor for class org.apache.oozie.action.hadoop.HiveMain
 
HostnameFilter - Class in org.apache.oozie.servlet
Filter that resolves the requester hostname.
HostnameFilter() - Constructor for class org.apache.oozie.servlet.HostnameFilter
 
HOSTS - Static variable in class org.apache.oozie.service.ProxyUserService
 
HOUR - Static variable in class org.apache.oozie.coord.CoordELEvaluator
 
HOUR - Static variable in class org.apache.oozie.util.PropertiesUtils
 
HOURS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
hoursInDay(Calendar) - Static method in class org.apache.oozie.util.DateUtils
This function returns number of hour in a day when given a Calendar with appropriate TZ.
HTTP_COMMAND - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
HTTP_COMMAND_OPTIONS - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 

I

in(Schema.Column, Object...) - Static method in class org.apache.oozie.util.db.SqlStatement
IN Condition for checking multiple values
in(Schema.Column, SqlStatement.Select) - Static method in class org.apache.oozie.util.db.SqlStatement
Sub query with IN condition
includeDataSets(Element, Configuration) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Include referred datasets into XML.
incr(String, String, long) - Method in class org.apache.oozie.util.Instrumentation
Increment an instrumentation counter.
incrActionCounter(String, int) - Method in class org.apache.oozie.command.wf.ActionXCommand
Increment the action counter in the instrumentation log.
incrCommandCounter(int) - Method in class org.apache.oozie.command.Command
Used to increment command counters.
incrCommandCounter(String, int, Instrumentation) - Static method in class org.apache.oozie.util.InstrumentUtils
Used to increment command counters.
incrCounter(String, String, int, Instrumentation) - Static method in class org.apache.oozie.util.InstrumentUtils
Convenience method to increment counters.
incrementAndGetPending() - Method in class org.apache.oozie.BundleActionBean
increment pending and return it
incrementAndGetPending() - Method in class org.apache.oozie.CoordinatorActionBean
increment pending and return it
incRetries() - Method in class org.apache.oozie.WorkflowActionBean
Increments the number of retries for the action.
incrJobCounter(int) - Method in class org.apache.oozie.command.Command
Used to increment job counters.
incrJobCounter(String, int) - Method in class org.apache.oozie.command.Command
Used to increment job counters.
incrJobCounter(String, int, Instrumentation) - Static method in class org.apache.oozie.util.InstrumentUtils
Used to increment job counters.
incrmentUserRetryCount() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
info(Object) - Method in class org.apache.oozie.util.XLog
Log a info message to the common Log.
info(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a info message and Exception to the common Log.
info(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a info message Exception to the common Log.
info(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a info message Exception to the common log and specified Logs.
inInterruptMode() - Method in class org.apache.oozie.command.Command
[to be deprecated]
inInterruptMode() - Method in class org.apache.oozie.command.XCommand
 
inInterruptMode() - Method in interface org.apache.oozie.util.XCallable
 
init(Services) - Method in class org.apache.oozie.service.ActionCheckerService
Initializes the Action Check service.
init(Services) - Method in class org.apache.oozie.service.ActionService
 
init(Services) - Method in class org.apache.oozie.service.AuthorizationService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.BundleEngineService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.CallableQueueService
Initialize the command queue service.
init(Services) - Method in class org.apache.oozie.service.CallbackService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.ConfigurationService
Initialize the log service.
init(Services) - Method in class org.apache.oozie.service.CoordinatorEngineService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.CoordinatorStoreService
Initializes the StoreService.
init(Services) - Method in class org.apache.oozie.service.CoordMaterializeTriggerService
 
init(Services) - Method in class org.apache.oozie.service.DagEngineService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.DagXLogInfoService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
init(Services) - Method in class org.apache.oozie.service.ELService
Initialize the EL service.
init(Services) - Method in class org.apache.oozie.service.GroupsService
Initializes the service.
init(Services) - Method in class org.apache.oozie.service.HadoopAccessorService
 
init(Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
 
init(Services) - Method in class org.apache.oozie.service.InstrumentationService
Initialize the instrumentation service.
init(Services) - Method in class org.apache.oozie.service.JPAService
Initializes the JPAService.
init(Services) - Method in class org.apache.oozie.service.MemoryLocksService
Initialize the memory locks service
init(Services) - Method in class org.apache.oozie.service.PauseTransitService
Initializes the PauseTransitService.
init(Services) - Method in class org.apache.oozie.service.ProxyUserService
Initializes the service.
init(Services) - Method in class org.apache.oozie.service.PurgeService
Initializes the PurgeService.
init(Services) - Method in class org.apache.oozie.service.RecoveryService
Initializes the RecoveryService.
init(Services) - Method in class org.apache.oozie.service.SchedulerService
Initialize the scheduler service.
init(Services) - Method in class org.apache.oozie.service.SchemaService
Initialize the service.
init(Services) - Method in interface org.apache.oozie.service.Service
Initialize the service.
init() - Method in class org.apache.oozie.service.Services
Initialize all services define in the Services.CONF_SERVICE_CLASSES configuration property.
init(Services) - Method in class org.apache.oozie.service.SLAStoreService
 
init(Services) - Method in class org.apache.oozie.service.StatusTransitService
Initializes the StatusTransitService.
init(Services) - Method in class org.apache.oozie.service.StoreService
Initializes the StoreService.
init(Services) - Method in class org.apache.oozie.service.UUIDService
Initialize the UUID service.
init(Services) - Method in class org.apache.oozie.service.WorkflowAppService
Initialize the workflow application service.
init(Services) - Method in class org.apache.oozie.service.WorkflowSchemaService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.XLogService
Initialize the log service.
init(FilterConfig) - Method in class org.apache.oozie.servlet.AuthFilter
Initialize the filter.
init() - Method in class org.apache.oozie.servlet.CallbackServlet
 
init(FilterConfig) - Method in class org.apache.oozie.servlet.HostnameFilter
Initializes the filter.
init(ServletConfig) - Method in class org.apache.oozie.servlet.JsonRestServlet
Initializes total request and servlet request samplers.
initActionType() - Method in class org.apache.oozie.action.ActionExecutor
Invoked once at system initialization time.
initActionType() - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
initActionType() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
initActionType() - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
initActionType() - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Initialize Action.
initEvaluators() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Initialize all the required EL Evaluators.
initInstance - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
injectCallback(ActionExecutor.Context, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
injectDefaults(Configuration, Configuration) - Static method in class org.apache.oozie.util.XConfiguration
Injects configuration key/value pairs from one configuration to another if the key does not exist in the target configuration.
injectInline(Element, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
injectRecovery(String, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
insert(WorkflowInstance) - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
Save the Workflow Instance for the given Workflow Application.
insert(WorkflowInstance) - Method in interface org.apache.oozie.workflow.WorkflowLib
Insert a workflow instance in storage.
insertAction(WorkflowActionBean) - Method in class org.apache.oozie.store.WorkflowStore
Create a new Action record in the ACTIONS table with the given Bean.
insertCallableIntoInterruptMap(XCallable<?>) - Method in class org.apache.oozie.service.CallableQueueService
insert a new callable in the Interrupt Command Map add a new element to the list or create a new list accordingly
insertCoordinatorAction(CoordinatorActionBean) - Method in class org.apache.oozie.store.CoordinatorStore
Create a new Action record in the ACTIONS table with the given Bean.
insertCoordinatorJob(CoordinatorJobBean) - Method in class org.apache.oozie.store.CoordinatorStore
Create a CoordJobBean.
insertInto(Schema.Table) - Static method in class org.apache.oozie.util.db.SqlStatement
Return a new Insert Statement
insertSLAEvent(SLAEventBean) - Method in class org.apache.oozie.store.SLAStore
Create a CoordJobBean.
insertWorkflow(WorkflowJobBean) - Method in class org.apache.oozie.store.WorkflowStore
Create a Workflow and return a WorkflowJobBean.
INSTANCE_SEPARATOR - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
INSTR_CHECK_ACTIONS_COUNTER - Static variable in class org.apache.oozie.service.ActionCheckerService
 
INSTR_CHECK_COORD_ACTIONS_COUNTER - Static variable in class org.apache.oozie.service.ActionCheckerService
 
INSTR_FAILED_AUTH_COUNTER - Static variable in class org.apache.oozie.service.AuthorizationService
 
INSTR_FAILED_JOBS_COUNTER - Static variable in class org.apache.oozie.command.wf.ActionXCommand
 
INSTR_GROUP - Static variable in class org.apache.oozie.util.db.InstrumentedBasicDataSource
 
INSTR_NAME - Static variable in class org.apache.oozie.util.db.InstrumentedBasicDataSource
 
INSTR_SUCCEEDED_JOBS_COUNTER_NAME - Static variable in class org.apache.oozie.command.wf.SignalXCommand
 
instrument(Instrumentation) - Method in class org.apache.oozie.service.CallableQueueService
Instruments the callable queue service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.ConfigurationService
Instruments the configuration service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
instrument(Instrumentation) - Method in class org.apache.oozie.service.JPAService
 
instrument(Instrumentation) - Method in class org.apache.oozie.service.MemoryLocksService
Instruments the memory locks service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.XLogService
Instruments the log service.
instrument(Instrumentation) - Method in interface org.apache.oozie.util.Instrumentable
Set the system instrumentation.
Instrumentable - Interface in org.apache.oozie.util
Managed entities (like services) that implement this interface are injected with the system Instrumentation object.
instrumentation - Variable in class org.apache.oozie.command.Command
 
instrumentation - Variable in class org.apache.oozie.command.XCommand
 
Instrumentation - Class in org.apache.oozie.util
Instrumentation framework that supports Timers, Counters, Variables and Sampler instrumentation elements.
Instrumentation() - Constructor for class org.apache.oozie.util.Instrumentation
Instrumentation constructor.
Instrumentation.Cron - Class in org.apache.oozie.util
Cron is a stopwatch that can be started/stopped several times.
Instrumentation.Cron() - Constructor for class org.apache.oozie.util.Instrumentation.Cron
Creates new Cron, stopped, in zero.
Instrumentation.Element<T> - Interface in org.apache.oozie.util
Gives access to a snapshot of an Instrumentation element (Counter, Timer).
Instrumentation.Timer - Class in org.apache.oozie.util
Timer Instrumentation element.
Instrumentation.Variable<T> - Interface in org.apache.oozie.util
Interface for instrumentation variables.
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.command.XCommand
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.service.ActionCheckerService
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.service.AuthorizationService
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.servlet.JsonRestServlet
Name of the instrumentation group for the WS layer, value is 'webservices'.
InstrumentationService - Class in org.apache.oozie.service
This service provides an Instrumentation instance configured to support samplers.
InstrumentationService() - Constructor for class org.apache.oozie.service.InstrumentationService
 
InstrumentedBasicDataSource - Class in org.apache.oozie.util.db
 
InstrumentedBasicDataSource() - Constructor for class org.apache.oozie.util.db.InstrumentedBasicDataSource
The created datasource instruments the active DB connections.
InstrumentUtils - Class in org.apache.oozie.util
Instrument utilities.
InstrumentUtils() - Constructor for class org.apache.oozie.util.InstrumentUtils
 
INTERRUPT_TYPES - Static variable in class org.apache.oozie.service.CallableQueueService
 
IOUtils - Class in org.apache.oozie.util
IO Utility methods.
IOUtils() - Constructor for class org.apache.oozie.util.IOUtils
 
isActive(String) - Static method in class org.apache.oozie.FaultInjection
 
isActive() - Method in class org.apache.oozie.FaultInjection
 
isActive() - Method in class org.apache.oozie.store.Store
Check if transaction is active
isAdmin(String) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user has admin privileges.
isAuthorizationEnabled() - Method in class org.apache.oozie.service.AuthorizationService
Return if security is enabled or not.
isClosed() - Method in class org.apache.oozie.store.Store
 
isComplete() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action is complete.
isCompleted(String) - Method in class org.apache.oozie.action.ActionExecutor
Return if the external status indicates that the action has completed.
isCompleted(String) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
 
isCritical() - Method in class org.apache.oozie.BundleActionBean
Return if the action is critical.
isDebugEnabled() - Method in class org.apache.oozie.util.XLog
Return if debug logging is enabled.
isDetached(Object) - Method in class org.apache.oozie.store.Store
 
isDoneMaterialization() - Method in class org.apache.oozie.CoordinatorJobBean
Return if the action is done with materialization
isDSTChangeDay(Calendar) - Static method in class org.apache.oozie.util.DateUtils
Determine whether a specific date is on DST change day
isEnded() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns whether setEndData has been called or not.
isEndState() - Method in enum org.apache.oozie.workflow.WorkflowInstance.Status
Return if the status if an end state (it cannot change anymore).
isEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for equality check
isErrorEnabled() - Method in class org.apache.oozie.util.XLog
Return if error logging is enabled.
isExecuted() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns whether setExecutionData has been called or not.
isExecutionComplete() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action execution is complete.
isFatalEnabled() - Method in class org.apache.oozie.util.XLog
Return if fatal logging is enabled.
isFilterPresent() - Method in class org.apache.oozie.util.XLogStreamer.Filter
 
isHsqlConnection(Connection) - Static method in class org.apache.oozie.util.db.Schema
Checks if the given connection's driver is HSQL Database Driver
isInfoEnabled() - Method in class org.apache.oozie.util.XLog
Return if info logging is enabled.
isLike(Schema.Column, String) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate condition statement for IS LIKE
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundlePurgeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordPurgeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.JobXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.KillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.NotificationXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.PurgeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.XCommand
Indicate if the the command requires locking.
isMainDone(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
isMainSuccessful(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
isMember(String, String[], String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether an item is a member of an array of string
isMySqlConnection(Connection) - Static method in class org.apache.oozie.util.db.Schema
Checks if the given connection's driver is MySQL Database Driver
isNotEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate InEquality Condition statement
isNotLike(Schema.Column, String) - Static method in class org.apache.oozie.util.db.SqlStatement
Generates condition statement for IS NOT LIKE
isNotNull(Schema.Column) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate condition statement for IS NOT NULL
isNull(Schema.Column) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate condition statement for IS NULL
isPending() - Method in class org.apache.oozie.BundleActionBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.BundleJobBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.CoordinatorActionBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.CoordinatorJobBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action is pending.
isPrimaryKey() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
isPrimaryKey() - Method in interface org.apache.oozie.util.db.Schema.Column
Returns if the field is a primary key or not
isReQueueRequired() - Method in class org.apache.oozie.command.XCommand
Indicate if the the command requires to requeue itself if the lock is not acquired.
isRetry() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return if the executor invocation is a retry or not.
isRetry() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
isRetryOrManual() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action is START_RETRY or START_MANUAL or END_RETRY or END_MANUAL.
isSecurityEnabled() - Method in class org.apache.oozie.service.AuthorizationService
Deprecated. 
isStarted() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns whether setStartData has been called or not.
isSuspended() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
isTerminalStatus() - Method in class org.apache.oozie.CoordinatorActionBean
 
isTraceEnabled() - Method in class org.apache.oozie.util.XLog
Return if trace logging is enabled.
isUserInGroup(String, String) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user belongs to the group or not.
isUserRetry() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Return if the executor invocation is a user retry or not.
isUserRetry() - Method in class org.apache.oozie.WorkflowActionBean
Return true if the action is USER_RETRY
isV1CoordjobKillable(CoordinatorJobBean) - Static method in class org.apache.oozie.util.StatusUtils
If namespace 0.1 is used and backward support is true, SUCCEEDED coord job can be killed
isValid(String) - Method in class org.apache.oozie.service.CallbackService
Return if a callback URL is valid or not.
isValidIdentifier(String) - Static method in class org.apache.oozie.util.ParamChecker
Return if the specified token is a valid Java identifier.
isWarnEnabled() - Method in class org.apache.oozie.util.XLog
Return if warn logging is enabled.
iterator() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return an iterator over all the PriorityDelayQueue.QueueElement elements (both expired and unexpired) in this queue.

J

JavaActionExecutor - Class in org.apache.oozie.action.hadoop
 
JavaActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.JavaActionExecutor
 
JavaActionExecutor(String) - Constructor for class org.apache.oozie.action.hadoop.JavaActionExecutor
 
job - Variable in class org.apache.oozie.command.TransitionXCommand
 
JOB - Static variable in class org.apache.oozie.service.DagXLogInfoService
Job log info constant.
JOB_TRACKER_WHITELIST - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
jobId - Variable in class org.apache.oozie.command.RerunTransitionXCommand
 
JobsXCommand - Class in org.apache.oozie.command.wf
 
JobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.wf.JobsXCommand
Constructor taking the filter information
JobUtils - Class in org.apache.oozie.util
Job utilities.
JobUtils() - Constructor for class org.apache.oozie.util.JobUtils
 
JobXCommand - Class in org.apache.oozie.command.wf
This Xcommand is returning the workflow with action within the range.
JobXCommand(String) - Constructor for class org.apache.oozie.command.wf.JobXCommand
 
JobXCommand(String, int, int) - Constructor for class org.apache.oozie.command.wf.JobXCommand
Constructor used to retrieve WF Job
JoinNodeDef - Class in org.apache.oozie.workflow.lite
 
JoinNodeDef(String, String) - Constructor for class org.apache.oozie.workflow.lite.JoinNodeDef
 
JoinNodeDef.JoinNodeHandler - Class in org.apache.oozie.workflow.lite
 
JoinNodeDef.JoinNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
JPAExecutor<T> - Interface in org.apache.oozie.executor.jpa
Executor pattern interface that gives access to an EntityManager.
JPAExecutorException - Exception in org.apache.oozie.executor.jpa
Exception thrown by JPAExecutors.
JPAExecutorException(XException) - Constructor for exception org.apache.oozie.executor.jpa.JPAExecutorException
Create an jpa executor exception from a XException.
JPAExecutorException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.executor.jpa.JPAExecutorException
Create an jpa executor exception.
JPAService - Class in org.apache.oozie.service
Service that manages JPA and executes JPAExecutor.
JPAService() - Constructor for class org.apache.oozie.service.JPAService
 
JsonBean - Interface in org.apache.oozie.client.rest
Inteface for beans that serialize into JSON.
JsonBundleJob - Class in org.apache.oozie.client.rest
 
JsonBundleJob() - Constructor for class org.apache.oozie.client.rest.JsonBundleJob
 
JsonCoordinatorAction - Class in org.apache.oozie.client.rest
 
JsonCoordinatorAction() - Constructor for class org.apache.oozie.client.rest.JsonCoordinatorAction
 
JsonCoordinatorJob - Class in org.apache.oozie.client.rest
 
JsonCoordinatorJob() - Constructor for class org.apache.oozie.client.rest.JsonCoordinatorJob
 
JsonRestServlet - Class in org.apache.oozie.servlet
Base class for Oozie web service API Servlets.
JsonRestServlet(String, JsonRestServlet.ResourceInfo...) - Constructor for class org.apache.oozie.servlet.JsonRestServlet
Creates a servlet with a specified instrumentation sampler name for its requests.
JsonRestServlet.ParameterInfo - Class in org.apache.oozie.servlet
This bean defines a query string parameter.
JsonRestServlet.ParameterInfo(String, Class, boolean, List<String>) - Constructor for class org.apache.oozie.servlet.JsonRestServlet.ParameterInfo
Creates a ParameterInfo with querystring parameter definition.
JsonRestServlet.ResourceInfo - Class in org.apache.oozie.servlet
This bean defines a REST resource.
JsonRestServlet.ResourceInfo(String, List<String>, List<JsonRestServlet.ParameterInfo>) - Constructor for class org.apache.oozie.servlet.JsonRestServlet.ResourceInfo
Creates a ResourceInfo with a REST resource definition.
JsonSLAEvent - Class in org.apache.oozie.client.rest
 
JsonSLAEvent() - Constructor for class org.apache.oozie.client.rest.JsonSLAEvent
 
JsonSLAEvent(JSONObject) - Constructor for class org.apache.oozie.client.rest.JsonSLAEvent
 
JsonWorkflowAction - Class in org.apache.oozie.client.rest
Json Bean that represents an Oozie workflow node.
JsonWorkflowAction() - Constructor for class org.apache.oozie.client.rest.JsonWorkflowAction
 
JsonWorkflowJob - Class in org.apache.oozie.client.rest
Json Bean that represents an Oozie workflow job.
JsonWorkflowJob() - Constructor for class org.apache.oozie.client.rest.JsonWorkflowJob
 

K

KB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
KiloByte constant (1024).
KB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
KERBEROS_AUTH_ENABLED - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
KERBEROS_KEYTAB - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
KERBEROS_PRINCIPAL - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ActionExecutor
Kill an action.
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Kill ssh action.
kill(String) - Method in class org.apache.oozie.BaseEngine
Kill a job.
kill(String) - Method in class org.apache.oozie.BundleEngine
 
kill(String) - Method in class org.apache.oozie.CoordinatorEngine
 
kill(String) - Method in class org.apache.oozie.DagEngine
Kill a job.
kill(String) - Method in class org.apache.oozie.LocalOozieClient
Kill a workflow job.
kill(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Kill a coordinator job.
kill(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.EndNodeDef.EndNodeHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
kill() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
 
kill() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Kill the instance.
killChildren() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
killChildren() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
killChildren() - Method in class org.apache.oozie.command.KillTransitionXCommand
 
killJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
killJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
killJob() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
KillNodeDef - Class in org.apache.oozie.workflow.lite
 
KillNodeDef(String, String) - Constructor for class org.apache.oozie.workflow.lite.KillNodeDef
 
KillNodeDef.KillNodeHandler - Class in org.apache.oozie.workflow.lite
 
KillNodeDef.KillNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
KillTransitionXCommand - Class in org.apache.oozie.command
This is transition Base commands for all the jobs.
KillTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.KillTransitionXCommand
 
KillXCommand - Class in org.apache.oozie.command.wf
Kill workflow job and its workflow instance and queue a WorkflowActionKillXCommand to kill the workflow actions.
KillXCommand(String) - Constructor for class org.apache.oozie.command.wf.KillXCommand
 

L

LATEST - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
LauncherMain - Class in org.apache.oozie.action.hadoop
 
LauncherMain() - Constructor for class org.apache.oozie.action.hadoop.LauncherMain
 
LauncherMapper<K1,V1,K2,V2> - Class in org.apache.oozie.action.hadoop
 
LauncherMapper() - Constructor for class org.apache.oozie.action.hadoop.LauncherMapper
 
lessThan(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for LESS THAN condition checking
lessThanOrEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for LESS THAN OR EQUAL condition checking
limit(int, int) - Method in class org.apache.oozie.util.db.SqlStatement.Select
Setting the offset and limit for LIMIT clause
liteExecute(NodeHandler.Context) - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Delegation method used by the Action and Decision NodeHandler on start.
liteFail(NodeHandler.Context) - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Delegation method used when failing actions.
liteKill(NodeHandler.Context) - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Delegation method used when killing actions.
LiteWorkflowApp - Class in org.apache.oozie.workflow.lite
 
LiteWorkflowApp(String, String, StartNodeDef) - Constructor for class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
LiteWorkflowAppParser - Class in org.apache.oozie.workflow.lite
Class to parse and validate workflow xml
LiteWorkflowAppParser(Schema, Class<? extends DecisionNodeHandler>, Class<? extends ActionNodeHandler>) - Constructor for class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
LiteWorkflowAppService - Class in org.apache.oozie.service
Service that provides workflow application definition reading, parsing and creating proto configuration.
LiteWorkflowAppService() - Constructor for class org.apache.oozie.service.LiteWorkflowAppService
 
LiteWorkflowInstance - Class in org.apache.oozie.workflow.lite
 
LiteWorkflowInstance() - Constructor for class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
LiteWorkflowInstance(LiteWorkflowApp, Configuration, String) - Constructor for class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
LiteWorkflowLib - Class in org.apache.oozie.workflow.lite
 
LiteWorkflowLib(Schema, Class<? extends DecisionNodeHandler>, Class<? extends ActionNodeHandler>) - Constructor for class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
LiteWorkflowStoreService - Class in org.apache.oozie.service
 
LiteWorkflowStoreService() - Constructor for class org.apache.oozie.service.LiteWorkflowStoreService
 
LiteWorkflowStoreService.LiteActionHandler - Class in org.apache.oozie.service
 
LiteWorkflowStoreService.LiteActionHandler() - Constructor for class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
LiteWorkflowStoreService.LiteDecisionHandler - Class in org.apache.oozie.service
 
LiteWorkflowStoreService.LiteDecisionHandler() - Constructor for class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
loadActionConf() - Method in class org.apache.oozie.action.hadoop.ShellMain
Read action configuration passes through action xml file.
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundlePurgeXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordPurgeXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.JobXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.KillXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.NotificationXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.PurgeXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
loadState() - Method in class org.apache.oozie.command.XCommand
Load the necessary state to perform the precondition check and to execute the command.
LOCAL - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
LocalOozie - Class in org.apache.oozie.local
LocalOozie runs workflows in an embedded Oozie instance .
LocalOozie() - Constructor for class org.apache.oozie.local.LocalOozie
 
LocalOozieClient - Class in org.apache.oozie
Client API to submit and manage Oozie workflow jobs against an Oozie intance.
LocalOozieClient(DagEngine) - Constructor for class org.apache.oozie.LocalOozieClient
Create a workflow client for Oozie local use.
LocalOozieClientCoord - Class in org.apache.oozie
Client API to submit and manage Oozie coordinator jobs against an Oozie intance.
LocalOozieClientCoord(CoordinatorEngine) - Constructor for class org.apache.oozie.LocalOozieClientCoord
Create a coordinator client for Oozie local use.
lock(String) - Method in class org.apache.oozie.command.Command
 
lock - Variable in class org.apache.oozie.util.PriorityDelayQueue
 
LOCK_FAILURE_REQUEUE_INTERVAL - Static variable in class org.apache.oozie.command.Command
 
LOCK_TIMEOUT - Static variable in class org.apache.oozie.store.CoordinatorStore
 
LOCK_TIMEOUT - Static variable in class org.apache.oozie.store.WorkflowStore
 
lockTimeout - Static variable in interface org.apache.oozie.service.Service
Lock timeout value if service is only allowed to have one single running instance.
log - Variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
LOG - Variable in class org.apache.oozie.command.XCommand
 
LOG4J_FILE - Static variable in class org.apache.oozie.service.XLogService
System property that indicates the log4j configuration file to load.
LOG4J_RELOAD - Static variable in class org.apache.oozie.service.XLogService
System property that indicates the reload interval of the configuration file.
logInfo - Variable in class org.apache.oozie.command.XCommand
 
logMasking(String, Collection<String>, Iterable) - Static method in class org.apache.oozie.action.hadoop.LauncherMain
Write to STDOUT (the task log) the Configuration/Properties values.
logQueueCallableFalse(List<? extends XCallable<Void>>) - Method in class org.apache.oozie.command.Command
Logging the info if failed to queue the callables.
LogUtils - Class in org.apache.oozie.util
logging utilities.
LogUtils() - Constructor for class org.apache.oozie.util.LogUtils
 
loopDetection(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
loopDetection(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 

M

main(String[]) - Static method in class org.apache.oozie.action.hadoop.HiveMain
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.MapReduceMain
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.PigMain
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.PigMainWithOldAPI
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.PipesMain
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.ShellMain
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.SqoopMain
 
main(String[]) - Static method in class org.apache.oozie.action.hadoop.StreamingMain
 
main(String[]) - Static method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
For preliminery testing.
MANDATORY_OOZIE_CONFS - Static variable in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
map(K1, V1, OutputCollector<K2, V2>, Reporter) - Method in class org.apache.oozie.action.hadoop.LauncherMapper
 
MAP_IN - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
MAP_IN - Static variable in class org.apache.oozie.util.PropertiesUtils
 
MAP_OUT - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
MAP_OUT - Static variable in class org.apache.oozie.util.PropertiesUtils
 
MapReduceActionExecutor - Class in org.apache.oozie.action.hadoop
 
MapReduceActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
MapReduceMain - Class in org.apache.oozie.action.hadoop
 
MapReduceMain() - Constructor for class org.apache.oozie.action.hadoop.MapReduceMain
 
maskPasswords(Configuration) - Static method in class org.apache.oozie.service.ConfigurationService
Return a configuration with all sensitive values masked.
matches(ArrayList<String>) - Method in class org.apache.oozie.util.XLogStreamer.Filter
Checks if the logLevel and logMessage goes through the logFilter.
materialize() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
materialize() - Method in class org.apache.oozie.command.MaterializeTransitionXCommand
Materialize the actions for current job
materializeActions(boolean) - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
Create action instances starting from "startMatdTime" to "endMatdTime" and store them into coord action table.
materializeDataEvents(List<Element>, SyncCoordAction, Configuration, StringBuffer) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Materialize all / or / tags Create uris for resolved instances.
materializeInstance(Element, String, SyncCoordAction, Configuration, ELEvaluator) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Materialize one instance like current(-2)
materializeJobs(boolean, CoordinatorJobBean, Configuration, CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
Create action instances starting from "start-time" to end-time" and store them into Action table.
materializeOneInstance(String, boolean, Element, Date, Date, int, Configuration, CoordinatorActionBean) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Materialize one instance for specific nominal time.
materializeSLA(Element, Date, Configuration) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
MaterializeTransitionXCommand - Class in org.apache.oozie.command
Transition command for materialize the job.
MaterializeTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.MaterializeTransitionXCommand
The constructor for abstract class MaterializeTransitionXCommand
MaterializeTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.MaterializeTransitionXCommand
The constructor for abstract class MaterializeTransitionXCommand
MAX_EXTERNAL_STATS_SIZE - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
MAX_EXTERNAL_STATS_SIZE_DEFAULT - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
MAX_RETRIES - Static variable in class org.apache.oozie.action.ActionExecutor
 
MB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
MegaByte constant (1024 KB).
MB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
MemoryLocks - Class in org.apache.oozie.util
In memory resource locking that provides READ/WRITE lock capabilities.
MemoryLocks() - Constructor for class org.apache.oozie.util.MemoryLocks
 
MemoryLocks.LockToken - Class in org.apache.oozie.util
Lock token returned when obtaining a lock, the token must be released when the lock is not needed anymore.
MemoryLocksService - Class in org.apache.oozie.service
 
MemoryLocksService() - Constructor for class org.apache.oozie.service.MemoryLocksService
 
mergeDefaultConfig() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
Merge default configuration with user-defined configuration.
mergeDefaultConfig() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Merge default configuration with user-defined configuration.
MINUTE - Static variable in class org.apache.oozie.coord.CoordELEvaluator
 
MINUTE - Static variable in class org.apache.oozie.util.PropertiesUtils
 
MINUTES - Static variable in class org.apache.oozie.util.PropertiesUtils
 
modeTag - Variable in class org.apache.oozie.servlet.BaseAdminServlet
 
MONTH - Static variable in class org.apache.oozie.util.PropertiesUtils
 
move(ActionExecutor.Context, Path, Path, boolean) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
Move source to target
moveToEnd(Calendar, TimeUnit) - Static method in class org.apache.oozie.util.DateUtils
Move the any date-time to the end of the duration.
MRStats - Class in org.apache.oozie.action.hadoop
Class to collect statistics for Map-Reduce action.
MRStats(Counters) - Constructor for class org.apache.oozie.action.hadoop.MRStats
 
multiExit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
multiExit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
multiExit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 

N

name - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
name() - Method in interface org.apache.oozie.util.db.Schema.Table
Name of the Table
NAME_NODE_WHITELIST - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
next() - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Move the Result Set to next record
NODE_DEF_VERSION_0 - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
NODE_DEF_VERSION_1 - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
NODE_VAR_SEPARATOR - Static variable in interface org.apache.oozie.workflow.WorkflowInstance
Separator to qualify variables belonging to a node.
NodeDef - Class in org.apache.oozie.workflow.lite
This node definition is serialized object and should provide readFields() and write() for read and write of fields in this class.
NodeHandler - Class in org.apache.oozie.workflow.lite
 
NodeHandler() - Constructor for class org.apache.oozie.workflow.lite.NodeHandler
 
NodeHandler.Context - Interface in org.apache.oozie.workflow.lite
 
normalizeAppPath(String, String, Configuration) - Static method in class org.apache.oozie.util.JobUtils
Normalize appPath in job conf with the provided user/group - If it's not jobs via proxy submission, after normalization appPath always points to job's Xml definition file.
notBetween(Schema.Column, Object, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
NOT BETWEEN range checking statement
notEmpty(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a string is not null and not empty.
notEmptyElements(List<String>, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a list is not null and that none of its elements is null.
NotificationXCommand - Class in org.apache.oozie.command.wf
 
NotificationXCommand(WorkflowJobBean) - Constructor for class org.apache.oozie.command.wf.NotificationXCommand
 
NotificationXCommand(WorkflowJobBean, WorkflowActionBean) - Constructor for class org.apache.oozie.command.wf.NotificationXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.TransitionXCommand
This will be used to notify the parent about the status of that perticular job.
notIn(Schema.Column, Object...) - Static method in class org.apache.oozie.util.db.SqlStatement
NOT IN Condition for checking multiple values
notIn(Schema.Column, SqlStatement.Select) - Static method in class org.apache.oozie.util.db.SqlStatement
Sub query with NOT IN condition
notNull(T, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a value is not null.
notNullElements(List<T>, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a list is not null and that none of its elements is null.

O

offer(PriorityDelayQueue.QueueElement<E>) - Method in class org.apache.oozie.util.PriorityDelayQueue
Insert the specified element into the queue.
offer(PriorityDelayQueue.QueueElement<E>, long, TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue
Insert the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
OK - Static variable in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
OOZIE_ACTION_CONF_XML - Static variable in class org.apache.oozie.action.hadoop.ShellMain
 
OOZIE_ACTION_EXTERNAL_STATS_WRITE - Static variable in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
OOZIE_COMMON_LIBDIR - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
OOZIE_CONFIG_DIR - Static variable in class org.apache.oozie.service.ConfigurationService
System property that indicates the configuration directory.
OOZIE_CONFIG_FILE - Static variable in class org.apache.oozie.service.ConfigurationService
System property that indicates the name of the site configuration file to load.
OOZIE_DATA_DIR - Static variable in class org.apache.oozie.service.ConfigurationService
System property that indicates the data directory.
OOZIE_HOME_DIR - Static variable in class org.apache.oozie.service.Services
Environment variable that indicates the location of the Oozie home directory.
OOZIE_LAUNCHER_CHILD_ENV - Variable in class org.apache.oozie.action.hadoop.ShellActionExecutor
Config property name to set the child environment
OOZIE_LOG_DIR - Static variable in class org.apache.oozie.service.XLogService
System property that indicates the logs directory.
OoziePigStats - Class in org.apache.oozie.action.hadoop
Class to collect the Pig statistics for a Pig action
OoziePigStats(PigStats) - Constructor for class org.apache.oozie.action.hadoop.OoziePigStats
 
OozieSchema - Class in org.apache.oozie.store
 
OozieSchema() - Constructor for class org.apache.oozie.store.OozieSchema
 
OozieSchema.OozieColumn - Enum in org.apache.oozie.store
 
OozieSchema.OozieIndex - Enum in org.apache.oozie.store
 
OozieSchema.OozieTable - Enum in org.apache.oozie.store
 
OPS - Static variable in class org.apache.oozie.util.XLog
Mask for tee logging to the OPS log.
OPTIONAL_OOZIE_CONFS - Static variable in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
or(SqlStatement.Condition...) - Static method in class org.apache.oozie.util.db.SqlStatement
Logical OR condition generator
orderBy(Schema.Column, boolean) - Method in class org.apache.oozie.util.db.SqlStatement.Select
Sets the column to sort and the order of sort
orderBy(Schema.Column, boolean, Schema.Column, boolean) - Method in class org.apache.oozie.util.db.SqlStatement.Select
To sort 2 columns
org.apache.oozie - package org.apache.oozie
 
org.apache.oozie.action - package org.apache.oozie.action
 
org.apache.oozie.action.decision - package org.apache.oozie.action.decision
 
org.apache.oozie.action.email - package org.apache.oozie.action.email
 
org.apache.oozie.action.hadoop - package org.apache.oozie.action.hadoop
 
org.apache.oozie.action.oozie - package org.apache.oozie.action.oozie
 
org.apache.oozie.action.ssh - package org.apache.oozie.action.ssh
 
org.apache.oozie.client.rest - package org.apache.oozie.client.rest
 
org.apache.oozie.command - package org.apache.oozie.command
 
org.apache.oozie.command.bundle - package org.apache.oozie.command.bundle
 
org.apache.oozie.command.coord - package org.apache.oozie.command.coord
 
org.apache.oozie.command.wf - package org.apache.oozie.command.wf
 
org.apache.oozie.coord - package org.apache.oozie.coord
 
org.apache.oozie.executor.jpa - package org.apache.oozie.executor.jpa
 
org.apache.oozie.local - package org.apache.oozie.local
 
org.apache.oozie.service - package org.apache.oozie.service
 
org.apache.oozie.servlet - package org.apache.oozie.servlet
 
org.apache.oozie.store - package org.apache.oozie.store
 
org.apache.oozie.test - package org.apache.oozie.test
 
org.apache.oozie.util - package org.apache.oozie.util
 
org.apache.oozie.util.db - package org.apache.oozie.util.db
 
org.apache.oozie.workflow - package org.apache.oozie.workflow
 
org.apache.oozie.workflow.lite - package org.apache.oozie.workflow.lite
 

P

ParamChecker - Class in org.apache.oozie.util
Utility class to check common parameter preconditions.
ParamChecker() - Constructor for class org.apache.oozie.util.ParamChecker
 
parse(ResultSet) - Static method in class org.apache.oozie.util.db.SqlStatement
Create the ResultSetReader object that has the methods to access the data from the result set
parseChangeValue(String) - Static method in class org.apache.oozie.util.JobUtils
This Function will parse the value of the changed values in key value manner.
parseDateUTC(String) - Static method in class org.apache.oozie.util.DateUtils
 
parseDef(Configuration, String) - Method in class org.apache.oozie.service.LiteWorkflowAppService
Parse workflow definition.
parseDef(String) - Method in class org.apache.oozie.service.LiteWorkflowAppService
 
parseDef(Configuration, String) - Method in class org.apache.oozie.service.WorkflowAppService
Parse workflow definition.
parseDef(String) - Method in class org.apache.oozie.service.WorkflowAppService
Parse workflow definition.
parseDef(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
parseDef(String) - Method in interface org.apache.oozie.workflow.WorkflowLib
Parse a workflow application definition.
parseFilter(String) - Method in class org.apache.oozie.DagEngine
Validate a jobs filter.
parseXml(String) - Static method in class org.apache.oozie.util.XmlUtils
Parse a string assuming it is a valid XML document and return an JDOM Element for it.
parseXml(InputStream) - Static method in class org.apache.oozie.util.XmlUtils
Parse a inputstream assuming it is a valid XML document and return an JDOM Element for it.
pauseChildren() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
pauseChildren() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
pauseChildren() - Method in class org.apache.oozie.command.PauseTransitionXCommand
pause actions associated with the job
PauseTransitionXCommand - Class in org.apache.oozie.command
Transition command for pause the job.
PauseTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.PauseTransitionXCommand
The constructor for abstract class PauseTransitionXCommand
PauseTransitService - Class in org.apache.oozie.service
PauseTransitService is the runnable which is scheduled to run at the configured interval, it checks all bundles to see if they should be paused, un-paused or started.
PauseTransitService() - Constructor for class org.apache.oozie.service.PauseTransitService
 
PB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
PetaByte constant (1024 TB).
PB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
peek() - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve, but does not remove, the head of this queue, or returns null if this queue is empty.
ph1_coord_actionId_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_actualTime_echo_wrap() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_current_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_dataIn_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_dataOut_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_dateOffset_echo(String, String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_days(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used in defining the frequency in 'day' unit.
ph1_coord_daysInMonth_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_endOfDays(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used in defining the frequency in 'day' unit and specify the "end of day" property.
ph1_coord_endOfMonths(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used in defining the frequency in 'month' unit and specify the "end of month" property.
ph1_coord_formatTime_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_future_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_hours(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used in defining the frequency in 'hour' unit.
ph1_coord_hoursInDay_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_latest_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_minutes(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used in defining the frequency in 'minute' unit.
ph1_coord_months(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used in defining the frequency in 'month' unit.
ph1_coord_name_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_nominalTime_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_nominalTime_echo_fixed() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_nominalTime_echo_wrap() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_tzOffset_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_actionId() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return Action Id.
ph2_coord_actualTime() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return Action Start time.
ph2_coord_current(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in UTC of n-th dataset instance.
ph2_coord_current_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_dateOffset(String, int, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Returns the a date string while given a base date in 'strBaseDate', offset and unit (e.g.
ph2_coord_daysInMonth(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Calculate number of days in one month for n-th dataset instance.
ph2_coord_formatTime(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Convert from standard date-time formatting to a desired format.
ph2_coord_future_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_hoursInDay(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine how many hours is on the date of n-th dataset instance.
ph2_coord_latest_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_name() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return Job Name.
ph2_coord_nominalTime() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return nominal time or Action Creation Time.
ph2_coord_tzOffset() - Static method in class org.apache.oozie.coord.CoordELFunctions
Calculate the difference of timezone offset in minutes between dataset and coordinator job.
ph3_coord_actionId() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_actualTime() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_dataIn(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used to specify a list of URI's that are used as input dir to the workflow job.
ph3_coord_dataOut(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Used to specify a list of URI's that are output dir of the workflow job.
ph3_coord_dateOffset(String, int, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_daysInMonth(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_formatTime(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_future(int, int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in UTC of n-th future available dataset instance from nominal Time but not beyond the instance specified as 'instance.
ph3_coord_hoursInDay(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_latest(int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in UTC of n-th latest available dataset instance.
ph3_coord_name() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_nominalTime() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_tzOffset() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
PigActionExecutor - Class in org.apache.oozie.action.hadoop
 
PigActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.PigActionExecutor
 
PigMain - Class in org.apache.oozie.action.hadoop
 
PigMain() - Constructor for class org.apache.oozie.action.hadoop.PigMain
 
PigMainWithOldAPI - Class in org.apache.oozie.action.hadoop
 
PigMainWithOldAPI() - Constructor for class org.apache.oozie.action.hadoop.PigMainWithOldAPI
 
PipesMain - Class in org.apache.oozie.action.hadoop
 
PipesMain() - Constructor for class org.apache.oozie.action.hadoop.PipesMain
 
poll() - Method in class org.apache.oozie.util.PollablePriorityDelayQueue
Retrieve and remove the head of this queue if it is eligible to poll.
poll() - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve and remove the head of this queue, or return null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
PollablePriorityDelayQueue<E> - Class in org.apache.oozie.util
 
PollablePriorityDelayQueue(int, long, TimeUnit, int) - Constructor for class org.apache.oozie.util.PollablePriorityDelayQueue
 
populateOozieMode(JSONObject) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
populateOozieMode(JSONObject) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
populateOozieMode(JSONObject) - Method in class org.apache.oozie.servlet.V1AdminServlet
 
PreconditionException - Exception in org.apache.oozie.command
 
PreconditionException(XException) - Constructor for exception org.apache.oozie.command.PreconditionException
Create a verifyXCommand exception for verify conditions purposes.
PreconditionException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.command.PreconditionException
Create a verifyXCommand exception for verify conditions purposes.
prepare(PreparedStatement) - Method in class org.apache.oozie.util.db.SqlStatement
Assign the values to Prepared Statement.
prepare(Connection) - Method in class org.apache.oozie.util.db.SqlStatement
Prepare the SQL Statement.
prepareActionDir(FileSystem, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
PrepareActionsDriver - Class in org.apache.oozie.action.hadoop
Utility class to perform operations on the prepare block of Workflow
PrepareActionsDriver() - Constructor for class org.apache.oozie.action.hadoop.PrepareActionsDriver
 
prepareAndSetValues(Connection) - Method in class org.apache.oozie.util.db.SqlStatement
Prepare the SQL Statement that is generated and assign the values to prepared statement.
prepareForBatch(Connection, List<? extends Map<Object, Object>>, PreparedStatement) - Method in class org.apache.oozie.util.db.SqlStatement
Preparing Multiple statements for batch execution.
prettyPrint(Element) - Static method in class org.apache.oozie.util.XmlUtils
Return a pretty print string for a JDOM Element.
prettyPrint(String) - Static method in class org.apache.oozie.util.XmlUtils
Return a pretty print string for a XML string.
prettyPrint(Configuration) - Static method in class org.apache.oozie.util.XmlUtils
Return a pretty print string for a Configuration object.
prevPending - Variable in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
prevPending - Variable in class org.apache.oozie.command.coord.CoordRerunXCommand
 
prevStatus - Variable in class org.apache.oozie.command.RerunTransitionXCommand
 
printCommand(ArrayList<String>, Map<String, String>) - Method in class org.apache.oozie.action.hadoop.ShellMain
Print the command including the arguments as well as the environment setup
printContentsOfCurrentDir() - Method in class org.apache.oozie.action.hadoop.LauncherMapper
Print files and directories in current directory.
priorities - Variable in class org.apache.oozie.util.PriorityDelayQueue
 
PriorityDelayQueue<E> - Class in org.apache.oozie.util
A Queue implementation that support queuing elements into the future and priority queuing.
PriorityDelayQueue(int, long, TimeUnit, int) - Constructor for class org.apache.oozie.util.PriorityDelayQueue
Create a PriorityDelayQueue.
PriorityDelayQueue.QueueElement<E> - Class in org.apache.oozie.util
Element wrapper required by the queue.
PriorityDelayQueue.QueueElement(E, int, long, TimeUnit) - Constructor for class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Create an Element wrapper.
PriorityDelayQueue.QueueElement(E) - Constructor for class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Create an Element wrapper with no delay and minimum priority.
processCallback(String, String, Properties) - Method in class org.apache.oozie.DagEngine
Process an action callback.
processLog() - Method in class org.apache.oozie.util.XLogReader
Processes the Given Log and writes the output after applying the filters.
propertiesToString(Properties) - Static method in class org.apache.oozie.util.PropertiesUtils
 
PropertiesUtils - Class in org.apache.oozie.util
 
PropertiesUtils() - Constructor for class org.apache.oozie.util.PropertiesUtils
 
ProxyUserService - Class in org.apache.oozie.service
The ProxyUserService checks if a user of a request has proxyuser privileges.
ProxyUserService() - Constructor for class org.apache.oozie.service.ProxyUserService
 
purge(long, int) - Method in class org.apache.oozie.store.CoordinatorStore
Purge the coordinators completed older than given days.
purge(long, int) - Method in class org.apache.oozie.store.WorkflowStore
Purge the Workflows Completed older than given days.
PURGE_LIMIT - Static variable in class org.apache.oozie.service.PurgeService
 
PurgeService - Class in org.apache.oozie.service
The PurgeService schedules purging of completed jobs and associated action older than a specified age for workflow, coordinator and bundle.
PurgeService() - Constructor for class org.apache.oozie.service.PurgeService
 
PurgeXCommand - Class in org.apache.oozie.command.wf
 
PurgeXCommand(int, int) - Constructor for class org.apache.oozie.command.wf.PurgeXCommand
 
put(PriorityDelayQueue.QueueElement<E>) - Method in class org.apache.oozie.util.PriorityDelayQueue
Insert the specified element into this queue, waiting if necessary for space to become available.

Q

queue(XCommand<?>) - Method in class org.apache.oozie.command.XCommand
Queue a command for execution after the current command execution completes.
queue(XCommand<?>, long) - Method in class org.apache.oozie.command.XCommand
Queue a command for delayed execution after the current command execution completes.
queue(XCallable<?>) - Method in class org.apache.oozie.service.CallableQueueService
Queue a callable for asynchronous execution.
queue(XCallable<?>, long) - Method in class org.apache.oozie.service.CallableQueueService
Queue a callable for asynchronous execution sometime in the future.
queueCallable(XCallable<Void>) - Method in class org.apache.oozie.command.Command
Queue a callable for execution after the current callable call invocation completes and the WorkflowStore transaction commits.
queueCallable(List<? extends XCallable<Void>>) - Method in class org.apache.oozie.command.Command
Queue a list of callables for execution after the current callable call invocation completes and the WorkflowStore transaction commits.
queueCallable(XCallable<Void>, long) - Method in class org.apache.oozie.command.Command
Queue a callable for delayed execution after the current callable call invocation completes and the WorkflowStore transaction commits.
queueCallableForException(XCallable<Void>) - Method in class org.apache.oozie.command.Command
Queue a callable for execution only in the event of an exception being thrown during the call invocation.
queues - Variable in class org.apache.oozie.util.PriorityDelayQueue
 
queueSerial(List<? extends XCallable<?>>) - Method in class org.apache.oozie.service.CallableQueueService
Queue a list of callables for serial execution.
queueSerial(List<? extends XCallable<?>>, long) - Method in class org.apache.oozie.service.CallableQueueService
Queue a list of callables for serial execution sometime in the future.
queueSize() - Method in class org.apache.oozie.service.CallableQueueService
 

R

readDefinition(String) - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
Read bundle definition.
readDefinition(String) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Read coordinator definition.
readDefinition(String, String, String, Configuration) - Method in class org.apache.oozie.service.WorkflowAppService
Read workflow definition.
readFields(DataInput) - Method in class org.apache.oozie.BundleActionBean
 
readFields(DataInput) - Method in class org.apache.oozie.BundleActionId
 
readFields(DataInput) - Method in class org.apache.oozie.BundleJobBean
 
readFields(DataInput) - Method in class org.apache.oozie.CoordinatorActionBean
Deserialize a coordinator bean from a data input.
readFields(DataInput) - Method in class org.apache.oozie.CoordinatorJobBean
Deserialize a coordinator bean from a data input.
readFields(DataInput) - Method in class org.apache.oozie.SLAEventBean
 
readFields(DataInput) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
readFields(DataInput) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
readFields(DataInput) - Method in class org.apache.oozie.workflow.lite.NodeDef
 
readFields(DataInput) - Method in class org.apache.oozie.WorkflowActionBean
Deserialize an action bean from a data input.
readFields(DataInput) - Method in class org.apache.oozie.WorkflowJobBean
Deserialize a workflow bean from a data input.
readProperties(Reader, int) - Static method in class org.apache.oozie.util.PropertiesUtils
 
readStr(DataInput) - Static method in class org.apache.oozie.util.WritableUtils
Read a string from a data input supporting null values.
RECORDS - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
RECORDS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
RECOVERY_ID_SEPARATOR - Static variable in class org.apache.oozie.command.wf.ActionXCommand
 
RecoveryService - Class in org.apache.oozie.service
The Recovery Service checks for pending actions and premater coordinator jobs older than a configured age and then queues them for execution.
RecoveryService() - Constructor for class org.apache.oozie.service.RecoveryService
 
REDUCE_IN - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
REDUCE_IN - Static variable in class org.apache.oozie.util.PropertiesUtils
 
REDUCE_OUT - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
REDUCE_OUT - Static variable in class org.apache.oozie.util.PropertiesUtils
 
register(Class<? extends ActionExecutor>) - Method in class org.apache.oozie.service.ActionService
 
registerError(String, ActionExecutorException.ErrorType, String) - Method in class org.apache.oozie.action.ActionExecutor
Register error handling information for an exception.
release() - Method in class org.apache.oozie.util.MemoryLocks.LockToken
Release the lock.
remainingCapacity() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking, or Integer.MAX_VALUE if there is no intrinsic limit.
remove() - Static method in class org.apache.oozie.util.XLog.Info
Remove the LogInfo instance in context.
removeComments(String) - Static method in class org.apache.oozie.util.XmlUtils
Remove comments from any Xml String.
removeHeader(String) - Method in class org.apache.oozie.LocalOozieClient
Remove a HTTP header from the workflow client instance.
removeHeader(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Remove a HTTP header from the coordinator client instance.
reRun(String, Configuration) - Method in class org.apache.oozie.BaseEngine
Rerun a job.
reRun(String, Configuration) - Method in class org.apache.oozie.BundleEngine
Deprecated. 
reRun(String, String, String, boolean, boolean) - Method in class org.apache.oozie.BundleEngine
Rerun Bundle actions for given rerunType
reRun(String, Configuration) - Method in class org.apache.oozie.CoordinatorEngine
Deprecated. 
reRun(String, String, String, boolean, boolean) - Method in class org.apache.oozie.CoordinatorEngine
Rerun coordinator actions for given rerunType
reRun(String, Configuration) - Method in class org.apache.oozie.DagEngine
Rerun a job.
reRun(String, Properties) - Method in class org.apache.oozie.LocalOozieClient
Rerun a workflow job.
reRun(String, Properties) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated. 
rerunChildren() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
rerunChildren() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
rerunChildren() - Method in class org.apache.oozie.command.RerunTransitionXCommand
Rerun actions associated with the job
reRunCoord(String, String, String, boolean, boolean) - Method in class org.apache.oozie.LocalOozieClientCoord
Rerun coordinator actions.
reRunJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V0JobServlet
 
reRunJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V1JobServlet
 
RerunTransitionXCommand<T> - Class in org.apache.oozie.command
Transition command for rerun the job.
RerunTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.RerunTransitionXCommand
The constructor for abstract class RerunTransitionXCommand
RerunTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.RerunTransitionXCommand
The constructor for abstract class RerunTransitionXCommand
ReRunXCommand - Class in org.apache.oozie.command.wf
This is a RerunXCommand which is used for rerunn.
ReRunXCommand(String, Configuration, String) - Constructor for class org.apache.oozie.command.wf.ReRunXCommand
 
reset() - Static method in class org.apache.oozie.util.XLog.Info
Remove all defined context parameters.
reset() - Static method in class org.apache.oozie.util.XLogStreamer.Filter
 
resetCritical() - Method in class org.apache.oozie.BundleActionBean
Reseset Whether this bundle action is critical or not.
resetDoneMaterialization() - Method in class org.apache.oozie.CoordinatorJobBean
Set doneMaterialization to false
resetInitInfo() - Static method in class org.apache.oozie.action.ActionExecutor
Clear all init settings for all action types.
resetLogInfoAction() - Method in class org.apache.oozie.command.Command
Reset the action bean information from the log info.
resetLogInfoWorkflow() - Method in class org.apache.oozie.command.Command
Reset the workflow bean information from the log info.
resetPending() - Method in class org.apache.oozie.BundleJobBean
Set pending to false
resetPending() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set pending to false
resetPending() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
Set pending to false
resetPending() - Method in class org.apache.oozie.CoordinatorJobBean
Set pending to false
resetPending() - Method in class org.apache.oozie.WorkflowActionBean
Removes the pending flag and pendingAge from the action.
resetPendingOnly() - Method in class org.apache.oozie.WorkflowActionBean
Removes the pending flag from the action.
resetPrefix(XLog) - Static method in class org.apache.oozie.util.XLog
Reset the logger prefix
resetUsed() - Method in class org.apache.oozie.command.XCommand
 
resolve() - Method in class org.apache.oozie.util.XConfiguration
Returns a new XConfiguration instance with all inline values resolved.
RESOLVED_UNRESOLVED_SEPARATOR - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
resolveFunction(String, String) - Method in class org.apache.oozie.util.ELEvaluator.Context
Resolve a function prefix:name.
resolveInitial(Configuration, String, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Resolve basic entities using job Configuration.
resolveInstanceRange(Element, StringBuilder, SyncCoordAction, Configuration, ELEvaluator) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Resolve tag.
resolveInstances(Element, StringBuilder, SyncCoordAction, Configuration, ELEvaluator) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Resolve list of tags.
resolveSla(Element, ELEvaluator) - Static method in class org.apache.oozie.command.wf.SubmitXCommand
Resolve variables in sla xml element.
resolveVariable(String) - Method in class org.apache.oozie.util.ELEvaluator.Context
Resolve a variable name.
resume(String) - Method in class org.apache.oozie.BaseEngine
Resume a job.
resume(String) - Method in class org.apache.oozie.BundleEngine
 
resume(String) - Method in class org.apache.oozie.CoordinatorEngine
 
resume(String) - Method in class org.apache.oozie.DagEngine
Resume a job.
resume(String) - Method in class org.apache.oozie.LocalOozieClient
Resume a workflow job.
resume(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Resume a coordinator job.
resume() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
resume() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Resume the instance.
resumeChildren() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
resumeChildren() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
resumeChildren() - Method in class org.apache.oozie.command.ResumeTransitionXCommand
Resume all children of the job
resumeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
resumeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
ResumeTransitionXCommand - Class in org.apache.oozie.command
 
ResumeTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.ResumeTransitionXCommand
 
ResumeTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.ResumeTransitionXCommand
 
ResumeXCommand - Class in org.apache.oozie.command.wf
 
ResumeXCommand(String) - Constructor for class org.apache.oozie.command.wf.ResumeXCommand
 
ret - Variable in class org.apache.oozie.command.RerunTransitionXCommand
 
RETRY_INTERVAL - Static variable in class org.apache.oozie.action.ActionExecutor
Define the default inteval in seconds between retries.
rollbackTrx() - Method in class org.apache.oozie.store.Store
Rollback transaction
run(String[]) - Method in class org.apache.oozie.action.hadoop.HiveMain
 
run(Class<? extends LauncherMain>, String[]) - Static method in class org.apache.oozie.action.hadoop.LauncherMain
 
run(String[]) - Method in class org.apache.oozie.action.hadoop.LauncherMain
 
run() - Method in class org.apache.oozie.action.hadoop.LauncherMapper
 
run(String[]) - Method in class org.apache.oozie.action.hadoop.MapReduceMain
 
run(String[]) - Method in class org.apache.oozie.action.hadoop.PigMain
 
run(String[]) - Method in class org.apache.oozie.action.hadoop.PigMainWithOldAPI
 
run(String[]) - Method in class org.apache.oozie.action.hadoop.ShellMain
 
run(String[]) - Method in class org.apache.oozie.action.hadoop.SqoopMain
 
run(Properties) - Method in class org.apache.oozie.LocalOozieClient
Submit and start a workflow job.
run(Properties) - Method in class org.apache.oozie.LocalOozieClientCoord
Submit and start a coordinator job.
runPigJob(String[], String, boolean, boolean) - Method in class org.apache.oozie.action.hadoop.PigMain
Runs the pig script using PigRunner API if version 0.8 or above.
runPigJob(String[]) - Method in class org.apache.oozie.action.hadoop.PigMainWithOldAPI
 
runSqoopJob(String[]) - Method in class org.apache.oozie.action.hadoop.SqoopMain
 

S

SAFE_MODE_DELAY - Static variable in class org.apache.oozie.service.CallableQueueService
 
sb - Variable in class org.apache.oozie.util.db.SqlStatement.Condition
 
sb - Variable in class org.apache.oozie.util.db.SqlStatement
 
schedule(Callable<Void>, long, long, SchedulerService.Unit) - Method in class org.apache.oozie.service.SchedulerService
Schedule a Callable for execution.
schedule(Runnable, long, long, SchedulerService.Unit) - Method in class org.apache.oozie.service.SchedulerService
Schedule a Runnable for execution.
SCHEDULER_THREADS - Static variable in class org.apache.oozie.service.SchedulerService
 
SchedulerService - Class in org.apache.oozie.service
This service executes scheduled Runnables and Callables at regular intervals.
SchedulerService() - Constructor for class org.apache.oozie.service.SchedulerService
 
SchedulerService.Unit - Enum in org.apache.oozie.service
 
Schema - Class in org.apache.oozie.util.db
 
Schema() - Constructor for class org.apache.oozie.util.db.Schema
 
Schema.Column - Interface in org.apache.oozie.util.db
Interface or table columns
Schema.DBType - Enum in org.apache.oozie.util.db
DB types
Schema.Index - Interface in org.apache.oozie.util.db
Interface for Index
Schema.Table - Interface in org.apache.oozie.util.db
Interface for DB Table
SchemaService - Class in org.apache.oozie.service
Service that loads Oozie workflow definition schema and registered extension schemas.
SchemaService() - Constructor for class org.apache.oozie.service.SchemaService
 
SchemaService.SchemaName - Enum in org.apache.oozie.service
 
SCP_COMMAND_BASE - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
selectAllFrom(Schema.Table...) - Static method in class org.apache.oozie.util.db.SqlStatement
Return a Select All Statement
selectColumns(Schema.Column...) - Static method in class org.apache.oozie.util.db.SqlStatement
Return a Select Statement
sendErrorResponse(HttpServletResponse, int, String, String) - Method in class org.apache.oozie.servlet.JsonRestServlet
Sends a error response.
sendJsonResponse(HttpServletResponse, int, JsonBean) - Method in class org.apache.oozie.servlet.JsonRestServlet
Sends a JSON response.
sendJsonResponse(HttpServletResponse, int, JSONStreamAware) - Method in class org.apache.oozie.servlet.JsonRestServlet
 
separateResolvedAndUnresolved(Element, StringBuilder, StringBuffer) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Create two new tags with and .
Service - Interface in org.apache.oozie.service
A service is component managed by the Services singleton.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.JsonRestServlet
Dispatches to super after loginfo and intrumentation handling.
ServiceException - Exception in org.apache.oozie.service
Exception thrown by Services and Service during initialization.
ServiceException(XException) - Constructor for exception org.apache.oozie.service.ServiceException
Create an service exception from a XException.
ServiceException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.service.ServiceException
Create a service exception.
Services - Class in org.apache.oozie.service
Services is a singleton that manages the lifecycle of all registered Services.
Services() - Constructor for class org.apache.oozie.service.Services
Create a services.
ServicesLoader - Class in org.apache.oozie.servlet
Webapp context listener that initializes Oozie Services.
ServicesLoader() - Constructor for class org.apache.oozie.servlet.ServicesLoader
 
ServletUtilities - Class in org.apache.oozie.servlet
 
ServletUtilities() - Constructor for class org.apache.oozie.servlet.ServletUtilities
 
set(Schema.Column, Object) - Method in class org.apache.oozie.util.db.SqlStatement.Update
SET clause for update statement
setActionId(String) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setActionInfo(WorkflowInstance, WorkflowAction) - Static method in class org.apache.oozie.DagELFunctions
 
setActionNumber(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setActions(List<? extends JsonCoordinatorAction>) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setActions(List<? extends JsonWorkflowAction>) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setActionXml(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setActualTime(Date) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setAlertContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setAlertFrequency(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setAlertPercentage(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setAllowSafeModeChanges(boolean) - Method in class org.apache.oozie.servlet.JsonRestServlet
Enable HTTP POST/PUT/DELETE methods while in safe mode.
setAllVars(Map<String, String>) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
setAllVars(Map<String, String>) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Add a set of variables in the context of the instance.
setAppName(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set bundleName
setAppName(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setAppName(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setAppName(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setAppName(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setAppNamespace(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set app namespce
setAppPath(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set bundlePath
setAppPath(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setAppPath(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setAppPath(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setAppType(SLAEvent.SlaAppType) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setAppType(SLAEvent.SlaAppType) - Method in class org.apache.oozie.SLAEventBean
 
setAppTypeStr(String) - Method in class org.apache.oozie.SLAEventBean
 
setAuthToken(String) - Method in class org.apache.oozie.BundleJobBean
 
setAuthToken(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set auth token
setAuthToken(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setBundleActionId(String) - Method in class org.apache.oozie.BundleActionBean
bundleActionId to set
setBundleId(String) - Method in class org.apache.oozie.BundleActionBean
Set the Bundle Id.
setBundleId(String) - Method in class org.apache.oozie.BundleActionId
Set the Bundle Id
setBundleId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setConcurrency(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setConf(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set conf
setConf(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setConf(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setConf(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setConf(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setConfiguration(Configuration) - Method in class org.apache.oozie.util.Instrumentation
Set the system configuration.
setConsoleUrl(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set consoleUrl
setConsoleUrl(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setConsoleUrl(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
Set the coordinate application console URL.
setConsoleUrl(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setConsoleUrl(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
Set the workflow job console URL.
setCoordId(String) - Method in class org.apache.oozie.BundleActionBean
Set the coordinator Id.
setCoordJobs(List<? extends JsonCoordinatorJob>) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set coordJobs
setCoordName(String) - Method in class org.apache.oozie.BundleActionBean
Set the Coordinator name.
setCoordName(String) - Method in class org.apache.oozie.BundleActionId
Set the coordinator name
setCreatedConf(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setCreatedTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set createdTime
setCreatedTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setCreatedTime(Date) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setCreatedTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
Set created time
setCreatedTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setCred(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setCredentialPropertyToActionConf(ActionExecutor.Context, WorkflowAction, Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
setCredentialTokens(JobConf, ActionExecutor.Context, WorkflowAction, HashMap<String, CredentialsProperties>) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
setCritical() - Method in class org.apache.oozie.BundleActionBean
Set Whether this bundle action is critical or not.
setData(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setDateInput(Date) - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
setDelay(long, TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Set the delay of the element.
setDevContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setDoneFlag(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setDoneMaterialization() - Method in class org.apache.oozie.CoordinatorJobBean
Set doneMaterialization to true
setEndData(WorkflowAction.Status, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set the action end completion information for a completed action.
setEndData(WorkflowAction.Status, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setEndData(WorkflowAction.Status, String) - Method in class org.apache.oozie.WorkflowActionBean
Set the completion information for an action end.
setEndOfDuration(TimeUnit) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setEndOfDuration(TimeUnit) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setEndTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setEndTime(Date) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set endTime
setEndTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setEndTime(Date) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setEndTime(Date) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setEndTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setEndTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
 
setEndTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setEndTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setEndTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set end timestamp
setErrorCode(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setErrorInfo(String, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
 
setErrorInfo(String, String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setErrorInfo(String, String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setErrorInfo(String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setErrorMessage(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setEvent_id(long) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setEventType(String) - Method in class org.apache.oozie.SLAEventBean
 
setExecution(CoordinatorJob.Execution) - Method in class org.apache.oozie.CoordinatorJobBean
Set order
setExecutionData(String, Properties) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set the action execution completion information for an action.
setExecutionData(String, Properties) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setExecutionData(String, Properties) - Method in class org.apache.oozie.WorkflowActionBean
Set the completion information for an action start.
setExecutionOrder(CoordinatorJob.Execution) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setExecutionPath(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the node execution path.
setExecutionStats(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set execution statistics information for a particular action.
setExecutionStats(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setExecutionStats(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the action statistics info for the workflow action.
setExpectedEnd(Date) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setExpectedEnd(Date) - Method in class org.apache.oozie.SLAEventBean
 
setExpectedStart(Date) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setExpectedStart(Date) - Method in class org.apache.oozie.SLAEventBean
 
setExternalChildIDs(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set external child IDs for a particular action (Eg: pig).
setExternalChildIDs(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setExternalChildIDs(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setExternalChildIDs(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the external child IDs for the workflow action.
setExternalId(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set externalId
setExternalId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setExternalId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setExternalId(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setExternalId(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setExternalId(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setExternalId(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setExternalStatus(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Sets the external status for the action in context.
setExternalStatus(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setExternalStatus(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setExternalStatus(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setFrequency(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setFrequency(int) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setFrequency(int) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setGroup(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set group
setGroup(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setGroup(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setGroupName(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setHeader(String, String) - Method in class org.apache.oozie.LocalOozieClient
Set a HTTP header to be used in the WS requests by the workflow instance.
setHeader(String, String) - Method in class org.apache.oozie.LocalOozieClientCoord
Set a HTTP header to be used in the WS requests by the coordinator instance.
setHiveScript(Configuration, String, String[]) - Static method in class org.apache.oozie.action.hadoop.HiveMain
 
setId(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set id
setId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setId(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setId(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setInitInstance(Date) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setInterruptMode(boolean) - Method in class org.apache.oozie.command.Command
set the mode of execution for the callable.
setInterruptMode(boolean) - Method in class org.apache.oozie.command.XCommand
set the mode of execution for the callable.
setInterruptMode(boolean) - Method in interface org.apache.oozie.util.XCallable
set the mode of execution for the callable.
setJob(Job) - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
setJob(Job) - Method in class org.apache.oozie.command.TransitionXCommand
Set the Job for the command.
setJobData(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setJobId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setJobId(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setJobId(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the job id.
setJobStatus(SLAEvent.Status) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setJobStatus(SLAEvent.Status) - Method in class org.apache.oozie.SLAEventBean
 
setJobStatusStr(String) - Method in class org.apache.oozie.SLAEventBean
 
setJobXml(String) - Method in class org.apache.oozie.BundleJobBean
 
setJobXml(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set job xml
setKickoffTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setKickoffTime(Date) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set kickoffTime
setKickoffTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setLastActionNumber(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setLastActionTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setLastActionTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setLastActionTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set last action timestamp
setLastCheckTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
Sets the action last check time
setLastModifiedTime(Date) - Method in class org.apache.oozie.BundleActionBean
Set Last modified time.
setLastModifiedTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
Set last modified time
setLastModifiedTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.BundleActionBean
Set Last modified time.
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set last modified timestamp
setLastSeqId(long) - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
Set lastSeqId
setLimit(int) - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
setListInConf(String, Element, Configuration, String, boolean) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
This method read a list of tag from an XML element and set the Configuration accordingly
setLogInfo(CoordinatorJobBean) - Method in class org.apache.oozie.command.Command
Set the log info with the context of the given coordinator bean.
setLogInfo(CoordinatorActionBean) - Method in class org.apache.oozie.command.Command
Set the log info with the context of the given coordinator action bean.
setLogInfo(WorkflowJobBean) - Method in class org.apache.oozie.command.Command
Set the log info with the context of the given workflow bean.
setLogInfo(WorkflowActionBean) - Method in class org.apache.oozie.command.Command
Set the log info with the context of the given action bean.
setLogInfo(String, String) - Method in class org.apache.oozie.servlet.JsonRestServlet
Set the log info with the given information.
setLogInfo(CoordinatorJobBean, XLog.Info) - Static method in class org.apache.oozie.util.LogUtils
Set the log info with the context of the given coordinator bean.
setLogInfo(CoordinatorActionBean, XLog.Info) - Static method in class org.apache.oozie.util.LogUtils
Set the log info with the context of the given coordinator action bean.
setLogInfo(WorkflowJobBean, XLog.Info) - Static method in class org.apache.oozie.util.LogUtils
Set the log info with the context of the given workflow bean.
setLogInfo(WorkflowActionBean, XLog.Info) - Static method in class org.apache.oozie.util.LogUtils
Set the log info with the context of the given action bean.
setLogInfo(BundleJobBean, XLog.Info) - Static method in class org.apache.oozie.util.LogUtils
Set the log info with the context of the given bundle bean.
setLogInfo(XLog.Info) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the context of the given Info object.
setLogLevel(String) - Method in class org.apache.oozie.util.XLogStreamer.Filter
 
setLogToken(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the job log token.
setLogToken(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setMatThrottling(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setMaxRetries(int) - Method in class org.apache.oozie.action.ActionExecutor
Set the maximum number of retries for the action executor.
setMissingDependencies(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setMsgPrefix(String) - Method in class org.apache.oozie.util.XLog
Set the common prefix.
setName(String) - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Set the name
setName(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setName(String) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setName(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setNextMaterializedTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setNextMaterializedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setNextMaterializedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set next materialized timestamp
setNominalTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setNominalTime(Date) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setNominalTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setNotificationMsg(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setOozieDbName(String) - Static method in class org.apache.oozie.store.OozieSchema
 
setOozieHome() - Static method in class org.apache.oozie.service.Services
 
setOozieMode(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
setOozieMode(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
setOozieMode(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.oozie.servlet.V1AdminServlet
 
setOrigJobXml(String) - Method in class org.apache.oozie.BundleJobBean
 
setOrigJobXml(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set original job xml
setParameter(String, String) - Method in class org.apache.oozie.util.XLog.Info
Set a parameter value in the LogInfo context.
setParameter(String, String) - Method in class org.apache.oozie.util.XLogStreamer.Filter
 
setParameters(XLog.Info) - Method in class org.apache.oozie.util.XLog.Info
Set all the parameter values from the given LogInfo.
setParentClientId(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setParentId(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
Set coordinator action id
setParentSlaId(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setPauseTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setPauseTime(Date) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set pauseTime
setPauseTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setPauseTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setPauseTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setPending(int) - Method in class org.apache.oozie.BundleActionBean
Set some actions are in progress for particular bundle action.
setPending() - Method in class org.apache.oozie.BundleJobBean
Set pending to true
setPending() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set pending to true
setPending() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
Set pending to true
setPending(int) - Method in class org.apache.oozie.CoordinatorActionBean
Set some actions are in progress for particular coordinator action.
setPending() - Method in class org.apache.oozie.CoordinatorJobBean
Set pending to true
setPending() - Method in class org.apache.oozie.WorkflowActionBean
Set the action as pending and the current time as pending.
setPendingAge(Date) - Method in class org.apache.oozie.WorkflowActionBean
Set a time when the action will be pending, normally a time in the future.
setPendingOnly() - Method in class org.apache.oozie.WorkflowActionBean
Set the action pending flag to true.
setPigScript(Configuration, String, String[], String[]) - Static method in class org.apache.oozie.action.hadoop.PigMain
 
setPigScript(Configuration, String, String[], String[]) - Static method in class org.apache.oozie.action.hadoop.PigMainWithOldAPI
 
setPipes(Configuration, String, String, String, String, String, String, Path) - Static method in class org.apache.oozie.action.hadoop.PipesMain
 
setProperties(HashMap<String, String>) - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Set the properties
setProtoActionConf(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setQaContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setRerunTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setRetries(int) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setRetryInterval(long) - Method in class org.apache.oozie.action.ActionExecutor
Sets the retry interval for the action executor.
setRun(int) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setRunConf(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setScheduler(ScheduledExecutorService) - Method in class org.apache.oozie.util.Instrumentation
Set the scheduler instance to handle the samplers.
setSeContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setService(Class<? extends Service>) - Method in class org.apache.oozie.service.Services
Set a service programmatically.
setSignalValue(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the signal value for the action.
setSlaId(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setSlaXml(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setSlaXml(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set sla xml
setSlaXml(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setSlaXml(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setSqoopCommand(Configuration, String[]) - Static method in class org.apache.oozie.action.hadoop.SqoopMain
 
setStartData(String, String, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set the action tracking information for an successfully started action.
setStartData(String, String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setStartData(String, String, String) - Method in class org.apache.oozie.WorkflowActionBean
Set a tracking information for an action, and set the action status to Action.Status#DONE
setStartTime(Date) - Method in class org.apache.oozie.BundleJobBean
Set startTime
setStartTime(Date) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set startTime
setStartTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setStartTime(Date) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setStartTime(Date) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setStartTime() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Setting the start time of the action
setStartTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setStartTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
 
setStartTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setStartTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setStartTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set start timestamp
setStats(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setStatus(Job.Status) - Method in class org.apache.oozie.BundleActionBean
Set the Status of the Bundle Action
setStatus(Job.Status) - Method in class org.apache.oozie.BundleJobBean
 
setStatus(Job.Status) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set status
setStatus(CoordinatorAction.Status) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setStatus(Job.Status) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setStatus(WorkflowAction.Status) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setStatus(WorkflowJob.Status) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setStatus(CoordinatorAction.Status) - Method in class org.apache.oozie.CoordinatorActionBean
 
setStatus(Job.Status) - Method in class org.apache.oozie.CoordinatorJobBean
 
setStatus(WorkflowInstance.Status) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
setStatus(WorkflowAction.Status) - Method in class org.apache.oozie.WorkflowActionBean
 
setStatus(WorkflowJob.Status) - Method in class org.apache.oozie.WorkflowJobBean
 
setStatusTimestamp(Date) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setStatusTimestamp(Date) - Method in class org.apache.oozie.SLAEventBean
 
setStreaming(Configuration, String, String, String, String[], String[]) - Static method in class org.apache.oozie.action.hadoop.StreamingMain
 
setStrings(Configuration, String, String[]) - Static method in class org.apache.oozie.action.hadoop.MapReduceMain
 
setSuspendedTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setSuspendedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
Set suspended time
setSuspendedTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setSuspendedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set suspended timestamp
setSystemMode(OozieClient.SYSTEM_MODE) - Method in class org.apache.oozie.service.Services
Set and set system mode.
setTimeOut(int) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set timeOut
setTimeOut(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setTimeout(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setTimeUnit(BundleJob.Timeunit) - Method in class org.apache.oozie.BundleJobBean
 
setTimeUnit(BundleJob.Timeunit) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set timeUnit
setTimeUnit(CoordinatorJob.Timeunit) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setTimeUnit(TimeUnit) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setTimeUnit(TimeUnit) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setTimeUnit(CoordinatorJob.Timeunit) - Method in class org.apache.oozie.CoordinatorJobBean
 
setTimeZone(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setTimeZone(TimeZone) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setTimeZone(TimeZone) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setTrackerUri(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setTrackerUri(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setTransientVar(String, Object) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
setTransientVar(String, Object) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
setTransientVar(String, Object) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Set a transient variable in the context of the instance.
setTransition(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setType(String) - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Set the type
setType(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setType(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setType(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setupHiveDefault(Configuration, Path, Element) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
setUpHiveLog4J(Configuration) - Static method in class org.apache.oozie.action.hadoop.HiveMain
 
setUpHiveSite() - Static method in class org.apache.oozie.action.hadoop.HiveMain
 
setupLauncherConf(Configuration, Element, Path, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
setupLauncherConf(Configuration, Element, Path, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
setupLauncherConf(Configuration, Element, Path, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
setupLauncherInfo(JobConf, String, String, Path, String, Configuration, String) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
setupMainArguments(Configuration, String[]) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
setupMainClass(Configuration, String) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
setupMaxExternalStatsSize(Configuration, int) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
Set the maximum value of stats data
setupMaxOutputData(Configuration, int) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
setupRemote(String, ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Do ssh action execution setup on remote host.
setUpSqoopLog4J(Configuration) - Static method in class org.apache.oozie.action.hadoop.SqoopMain
 
setUpSqoopSite() - Static method in class org.apache.oozie.action.hadoop.SqoopMain
 
setUpstreamApps(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setUriTemplate(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setUser(String) - Method in class org.apache.oozie.client.rest.JsonBundleJob
Set user
setUser(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setUser(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setUser(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
setUserRetryCount(int) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setUserRetryInterval(int) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setUserRetryMax(int) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
setValue(Object, Object) - Method in class org.apache.oozie.util.db.SqlStatement
Replace the place holders with actual values in the sql statement
setVar(String, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set a workflow action variable.
setVar(String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setVar(String, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
setVar(String, String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
setVar(String, String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Set a variable in the context of the instance.
setVariable(String, Object) - Method in class org.apache.oozie.util.ELEvaluator.Context
Add a variable to the context.
setVariable(String, Object) - Method in class org.apache.oozie.util.ELEvaluator
Convenience method that sets a variable in the EL evaluator context.
setVariables(Map<String, Object>) - Method in class org.apache.oozie.util.ELEvaluator.Context
Add variables to the context.
setWfInstance(byte[]) - Method in class org.apache.oozie.WorkflowJobBean
 
setWfInstance(WorkflowInstance) - Method in class org.apache.oozie.WorkflowJobBean
 
setWorkflowInstance(WorkflowInstance) - Method in class org.apache.oozie.WorkflowJobBean
 
ShellActionExecutor - Class in org.apache.oozie.action.hadoop
 
ShellActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.ShellActionExecutor
 
ShellMain - Class in org.apache.oozie.action.hadoop
 
ShellMain() - Constructor for class org.apache.oozie.action.hadoop.ShellMain
 
signal(String, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
signal(String, String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Signal the instance that a node has completed.
SignalXCommand - Class in org.apache.oozie.command.wf
 
SignalXCommand(String, int, String) - Constructor for class org.apache.oozie.command.wf.SignalXCommand
 
SignalXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.SignalXCommand
 
SITE_CONFIG_FILE - Static variable in class org.apache.oozie.service.ConfigurationService
 
size() - Method in class org.apache.oozie.util.MemoryLocks
Return the number of active locks.
size() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the number of elements in the queue.
sizes() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the number of elements on each priority sub-queue.
SLA_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
SLA_NAME_SPACE_URI - Static variable in class org.apache.oozie.service.SchemaService
 
SLA_NAME_SPACE_URI - Static variable in class org.apache.oozie.util.XmlUtils
 
SLADbOperations - Class in org.apache.oozie.util.db
 
SLADbOperations() - Constructor for class org.apache.oozie.util.db.SLADbOperations
 
SLADbXOperations - Class in org.apache.oozie.util.db
 
SLADbXOperations() - Constructor for class org.apache.oozie.util.db.SLADbXOperations
 
SLAEventBean - Class in org.apache.oozie
 
SLAEventBean() - Constructor for class org.apache.oozie.SLAEventBean
 
SLAEventInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the SLAEventBean bean.
SLAEventInsertJPAExecutor(SLAEventBean) - Constructor for class org.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
 
SLAEventsGetForSeqIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of SLAEventBean for a seqId and return the list.
SLAEventsGetForSeqIdJPAExecutor(long, int, long[]) - Constructor for class org.apache.oozie.executor.jpa.SLAEventsGetForSeqIdJPAExecutor
 
SLAEventsGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of SLAEventBean and return the list.
SLAEventsGetJPAExecutor() - Constructor for class org.apache.oozie.executor.jpa.SLAEventsGetJPAExecutor
 
SLAEventsXCommand - Class in org.apache.oozie.command.coord
The command to get a list of SLAEvents which are greater than given seqId.
SLAEventsXCommand(long, int) - Constructor for class org.apache.oozie.command.coord.SLAEventsXCommand
 
SLAServlet - Class in org.apache.oozie.servlet
 
SLAServlet() - Constructor for class org.apache.oozie.servlet.SLAServlet
 
SLAStore - Class in org.apache.oozie.store
 
SLAStore() - Constructor for class org.apache.oozie.store.SLAStore
 
SLAStore(Store) - Constructor for class org.apache.oozie.store.SLAStore
 
SLAStoreService - Class in org.apache.oozie.service
 
SLAStoreService() - Constructor for class org.apache.oozie.service.SLAStoreService
 
splitLogMessage(String) - Method in class org.apache.oozie.util.XLogStreamer.Filter
Splits the log line into timestamp, logLevel and remaining log message.
SqlStatement - Class in org.apache.oozie.util.db
The SqlStatement is used to generate SQL Statements.
SqlStatement() - Constructor for class org.apache.oozie.util.db.SqlStatement
 
SqlStatement.Condition - Class in org.apache.oozie.util.db
Construct the condition statement that will be used in the where clause
SqlStatement.Delete - Class in org.apache.oozie.util.db
SQL Statement generator for DELETE Statements
SqlStatement.Insert - Class in org.apache.oozie.util.db
INSERT Statement generator
SqlStatement.ResultSetReader - Class in org.apache.oozie.util.db
ResultSetReader is used to parse the result set and gives methods for getting appropriate type of data given the column name
SqlStatement.Select - Class in org.apache.oozie.util.db
Select Statement generator.
SqlStatement.Update - Class in org.apache.oozie.util.db
UPDATE SQL Statement generator
SQOOP_SITE_CONF - Static variable in class org.apache.oozie.action.hadoop.SqoopMain
 
SqoopActionExecutor - Class in org.apache.oozie.action.hadoop
 
SqoopActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
SqoopMain - Class in org.apache.oozie.action.hadoop
 
SqoopMain() - Constructor for class org.apache.oozie.action.hadoop.SqoopMain
 
SSH_COMMAND_BASE - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
SSH_COMMAND_OPTIONS - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
SshActionExecutor - Class in org.apache.oozie.action.ssh
Ssh action executor.
SshActionExecutor() - Constructor for class org.apache.oozie.action.ssh.SshActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ActionExecutor
Start an action.
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Start the ssh action execution.
start(String) - Method in class org.apache.oozie.BaseEngine
Start a job.
start(String) - Method in class org.apache.oozie.BundleEngine
 
start(String) - Method in class org.apache.oozie.CoordinatorEngine
Deprecated. 
start(String) - Method in class org.apache.oozie.DagEngine
Start a job.
start() - Static method in class org.apache.oozie.local.LocalOozie
Start LocalOozie.
start(String) - Method in class org.apache.oozie.LocalOozieClient
Start a workflow job.
start(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated. 
start(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
start(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
start() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Start the servlet container.
start() - Method in class org.apache.oozie.util.Instrumentation.Cron
Start the cron.
start(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
start(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
start() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
START - Static variable in class org.apache.oozie.workflow.lite.StartNodeDef
Reserved name fo the start node.
start() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Start the instance.
START_DATA_MISSING - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
START_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
StartChildren() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
StartChildren() - Method in class org.apache.oozie.command.StartTransitionXCommand
Start actions associated with the job
startCron() - Method in class org.apache.oozie.servlet.JsonRestServlet
Start the request instrumentation cron.
startJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
startJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
StartNodeDef - Class in org.apache.oozie.workflow.lite
Workflow lite start node definition.
StartNodeDef() - Constructor for class org.apache.oozie.workflow.lite.StartNodeDef
Default constructor.
StartNodeDef(String) - Constructor for class org.apache.oozie.workflow.lite.StartNodeDef
Create a start node definition.
StartNodeDef.StartNodeHandler - Class in org.apache.oozie.workflow.lite
Start node handler.
StartNodeDef.StartNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
 
StartTransitionXCommand - Class in org.apache.oozie.command
Transition command for start the job.
StartTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.StartTransitionXCommand
The constructor for abstract class StartTransitionXCommand
StartTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.StartTransitionXCommand
The constructor for abstract class StartTransitionXCommand
StartXCommand - Class in org.apache.oozie.command.wf
Starting the command.
StartXCommand(String) - Constructor for class org.apache.oozie.command.wf.StartXCommand
 
StatusTransitService - Class in org.apache.oozie.service
StateTransitService is scheduled to run at the configured interval.
StatusTransitService() - Constructor for class org.apache.oozie.service.StatusTransitService
 
StatusUpdateXCommand - Class in org.apache.oozie.command
Transition command for update status.
StatusUpdateXCommand(String, String, int) - Constructor for class org.apache.oozie.command.StatusUpdateXCommand
The constructor for abstract class StatusUpdateXCommand
StatusUpdateXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.StatusUpdateXCommand
The constructor for abstract class StatusUpdateXCommand
StatusUtils - Class in org.apache.oozie.util
 
StatusUtils() - Constructor for class org.apache.oozie.util.StatusUtils
 
STD - Static variable in class org.apache.oozie.util.XLog
Mask for logging to the standard log.
stop() - Static method in class org.apache.oozie.local.LocalOozie
Stop LocalOozie.
stop() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Stop the servlet container.
stop() - Method in class org.apache.oozie.util.Instrumentation.Cron
Stops the cron.
stopCron() - Method in class org.apache.oozie.servlet.JsonRestServlet
Stop the request instrumentation cron.
Store - Class in org.apache.oozie.store
 
Store() - Constructor for class org.apache.oozie.store.Store
create a fresh transaction
Store(Store) - Constructor for class org.apache.oozie.store.Store
Use an existing transaction for cross store operations
StoreException - Exception in org.apache.oozie.store
Exception thrown by the WorkflowStore
StoreException(XException) - Constructor for exception org.apache.oozie.store.StoreException
Create an store exception from a XException.
StoreException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.store.StoreException
Create a store exception.
StoreService - Class in org.apache.oozie.service
Base service for persistency of jobs and actions.
StoreService() - Constructor for class org.apache.oozie.service.StoreService
 
StoreStatusFilter - Class in org.apache.oozie.store
 
StoreStatusFilter() - Constructor for class org.apache.oozie.store.StoreStatusFilter
 
StreamingMain - Class in org.apache.oozie.action.hadoop
 
StreamingMain() - Constructor for class org.apache.oozie.action.hadoop.StreamingMain
 
streamJobLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
streamJobLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
streamLog(String, Writer) - Method in class org.apache.oozie.BaseEngine
Stream the log of a job.
streamLog(String, Writer) - Method in class org.apache.oozie.BundleEngine
 
streamLog(String, Writer) - Method in class org.apache.oozie.CoordinatorEngine
 
streamLog(String, String, String, Writer) - Method in class org.apache.oozie.CoordinatorEngine
Add list of actions to the filter based on conditions
streamLog(String, Writer) - Method in class org.apache.oozie.DagEngine
Stream the log of a job.
streamLog(XLogStreamer.Filter, Date, Date, Writer) - Method in class org.apache.oozie.service.XLogService
Stream the log of a job.
streamLog(Date, Date) - Method in class org.apache.oozie.util.XLogStreamer
Gets the files that are modified between startTime and endTime in the given logPath and streams the log after applying the filters.
STRING_BUFFER_SIZE - Static variable in class org.apache.oozie.action.hadoop.PigMain
 
stringToProperties(String) - Static method in class org.apache.oozie.util.PropertiesUtils
 
submit() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
submit() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
submit() - Method in class org.apache.oozie.command.SubmitTransitionXCommand
Submit the job
submit(Properties) - Method in class org.apache.oozie.LocalOozieClient
Submit a workflow job.
submit(Properties) - Method in class org.apache.oozie.LocalOozieClientCoord
Submit a coordinator job.
SUBMIT_DAY - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_DAYS - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_DAYS - Static variable in class org.apache.oozie.util.ELConstantsFunctions
 
SUBMIT_HOUR - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_HOURS - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_HOURS - Static variable in class org.apache.oozie.util.ELConstantsFunctions
 
SUBMIT_MINUTE - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_MINUTES - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_MINUTES - Static variable in class org.apache.oozie.util.ELConstantsFunctions
 
SUBMIT_MONTH - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_YEAR - Static variable in class org.apache.oozie.coord.CoordELConstants
 
submitHttpJob(Configuration, String) - Method in class org.apache.oozie.DagEngine
Submit a pig/mapreduce job through HTTP.
SubmitHttpXCommand - Class in org.apache.oozie.command.wf
 
SubmitHttpXCommand(String, String, Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitHttpXCommand
 
submitJob(Configuration) - Method in class org.apache.oozie.action.hadoop.MapReduceMain
 
submitJob(Configuration) - Method in class org.apache.oozie.action.hadoop.PipesMain
 
submitJob(Configuration) - Method in class org.apache.oozie.action.hadoop.StreamingMain
 
submitJob(Configuration, boolean) - Method in class org.apache.oozie.BaseEngine
Submit a job.
submitJob(Configuration, boolean) - Method in class org.apache.oozie.BundleEngine
 
submitJob(Configuration, boolean) - Method in class org.apache.oozie.CoordinatorEngine
 
submitJob(Configuration, boolean) - Method in class org.apache.oozie.DagEngine
Submit a workflow job.
submitJob(HttpServletRequest, Configuration) - Method in class org.apache.oozie.servlet.V0JobsServlet
v0 service implementation to submit a workflow job
submitJob(HttpServletRequest, Configuration) - Method in class org.apache.oozie.servlet.V1JobsServlet
v1 service implementation to submit a job, either workflow or coordinator
submitLauncher(FileSystem, ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
SubmitMRXCommand - Class in org.apache.oozie.command.wf
 
SubmitMRXCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitMRXCommand
 
SubmitPigXCommand - Class in org.apache.oozie.command.wf
 
SubmitPigXCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitPigXCommand
 
SubmitTransitionXCommand - Class in org.apache.oozie.command
Base class for submit transition command.
SubmitTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.SubmitTransitionXCommand
The constructor for abstract class SubmitTransitionXCommand
SubmitTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.SubmitTransitionXCommand
The constructor for abstract class SubmitTransitionXCommand
SubmitXCommand - Class in org.apache.oozie.command.wf
 
SubmitXCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitXCommand
 
SubWorkflowActionExecutor - Class in org.apache.oozie.action.oozie
 
SubWorkflowActionExecutor() - Constructor for class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
suspend(String) - Method in class org.apache.oozie.BaseEngine
Suspend a job.
suspend(String) - Method in class org.apache.oozie.BundleEngine
 
suspend(String) - Method in class org.apache.oozie.CoordinatorEngine
 
suspend(String) - Method in class org.apache.oozie.DagEngine
Suspend a job.
suspend(String) - Method in class org.apache.oozie.LocalOozieClient
Suspend a workflow job.
suspend(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Suspend a coordinator job.
suspend() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
suspend() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Suspend the instance.
suspendChildren() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
suspendChildren() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
suspendChildren() - Method in class org.apache.oozie.command.SuspendTransitionXCommand
Suspend all children of the job
suspendJob(JPAService, WorkflowJobBean, String, String) - Static method in class org.apache.oozie.command.wf.SuspendXCommand
Suspend the workflow job and pending flag to false for the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL
suspendJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
suspendJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
SuspendTransitionXCommand - Class in org.apache.oozie.command
 
SuspendTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.SuspendTransitionXCommand
 
SuspendTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.SuspendTransitionXCommand
 
SuspendXCommand - Class in org.apache.oozie.command.wf
 
SuspendXCommand(String) - Constructor for class org.apache.oozie.command.wf.SuspendXCommand
 
SyncCoordAction - Class in org.apache.oozie.coord
This class represents a Coordinator action.
SyncCoordAction() - Constructor for class org.apache.oozie.coord.SyncCoordAction
 
SyncCoordDataset - Class in org.apache.oozie.coord
This class is a bean to represent a dataset.
SyncCoordDataset() - Constructor for class org.apache.oozie.coord.SyncCoordDataset
 
SYSTEM_LIB_PATH - Static variable in class org.apache.oozie.service.WorkflowAppService
 

T

table() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
table() - Method in interface org.apache.oozie.util.db.Schema.Column
Table to which the column belongs
TABLE_COLUMNS - Static variable in class org.apache.oozie.store.OozieSchema
 
take() - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve and removes the head of this queue, waiting if necessary until an element becomes available.
TB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
TeraByte constant (1024 GB).
TB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
TEXT_UTF8 - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
timestamp() - Static method in class org.apache.oozie.util.ELConstantsFunctions
Return the UTC current date and time in W3C format down to second (yyyy-MM-ddTHH:mm:ssZ).
TimeUnit - Enum in org.apache.oozie.coord
 
TO_SKIP - Static variable in class org.apache.oozie.command.wf.ReRunXCommand
 
toByteArray(Writable) - Static method in class org.apache.oozie.util.WritableUtils
Write a writable to a byte array.
toConfigurationStr(Map<String, String>) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
toDate(Timestamp) - Static method in class org.apache.oozie.util.DateUtils
Convert java.sql.Timestamp to java.util.Date
toJSON() - Method in class org.apache.oozie.action.hadoop.ActionStats
Return the statistics in JSON format.
toJSON() - Method in class org.apache.oozie.action.hadoop.MRStats
 
toJSON() - Method in class org.apache.oozie.action.hadoop.OoziePigStats
The PigStats API is used to collect the statistics and the result is returned as a JSON String.
toJSONArray(List<? extends JsonBundleJob>) - Static method in class org.apache.oozie.client.rest.JsonBundleJob
Convert a Bundle job list into a JSONArray.
toJSONArray(List<? extends JsonCoordinatorAction>) - Static method in class org.apache.oozie.client.rest.JsonCoordinatorAction
Convert a nodes list into a JSONArray.
toJSONArray(List<? extends JsonCoordinatorJob>) - Static method in class org.apache.oozie.client.rest.JsonCoordinatorJob
Convert a coordinator application list into a JSONArray.
toJSONArray(List<? extends JsonWorkflowAction>) - Static method in class org.apache.oozie.client.rest.JsonWorkflowAction
Convert a nodes list into a JSONArray.
toJSONArray(List<? extends JsonWorkflowJob>) - Static method in class org.apache.oozie.client.rest.JsonWorkflowJob
Convert a workflows list into a JSONArray.
toJSONArray(List<? extends SLAEventBean>) - Static method in class org.apache.oozie.SLAEventBean
Convert a SLAEvent list into a JSONArray.
toJSONObject() - Method in interface org.apache.oozie.client.rest.JsonBean
Return the JSONObject for the bean.
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonBundleJob
Get the value from the json object.
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
toJsonStr(Map<String, String>) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
TOKEN - Static variable in class org.apache.oozie.service.DagXLogInfoService
Token log info constant.
toProperties() - Method in class org.apache.oozie.util.XConfiguration
Return a Properties instance with the configuration properties.
toPropertiesStr(Map<String, String>) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
toString() - Method in class org.apache.oozie.client.rest.JsonBundleJob
 
toString() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
toString() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
toString() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
toString() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
toString() - Method in class org.apache.oozie.command.Command
Return the identity.
toString() - Method in class org.apache.oozie.SLAEventBean
 
toString() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
toString() - Method in enum org.apache.oozie.store.OozieSchema.OozieTable
 
toString() - Method in class org.apache.oozie.util.db.SqlStatement.Condition
Return the Condition string
toString() - Method in class org.apache.oozie.util.db.SqlStatement.Delete
Return the DELETE Statement
toString() - Method in class org.apache.oozie.util.db.SqlStatement.Insert
Return the INSERT Statement
toString() - Method in class org.apache.oozie.util.db.SqlStatement.Select
Generate the SQL Select Statement with conditions and other clauses that were set
toString() - Method in class org.apache.oozie.util.db.SqlStatement.Update
Return the UPDATE statement
toString() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the String representation of the timer value.
toString() - Method in class org.apache.oozie.util.Instrumentation
Return the string representation of the instrumentation.
toString() - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the string representation of the wrapper element.
toString() - Method in class org.apache.oozie.util.XmlUtils.PrettyPrint
Return the pretty print representation of an XML document.
toXml() - Method in class org.apache.oozie.SLAEventBean
 
toXmlString() - Method in class org.apache.oozie.util.XConfiguration
Return a string with the configuration in XML format.
toXmlString(boolean) - Method in class org.apache.oozie.util.XConfiguration
 
trace(Object) - Method in class org.apache.oozie.util.XLog
Log a trace message to the common Log.
trace(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a trace message and Exception to the common Log.
trace(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a trace message Exception to the common Log.
trace(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a trace message Exception to the common log and specified Logs.
TRANSIENT_VAR_PREFIX - Static variable in class org.apache.oozie.service.CoordinatorStoreService
 
TRANSIENT_VAR_PREFIX - Static variable in class org.apache.oozie.service.WorkflowStoreService
 
TransitionXCommand<T> - Class in org.apache.oozie.command
This is the base commands for all the jobs related commands .
TransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.TransitionXCommand
 
TransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.TransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
Transit job to suspended from running or to prepsuspended from prep.
transitToNext() - Method in class org.apache.oozie.command.KillTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.MaterializeTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.PauseTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.ResumeTransitionXCommand
Transit job to PREP from PREPSUSPENDED or to RUNNING from SUSPENDED.
transitToNext() - Method in class org.apache.oozie.command.StartTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.SubmitTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.SuspendTransitionXCommand
Transit job to suspended from running or to prepsuspended from prep.
transitToNext() - Method in class org.apache.oozie.command.TransitionXCommand
Transit to the next status based on the result of the Job.
transitToNext() - Method in class org.apache.oozie.command.UnpauseTransitionXCommand
 
Trim(String) - Method in class org.apache.oozie.action.hadoop.CredentialsProvider
To trim string
Trim(String) - Static method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
To trim string
trim(String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Return the trimmed version of the given string.
trim() - Method in class org.apache.oozie.util.XConfiguration
Returns a new XConfiguration with all values trimmed.
type - Variable in class org.apache.oozie.coord.SyncCoordDataset
 

U

UNDEF - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
UNEXPECTED - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
unpauseChildren() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
unpauseChildren() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
unpauseChildren() - Method in class org.apache.oozie.command.UnpauseTransitionXCommand
Unpause actions associated with the job
UnpauseTransitionXCommand - Class in org.apache.oozie.command
Transition command for unpause the job.
UnpauseTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.UnpauseTransitionXCommand
The constructor for abstract class UnpauseTransitionXCommand
update(Schema.Table) - Static method in class org.apache.oozie.util.db.SqlStatement
Return a new Update Statement
update(WorkflowInstance) - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
Updates the Workflow Instance to DB.
update(WorkflowInstance) - Method in interface org.apache.oozie.workflow.WorkflowLib
Update a workflow instance in storage.
updateAction(WorkflowActionBean) - Method in class org.apache.oozie.store.WorkflowStore
Update the given action bean to DB.
updateCoordActionMin(CoordinatorActionBean) - Method in class org.apache.oozie.store.CoordinatorStore
Update the given action bean to DB.
updateCoordinatorAction(CoordinatorActionBean) - Method in class org.apache.oozie.store.CoordinatorStore
Update the given action bean to DB.
updateCoordinatorJob(CoordinatorJobBean) - Method in class org.apache.oozie.store.CoordinatorStore
Update the given coordinator job bean to DB.
updateCoordinatorJobStatus(CoordinatorJobBean) - Method in class org.apache.oozie.store.CoordinatorStore
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.TransitionXCommand
Update the parent job.
updateWorkflow(WorkflowJobBean) - Method in class org.apache.oozie.store.WorkflowStore
Update the data from Workflow Bean to DB along with the workflow instance data.
uriTemplate - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
urlEncode(String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Translates a string into application/x-www-form-urlencoded format using UTF-8 encoding scheme.
USE_XCOMMAND - Static variable in class org.apache.oozie.BaseEngine
 
USE_XCOMMAND - Static variable in interface org.apache.oozie.service.Service
Constant for XCommand
useDefaultGroupAsAcl() - Method in class org.apache.oozie.service.AuthorizationService
 
user - Variable in class org.apache.oozie.BaseEngine
 
USER - Static variable in class org.apache.oozie.service.XLogService
Group log info constant.
USER_HIVE_DEFAULT_FILE - Static variable in class org.apache.oozie.action.hadoop.HiveMain
 
USER_NAME - Static variable in class org.apache.oozie.servlet.JsonRestServlet
Request attribute constant for the user name.
UUIDService - Class in org.apache.oozie.service
The UUID service generates unique IDs.
UUIDService() - Constructor for class org.apache.oozie.service.UUIDService
 
UUIDService.ApplicationType - Enum in org.apache.oozie.service
 

V

V0AdminServlet - Class in org.apache.oozie.servlet
 
V0AdminServlet() - Constructor for class org.apache.oozie.servlet.V0AdminServlet
 
V0JobServlet - Class in org.apache.oozie.servlet
 
V0JobServlet() - Constructor for class org.apache.oozie.servlet.V0JobServlet
 
V0JobsServlet - Class in org.apache.oozie.servlet
 
V0JobsServlet() - Constructor for class org.apache.oozie.servlet.V0JobsServlet
 
V1AdminServlet - Class in org.apache.oozie.servlet
 
V1AdminServlet() - Constructor for class org.apache.oozie.servlet.V1AdminServlet
 
V1JobServlet - Class in org.apache.oozie.servlet
 
V1JobServlet() - Constructor for class org.apache.oozie.servlet.V1JobServlet
 
V1JobsServlet - Class in org.apache.oozie.servlet
 
V1JobsServlet() - Constructor for class org.apache.oozie.servlet.V1JobsServlet
 
validate(String, String, String) - Method in class org.apache.oozie.service.ProxyUserService
Verifies a proxyuser.
VALIDATE_FORK_JOIN - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
validateActionName(String) - Static method in class org.apache.oozie.util.ParamChecker
Check that the given string is a valid action name [a-zA-Z_][0-9a-zA-Z_\-]* and not longer than 50 chars.
validateAndMail(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
validateAndParse(Reader) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
Parse and validate xml to LiteWorkflowApp
ValidateAppPath(String, String) - Static method in class org.apache.oozie.servlet.ServletUtilities
accessory static method to check the app path parameter for the request used only for job-related request and only one of them should exist
ValidateAppPath(String, String, String) - Static method in class org.apache.oozie.servlet.ServletUtilities
accessory static method to check the app path parameter for the request used only for job-related request and only one of them should exist bundle appPath is also checked
ValidateConnectionBean - Class in org.apache.oozie.util.db
 
ValidateConnectionBean() - Constructor for class org.apache.oozie.util.db.ValidateConnectionBean
 
validateContentType(HttpServletRequest, String) - Method in class org.apache.oozie.servlet.JsonRestServlet
Validate and return the content type of the request.
validateData(String, SchemaService.SchemaName) - Static method in class org.apache.oozie.util.XmlUtils
 
validateJobTracker(String) - Method in class org.apache.oozie.service.HadoopAccessorService
Validate Job tracker
ValidateLibPath(String) - Static method in class org.apache.oozie.servlet.ServletUtilities
accessory static method to check the lib path parameter for the request
validateNameNode(String) - Method in class org.apache.oozie.service.HadoopAccessorService
Validate Namenode list
validateRestUrl(String, String, Map<String, String[]>) - Method in class org.apache.oozie.servlet.JsonRestServlet
Validates REST URL using the ResourceInfos of the servlet.
validateTransition(String, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
validateWorkflowIntegrity() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
validateWSVersion() - Method in class org.apache.oozie.LocalOozieClient
Validate that the Oozie client and server instances are protocol compatible.
validateWSVersion() - Method in class org.apache.oozie.LocalOozieClientCoord
Validate that the Oozie client and server instances are protocol compatible.
validateXml(Schema, String) - Static method in class org.apache.oozie.util.XmlUtils
Schema validation for a given xml.
value(Schema.Column, Object) - Method in class org.apache.oozie.util.db.SqlStatement.Insert
Set the VALUES that are to be inserted
valueOf(String) - Static method in enum org.apache.oozie.action.ActionExecutorException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.action.hadoop.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.coord.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.service.SchedulerService.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.service.SchemaService.SchemaName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.service.UUIDService.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.store.OozieSchema.OozieColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.store.OozieSchema.OozieIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.store.OozieSchema.OozieTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.util.db.Schema.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.util.XLog.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.workflow.WorkflowInstance.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.oozie.action.ActionExecutorException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.action.hadoop.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.coord.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.service.SchedulerService.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.service.SchemaService.SchemaName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.service.UUIDService.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.store.OozieSchema.OozieColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.store.OozieSchema.OozieIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.store.OozieSchema.OozieTable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.util.db.Schema.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.oozie.util.db.SqlStatement.Condition
 
values - Variable in class org.apache.oozie.util.db.SqlStatement
 
values() - Static method in enum org.apache.oozie.util.XLog.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.workflow.WorkflowInstance.Status
Returns an array containing the constants of this enum type, in the order they are declared.
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundlePurgeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordPurgeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.JobXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.KillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.NotificationXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.PurgeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.XCommand
Verify the precondition for the command after a lock has been obtain, just before executing the command.
VersionServlet - Class in org.apache.oozie.servlet
 
VersionServlet() - Constructor for class org.apache.oozie.servlet.VersionServlet
 

W

warn(Object) - Method in class org.apache.oozie.util.XLog
Log a warn message to the common Log.
warn(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a warn message and Exception to the common Log.
warn(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a warn message Exception to the common Log.
warn(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a warn message Exception to the common log and specified Logs.
wf_actionData(String) - Static method in class org.apache.oozie.DagELFunctions
Return the action data for an action.
wf_actionExternalId(String) - Static method in class org.apache.oozie.DagELFunctions
Return the external ID of an action.
wf_actionExternalStatus(String) - Static method in class org.apache.oozie.DagELFunctions
Return the action external status.
wf_actionTrackerUri(String) - Static method in class org.apache.oozie.DagELFunctions
Return the tracker URI of an action.
wf_appPath() - Static method in class org.apache.oozie.DagELFunctions
Return the application path.
wf_callback(String) - Static method in class org.apache.oozie.DagELFunctions
Create a callback URL for the current action.
wf_conf(String) - Static method in class org.apache.oozie.DagELFunctions
Return a job configuration property.
WF_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
wf_errorCode(String) - Static method in class org.apache.oozie.DagELFunctions
Return the error code for an action.
wf_errorMessage(String) - Static method in class org.apache.oozie.DagELFunctions
Return the error message for an action.
wf_group() - Static method in class org.apache.oozie.DagELFunctions
Return the job owner group name.
wf_id() - Static method in class org.apache.oozie.DagELFunctions
Return the job Id.
wf_lastErrorNode() - Static method in class org.apache.oozie.DagELFunctions
Return the name of the last action that ended in error.
wf_name() - Static method in class org.apache.oozie.DagELFunctions
Return the application name.
wf_run() - Static method in class org.apache.oozie.DagELFunctions
Return the workflow run number, unless a rerun it is always 1.
wf_transition(String) - Static method in class org.apache.oozie.DagELFunctions
Return the transition taken by a workflow job action/decision action.
wf_user() - Static method in class org.apache.oozie.DagELFunctions
Return the job owner user name.
wfCountStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
WfEndXCommand - Class in org.apache.oozie.command.wf
This Command is expected to be called when a Workflow moves to any terminal state ( such as SUCCEEDED, KILLED, FAILED).
WfEndXCommand(WorkflowJob) - Constructor for class org.apache.oozie.command.wf.WfEndXCommand
 
wfSeletStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
where(SqlStatement.Condition) - Method in class org.apache.oozie.util.db.SqlStatement.Delete
Set the where clause for DELETE
where(SqlStatement.Condition) - Method in class org.apache.oozie.util.db.SqlStatement.Select
Set the condition for where clause
where(SqlStatement.Condition) - Method in class org.apache.oozie.util.db.SqlStatement.Update
Set condition for updating
WORKFLOW_BEAN - Static variable in class org.apache.oozie.service.CoordinatorStoreService
 
WORKFLOW_BEAN - Static variable in class org.apache.oozie.service.WorkflowStoreService
 
WorkflowActionBean - Class in org.apache.oozie
Bean that contains all the information to start an action for a workflow node.
WorkflowActionBean() - Constructor for class org.apache.oozie.WorkflowActionBean
Default constructor.
WorkflowActionDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowActionDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionDeleteJPAExecutor
 
WorkflowActionGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the WorkflowAction into a Bean and return it.
WorkflowActionGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionGetJPAExecutor
 
WorkflowActionInfoXCommand - Class in org.apache.oozie.command.wf
 
WorkflowActionInfoXCommand(String) - Constructor for class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
WorkflowActionInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the WorkflowAction bean.
WorkflowActionInsertJPAExecutor(WorkflowActionBean) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionInsertJPAExecutor
 
WorkflowActionRetryManualGetJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowActionRetryManualGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionRetryManualGetJPAExecutor
This creates the WorkflowActionRetryManualGetJPAExecutor executor object.
WorkflowActionsDeleteForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete the list of WorkflowAction for a WorkflowJob and return the number of actions been deleted.
WorkflowActionsDeleteForPurgeJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionsDeleteForPurgeJPAExecutor
 
WorkflowActionsGetForJobJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of WorkflowAction for a WorkflowJob and return the list.
WorkflowActionsGetForJobJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionsGetForJobJPAExecutor
 
WorkflowActionsGetPendingJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowActionsGetPendingJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionsGetPendingJPAExecutor
 
WorkflowActionsRunningGetJPAExecutor - Class in org.apache.oozie.executor.jpa
JPA Executor to get running workflow actions
WorkflowActionsRunningGetJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionsRunningGetJPAExecutor
 
WorkflowActionSubsetGetJPAExecutor - Class in org.apache.oozie.executor.jpa
JPA Command to get subset of workflow actions for a particular workflow.
WorkflowActionSubsetGetJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionSubsetGetJPAExecutor
This Constructor creates the WorkflowActionSubsetGetJPAExecutor object Which gets the List of wrokflow action bean.
WorkflowActionUpdateJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the WorkflowAction bean.
WorkflowActionUpdateJPAExecutor(WorkflowActionBean) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionUpdateJPAExecutor
 
WorkflowApp - Interface in org.apache.oozie.workflow
A workflow definition is a programmatic definition of a workflow application.
WorkflowAppService - Class in org.apache.oozie.service
Service that provides application workflow definition reading from the path and creation of the proto configuration.
WorkflowAppService() - Constructor for class org.apache.oozie.service.WorkflowAppService
 
WorkflowException - Exception in org.apache.oozie.workflow
Exception thrown by WorkflowJob and WorkflowLib.
WorkflowException(XException) - Constructor for exception org.apache.oozie.workflow.WorkflowException
Create an workflow exception from a XException.
WorkflowException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.workflow.WorkflowException
Create a workflow exception.
WorkflowIdGetForExternalIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Get the Workflow ID with given external ID which will be assigned for the subworkflows.
WorkflowIdGetForExternalIdJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowIdGetForExternalIdJPAExecutor
 
WorkflowInfoWithActionsSubsetGetJPAExecutor - Class in org.apache.oozie.executor.jpa
This JPA Executor is responsible for getting the Workflow job with actions in certain range.
WorkflowInfoWithActionsSubsetGetJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowInfoWithActionsSubsetGetJPAExecutor
This will create the WorkflowInfoWithActionsSubsetGetJPAExecutor object.
WorkflowInstance - Interface in org.apache.oozie.workflow
A workflow instance is an executable instance of a WorkflowApp.
WorkflowInstance.Status - Enum in org.apache.oozie.workflow
Defines the possible stati of a WorkflowInstance.
WorkflowJobBean - Class in org.apache.oozie
 
WorkflowJobBean() - Constructor for class org.apache.oozie.WorkflowJobBean
Default constructor.
WorkflowJobDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete workflow job
WorkflowJobDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobDeleteJPAExecutor
 
WorkflowJobGetActionsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load workflow actions for a workflow job.
WorkflowJobGetActionsJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobGetActionsJPAExecutor
 
WorkflowJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the WorkflowJob into a Bean and return it.
WorkflowJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobGetJPAExecutor
 
WorkflowJobInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the WorkflowJob bean.
WorkflowJobInsertJPAExecutor(WorkflowJobBean) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobInsertJPAExecutor
 
WorkflowJobsGetForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of completed WorkflowJob for purge ready.
WorkflowJobsGetForPurgeJPAExecutor(long, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
WorkflowJobUpdateJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the WorkflowJob bean.
WorkflowJobUpdateJPAExecutor(WorkflowJobBean) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobUpdateJPAExecutor
 
WorkflowLib - Interface in org.apache.oozie.workflow
The workflow library provides application parsing and storage capabilities for workflow instances.
WorkflowSchemaService - Class in org.apache.oozie.service
Service that loads Oozie workflow definition schema and registered extension schemas.
WorkflowSchemaService() - Constructor for class org.apache.oozie.service.WorkflowSchemaService
 
WorkflowsInfo - Class in org.apache.oozie
Bean that contains the result for a workflows query.
WorkflowsInfo(List<WorkflowJobBean>, int, int, int) - Constructor for class org.apache.oozie.WorkflowsInfo
Create a workflows info bean.
WorkflowsJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowsJobGetJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
This JPA Executor gets the workflows info for the range.
WorkflowStore - Class in org.apache.oozie.store
DB Implementation of Workflow Store
WorkflowStore() - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(Connection, boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(Connection, Store, boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(Store, boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStoreService - Class in org.apache.oozie.service
Base service for persistency of jobs and actions.
WorkflowStoreService() - Constructor for class org.apache.oozie.service.WorkflowStoreService
 
WorkflowXCommand<T> - Class in org.apache.oozie.command.wf
Abstract coordinator command class derived from XCommand
WorkflowXCommand(String, String, int) - Constructor for class org.apache.oozie.command.wf.WorkflowXCommand
Base class constructor for workflow commands.
WorkflowXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.wf.WorkflowXCommand
Base class constructor for workflow commands.
WritableUtils - Class in org.apache.oozie.util
Utility class to write/read Hadoop writables to/from a byte array.
WritableUtils() - Constructor for class org.apache.oozie.util.WritableUtils
 
write(DataOutput) - Method in class org.apache.oozie.BundleActionBean
 
write(DataOutput) - Method in class org.apache.oozie.BundleActionId
 
write(DataOutput) - Method in class org.apache.oozie.BundleJobBean
 
write(DataOutput) - Method in class org.apache.oozie.CoordinatorActionBean
Serialize the coordinator bean to a data output.
write(DataOutput) - Method in class org.apache.oozie.CoordinatorJobBean
 
write(DataOutput) - Method in class org.apache.oozie.SLAEventBean
 
write(DataOutput) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
write(DataOutput) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
write(DataOutput) - Method in class org.apache.oozie.workflow.lite.NodeDef
 
write(DataOutput) - Method in class org.apache.oozie.WorkflowActionBean
Serialize the action bean to a data output.
write(DataOutput) - Method in class org.apache.oozie.WorkflowJobBean
Serialize the workflow bean to a data output.
writePropToString(Properties) - Static method in class org.apache.oozie.util.XmlUtils
Convert Properties to string
writeSlaRegistrationEvent(Element, Store, String, SLAEvent.SlaAppType, String, String) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeSlaRegistrationEvent(Element, String, SLAEvent.SlaAppType, String, String, XLog) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeSlaRegistrationEvent(Element, String, SLAEvent.SlaAppType, String, String) - Static method in class org.apache.oozie.util.db.SLADbXOperations
Create SLA registration event
writeSlaStatusEvent(String, SLAEvent.Status, Store, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeSlaStatusEvent(String, SLAEvent.Status, SLAEvent.SlaAppType, XLog) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeSlaStatusEvent(String, SLAEvent.Status, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbXOperations
Create SLA status event
writeStausEvent(String, String, Store, SLAEvent.Status, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeStausEvent(String, String, SLAEvent.Status, SLAEvent.SlaAppType, XLog) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeStausEvent(String, String, SLAEvent.Status, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbXOperations
Create SLA status event
writeStr(DataOutput, String) - Static method in class org.apache.oozie.util.WritableUtils
Write a string to a data output supporting null values.

X

XCallable<T> - Interface in org.apache.oozie.util
Extends Callable adding the concept of priority.
XCommand<T> - Class in org.apache.oozie.command
Base class for synchronous and asynchronous commands.
XCommand(String, String, int) - Constructor for class org.apache.oozie.command.XCommand
Create a command.
XCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.XCommand
 
XConfiguration - Class in org.apache.oozie.util
Extends Hadoop Configuration providing a new constructor which reads an XML configuration from an InputStream.
XConfiguration() - Constructor for class org.apache.oozie.util.XConfiguration
Create an empty configuration.
XConfiguration(InputStream) - Constructor for class org.apache.oozie.util.XConfiguration
Create a configuration from an InputStream.
XConfiguration(Reader) - Constructor for class org.apache.oozie.util.XConfiguration
Create a configuration from an Reader.
XConfiguration(Properties) - Constructor for class org.apache.oozie.util.XConfiguration
Create an configuration from a Properties instance.
XException - Exception in org.apache.oozie
Base exception for all Oozie exception.
XException(XException) - Constructor for exception org.apache.oozie.XException
Create an XException from a XException.
XException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.XException
Create an EXception from an error code plus parameter to create the exception message.
XLog - Class in org.apache.oozie.util
The XLog class extends the functionality of the Apache common-logging Log interface.
XLog(Log) - Constructor for class org.apache.oozie.util.XLog
Create a XLog with no prefix.
XLog(Log, String) - Constructor for class org.apache.oozie.util.XLog
Create a XLog with a common prefix.
XLog.Info - Class in org.apache.oozie.util
LogInfo stores contextual information to create log prefixes.
XLog.Info() - Constructor for class org.apache.oozie.util.XLog.Info
Constructs an empty LogInfo.
XLog.Info(XLog.Info) - Constructor for class org.apache.oozie.util.XLog.Info
Construct a new LogInfo object from an existing one.
XLog.Level - Enum in org.apache.oozie.util
 
XLogReader - Class in org.apache.oozie.util
Reads the input stream(log file) and applies the filters and writes it to output stream.
XLogReader(InputStream, XLogStreamer.Filter, Writer) - Constructor for class org.apache.oozie.util.XLogReader
 
XLogService - Class in org.apache.oozie.service
Built-in service that initializes and manages Logging via Log4j.
XLogService() - Constructor for class org.apache.oozie.service.XLogService
 
XLogStreamer - Class in org.apache.oozie.util
XLogStreamer streams the given log file to logWriter after applying the given filter.
XLogStreamer(XLogStreamer.Filter, Writer, String, String, long) - Constructor for class org.apache.oozie.util.XLogStreamer
 
XLogStreamer.Filter - Class in org.apache.oozie.util
Filter that will construct the regular expression that will be used to filter the log statement.
XLogStreamer.Filter() - Constructor for class org.apache.oozie.util.XLogStreamer.Filter
 
XML_ERROR - Static variable in class org.apache.oozie.action.decision.DecisionActionExecutor
 
XML_UTF8 - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
XmlUtils - Class in org.apache.oozie.util
XML utility methods.
XmlUtils() - Constructor for class org.apache.oozie.util.XmlUtils
 
XmlUtils.PrettyPrint - Class in org.apache.oozie.util
Pretty print string representation of an XML document that generates the pretty print on lazy mode when the XmlUtils.PrettyPrint.toString() method is invoked.
XServletException - Exception in org.apache.oozie.servlet
Specialized Oozie servlet exception that uses Oozie error codes.
XServletException(int, XException) - Constructor for exception org.apache.oozie.servlet.XServletException
Create a DagXServletException that triggers a HTTP BAD_REQUEST (400).
XServletException(int, ErrorCode, Object...) - Constructor for exception org.apache.oozie.servlet.XServletException
Create a XServletException that triggers a specified HTTP error code.

Y

YEAR - Static variable in class org.apache.oozie.util.PropertiesUtils
 

Z

zipDir(File, String, ZipOutputStream) - Static method in class org.apache.oozie.util.IOUtils
Zips a local directory, recursively, into a ZIP stream.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2012 Apache Software Foundation. All Rights Reserved.