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_MAX_RETRIES - Static variable in class org.apache.oozie.client.OozieClient
 
ACTION_NOTIFICATION_URL - Static variable in class org.apache.oozie.client.OozieClient
 
ACTION_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ACTION_RETRY_INTERVAL - Static variable in class org.apache.oozie.client.OozieClient
 
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
 
ActionCheckCommand - Class in org.apache.oozie.command.wf
Executes the check command for ActionHandlers.
ActionCheckCommand(String) - Constructor for class org.apache.oozie.command.wf.ActionCheckCommand
 
ActionCheckCommand(String, int, int) - Constructor for class org.apache.oozie.command.wf.ActionCheckCommand
 
ActionCheckCommand(String, int) - Constructor for class org.apache.oozie.command.wf.ActionCheckCommand
 
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
 
ActionCommand<T> - Class in org.apache.oozie.command.wf
Base class for Action execution commands.
ActionCommand(String, String, int) - Constructor for class org.apache.oozie.command.wf.ActionCommand
 
ActionCommand.ActionExecutorContext - Class in org.apache.oozie.command.wf
 
ActionCommand.ActionExecutorContext(WorkflowJobBean, WorkflowActionBean, boolean) - Constructor for class org.apache.oozie.command.wf.ActionCommand.ActionExecutorContext
 
ActionEndCommand - Class in org.apache.oozie.command.wf
 
ActionEndCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionEndCommand
 
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, int, 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.
ActionKillCommand - Class in org.apache.oozie.command.wf
 
ActionKillCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionKillCommand
 
ActionNodeDef - Class in org.apache.oozie.workflow.lite
 
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, 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
 
ActionStartCommand - Class in org.apache.oozie.command.wf
 
ActionStartCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionStartCommand
 
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.ActionCommand
 
addArchive(Properties, String) - Method in class org.apache.oozie.client.XOozieClient
The equivalent to tag in oozie's workflow xml.
addCommand(String, String, String, Options, boolean) - Method in class org.apache.oozie.cli.CLIParser
Add a command to the parser.
addCron(String, String, Instrumentation.Cron) - Method in class org.apache.oozie.util.Instrumentation
Add a cron to an instrumentation timer.
addFile(Properties, String) - Method in class org.apache.oozie.client.XOozieClient
The equivalent to tag in oozie's workflow xml.
addFileToClassPath(String, String, Path, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
Add a file to the ClassPath via the DistributedCache.
addFileToClassPath(String, String, Path, Configuration) - Method in class org.apache.oozie.service.KerberosHadoopAccessorService
 
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.
addVariable(String, String, Instrumentation.Variable) - Method in class org.apache.oozie.util.Instrumentation
Add an instrumentation variable.
ADMIN - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_BUILD_VERSION_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
ADMIN_CONFIG_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_INSTRUMENTATION_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_JAVA_SYS_PROPS_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_LOG_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_OS_ENV_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_QUEUE_DUMP_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_SAFE_MODE_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_STATUS_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
ADMIN_SYSTEM_MODE_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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.
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
 
APP_PATH - Static variable in class org.apache.oozie.client.OozieClient
 
ARCHIVES - Static variable in class org.apache.oozie.client.XOozieClient
 
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.
AUTH_TOKEN_CACHE_FILE - Static variable in class org.apache.oozie.client.AuthOozieClient
File constant that defines the location of the authentication token cache file.
AUTHENTICATION - Static variable in exception org.apache.oozie.client.OozieClientException
 
AUTHENTICATOR_CLASS_SYS_PROP - Static variable in class org.apache.oozie.client.AuthOozieClient
Java system property to specify a custom Authenticator implementation.
AuthFilter - Class in org.apache.oozie.servlet
Authentication filter that extends Alfredo AuthenticationFilter to override the configuration loading.
AuthFilter() - Constructor for class org.apache.oozie.servlet.AuthFilter
 
AuthHelper - Class in org.apache.oozie.action.hadoop
 
AuthHelper() - Constructor for class org.apache.oozie.action.hadoop.AuthHelper
 
AuthOozieCLI - Class in org.apache.oozie.cli
Oozie command line utility.
AuthOozieCLI() - Constructor for class org.apache.oozie.cli.AuthOozieCLI
 
AuthOozieClient - Class in org.apache.oozie.client
This subclass of XOozieClient supports Kerberos HTTP SPNEGO and simple authentication.
AuthOozieClient(String) - Constructor for class org.apache.oozie.client.AuthOozieClient
Create an instance of the AuthOozieClient.
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.CoordSubmitCommand
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
BUILD_TIME - Static variable in class org.apache.oozie.BuildInfo
 
BUILD_USER_NAME - Static variable in class org.apache.oozie.BuildInfo
 
BUILD_VC_REVISION - Static variable in class org.apache.oozie.BuildInfo
 
BUILD_VC_URL - Static variable in class org.apache.oozie.BuildInfo
 
BUILD_VERSION - Static variable in class org.apache.oozie.BuildInfo
 
BUILD_VERSION - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
BuildInfo - Class in org.apache.oozie
This class Provide Oozie build information.

C

call() - Method in class org.apache.oozie.action.hadoop.DoAs
 
call(String, Callable<Void>) - Static method in class org.apache.oozie.action.hadoop.DoAs
 
call() - Method in class org.apache.oozie.action.hadoop.KerberosDoAs
 
call() - Method in class org.apache.oozie.client.OozieClient.ClientCallable
 
call(HttpURLConnection) - Method in class org.apache.oozie.client.OozieClient.ClientCallable
 
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.CoordActionCheckCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionInfoCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionNotification
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionReadyCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionStartCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionTimeOut
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionUpdateCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordChangeCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordJobCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordJobMatLookupCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordJobsCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordKillCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordPurgeCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordRecoveryCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordRerunCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordResumeCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordSubmitCommand
 
call(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordSuspendCommand
 
call(SLAStore) - Method in class org.apache.oozie.command.coord.SLAEventsCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionCheckCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionEndCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionKillCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionStartCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.CompletedActionCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.DefinitionCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ExternalIdCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.JobCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.JobsCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.KillCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.NotificationCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.PurgeCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ReRunCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.ResumeCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.SignalCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.SubmitCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.SubmitHttpCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.SuspendCommand
 
call(WorkflowStore) - Method in class org.apache.oozie.command.wf.WorkflowActionInfoCommand
 
CALLABLE_DUMP - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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.client.OozieClient
Change a coordinator job.
change(String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
change(String, String) - Method in class org.apache.oozie.DagEngine
 
CHANGE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
CHANGE_VALUE_CONCURRENCY - Static variable in class org.apache.oozie.client.OozieClient
 
CHANGE_VALUE_ENDTIME - Static variable in class org.apache.oozie.client.OozieClient
 
CHANGE_VALUE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
CHANGE_VALUE_PAUSETIME - Static variable in class org.apache.oozie.client.OozieClient
 
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.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.
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, Date) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckCommand
 
checkInteger(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is Integer.
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.
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
 
CLIParser - Class in org.apache.oozie.cli
Command line parser based on Apache common-cli 1.x that supports subcommands.
CLIParser(String, String[]) - Constructor for class org.apache.oozie.cli.CLIParser
Create a parser.
CLIParser.Command - Class in org.apache.oozie.cli
Bean that represents a parsed command.
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.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.
CompletedActionCommand - Class in org.apache.oozie.command.wf
 
CompletedActionCommand(String, String, Properties, int) - Constructor for class org.apache.oozie.command.wf.CompletedActionCommand
 
CompletedActionCommand(String, String, Properties) - Constructor for class org.apache.oozie.command.wf.CompletedActionCommand
 
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_BASE_URL - Static variable in class org.apache.oozie.service.CallbackService
 
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.CoordJobMatLookupTriggerService
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_CONSTANTS - Static variable in class org.apache.oozie.service.ELService
 
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.StoreService
 
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.CoordSubmitCommand
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.StoreService
 
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.CoordJobMatLookupTriggerService
Time interval, in seconds, at which the Job materialization service will be scheduled to run.
CONF_MATERIALIZATION_WINDOW - Static variable in class org.apache.oozie.service.CoordJobMatLookupTriggerService
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.StoreService
 
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_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_PASSWORD - Static variable in class org.apache.oozie.service.StoreService
 
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.CoordJobMatLookupTriggerService
 
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.HadoopAccessorService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.InstrumentationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.KerberosHadoopAccessorService
 
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.StoreService
 
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_COORD - Static variable in class org.apache.oozie.service.RecoveryService
 
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.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_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.StoreService
 
CONF_USERNAME - Static variable in class org.apache.oozie.service.StoreService
 
CONF_WF_ACTIONS_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of actions to queue, in seconds.
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.coord.CoordSubmitCommand
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.wf.SubmitCommand
 
CONFIG_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
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
 
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:mm:ssZ).
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_ACTION_NOTIFICATION_URL - Static variable in class org.apache.oozie.client.OozieClient
 
coord_actualTime_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
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_hours_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
COORD_JOB_LEN - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORD_JOB_OFFSET - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORD_JOB_TOTAL - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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_user() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return the user that submitted the coordinator job.
CoordActionCheckCommand - Class in org.apache.oozie.command.coord
 
CoordActionCheckCommand(String, int) - Constructor for class org.apache.oozie.command.coord.CoordActionCheckCommand
 
CoordActionInfoCommand - Class in org.apache.oozie.command.coord
 
CoordActionInfoCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionInfoCommand
 
CoordActionInputCheckCommand - Class in org.apache.oozie.command.coord
 
CoordActionInputCheckCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionInputCheckCommand
 
CoordActionMaterializeCommand - Class in org.apache.oozie.command.coord
 
CoordActionMaterializeCommand(String, Date, Date) - Constructor for class org.apache.oozie.command.coord.CoordActionMaterializeCommand
 
CoordActionNotification - Class in org.apache.oozie.command.coord
 
CoordActionNotification(CoordinatorActionBean) - Constructor for class org.apache.oozie.command.coord.CoordActionNotification
 
CoordActionReadyCommand - Class in org.apache.oozie.command.coord
 
CoordActionReadyCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionReadyCommand
 
CoordActionStartCommand - Class in org.apache.oozie.command.coord
 
CoordActionStartCommand(String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionStartCommand
 
CoordActionTimeOut - Class in org.apache.oozie.command.coord
 
CoordActionTimeOut(CoordinatorActionBean) - Constructor for class org.apache.oozie.command.coord.CoordActionTimeOut
 
CoordActionUpdateCommand - Class in org.apache.oozie.command.coord
 
CoordActionUpdateCommand(WorkflowJobBean) - Constructor for class org.apache.oozie.command.coord.CoordActionUpdateCommand
 
CoordChangeCommand - Class in org.apache.oozie.command.coord
 
CoordChangeCommand(String, String) - Constructor for class org.apache.oozie.command.coord.CoordChangeCommand
 
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_ACTION_CONSOLE_URL - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_CREATED_CONF - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_CREATED_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_DATA - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_ERROR_CODE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_ERROR_MESSAGE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_EXTERNAL_STATUS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_EXTERNALID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_LAST_MODIFIED_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_MISSING_DEPS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_NAME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_NOMINAL_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_NUMBER - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_RUNTIME_CONF - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_STATUS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_TRACKER_URI - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTION_TYPE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_ACTIONS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_APP_PATH - Static variable in class org.apache.oozie.client.OozieClient
 
COORDINATOR_JOB_ACTIONS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_CONCURRENCY - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_CONF - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_CONSOLE_URL - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_DATA - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_END_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_EXECUTION - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_EXECUTIONPOLICY - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_EXTERNAL_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_FREQUENCY - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_GROUP - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_LAST_ACTION_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_NAME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_NEXT_MATERIALIZED_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_PATH - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_PAUSE_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_START_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_STATUS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_TIMEOUT - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_TIMEUNIT - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_TIMEZONE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOB_USER - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_JOBS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
COORDINATOR_XML_FILE - Static variable in class org.apache.oozie.command.coord.CoordSubmitCommand
 
CoordinatorAction - Interface in org.apache.oozie.client
Bean that represents an Oozie application instance.
CoordinatorAction.Status - Enum in org.apache.oozie.client
Defines the possible stati of an application instance.
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
 
CoordinatorJob - Interface in org.apache.oozie.client
Bean that represents an Oozie application.
CoordinatorJob.Execution - Enum in org.apache.oozie.client
Defines the possible execution order of an Oozie application.
CoordinatorJob.Status - Enum in org.apache.oozie.client
Defines the possible stati of an Oozie application.
CoordinatorJob.Timeunit - Enum in org.apache.oozie.client
Defines the possible frequency unit of an Oozie application.
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
 
CoordJobCommand - Class in org.apache.oozie.command.coord
Command for loading a coordinator job information
CoordJobCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordJobCommand
 
CoordJobCommand(String, int, int) - Constructor for class org.apache.oozie.command.coord.CoordJobCommand
 
CoordJobCommand(String, boolean) - Constructor for class org.apache.oozie.command.coord.CoordJobCommand
 
CoordJobMatLookupCommand - Class in org.apache.oozie.command.coord
 
CoordJobMatLookupCommand(String, int) - Constructor for class org.apache.oozie.command.coord.CoordJobMatLookupCommand
 
CoordJobMatLookupTriggerService - Class in org.apache.oozie.service
The coordinator Materialization Lookup trigger service schedule lookup trigger command for every interval (default is 5 minutes ).
CoordJobMatLookupTriggerService() - Constructor for class org.apache.oozie.service.CoordJobMatLookupTriggerService
 
CoordJobsCommand - Class in org.apache.oozie.command.coord
 
CoordJobsCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.coord.CoordJobsCommand
 
CoordKillCommand - Class in org.apache.oozie.command.coord
 
CoordKillCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordKillCommand
 
CoordPurgeCommand - Class in org.apache.oozie.command.coord
 
CoordPurgeCommand(int, int) - Constructor for class org.apache.oozie.command.coord.CoordPurgeCommand
 
CoordRecoveryCommand - Class in org.apache.oozie.command.coord
 
CoordRecoveryCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordRecoveryCommand
 
CoordRerunCommand - Class in org.apache.oozie.command.coord
 
CoordRerunCommand(String, String, String, boolean, boolean) - Constructor for class org.apache.oozie.command.coord.CoordRerunCommand
 
CoordResumeCommand - Class in org.apache.oozie.command.coord
 
CoordResumeCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordResumeCommand
 
coordSeletStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
CoordSubmitCommand - 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.
CoordSubmitCommand(Configuration, String) - Constructor for class org.apache.oozie.command.coord.CoordSubmitCommand
Constructor to create the Coordinator Submit Command.
CoordSubmitCommand(boolean, Configuration, String) - Constructor for class org.apache.oozie.command.coord.CoordSubmitCommand
 
CoordSuspendCommand - Class in org.apache.oozie.command.coord
 
CoordSuspendCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordSuspendCommand
 
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.ActionEndCommand
 
COULD_NOT_START - Static variable in class org.apache.oozie.command.coord.CoordActionStartCommand
 
COULD_NOT_START - Static variable in class org.apache.oozie.command.wf.ActionStartCommand
 
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.
createAdminOptions() - Method in class org.apache.oozie.cli.OozieCLI
 
createCallBackUrl(String, String) - Method in class org.apache.oozie.service.CallbackService
Create a callback URL.
createConfiguration() - Method in class org.apache.oozie.client.OozieClient
Create an empty configuration with just the OozieClient.USER_NAME set to the JVM user name.
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'.
createConnection(URL, String) - Method in class org.apache.oozie.client.AuthOozieClient
Create an authenticated connection to the Oozie server.
createConnection(URL, String) - Method in class org.apache.oozie.client.OozieClient
Create http connection to oozie server.
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.SignalCommand
 
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.command.wf.SubmitCommand
 
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(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, String, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a FileSystem created with the provided user/group.
createFileSystem(String, String, URI, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a FileSystem created with the provided user/group for the specified URI.
createFileSystem(String, String, Configuration) - Method in class org.apache.oozie.service.KerberosHadoopAccessorService
Return a FileSystem created with the provided user/group.
createFileSystem(String, String, URI, Configuration) - Method in class org.apache.oozie.service.KerberosHadoopAccessorService
Return a FileSystem created with the provided user/group 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, String, JobConf) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a JobClient created with the provided user/group.
createJobClient(String, String, JobConf) - Method in class org.apache.oozie.service.KerberosHadoopAccessorService
Return a JobClient created with the provided user/group.
createJobOptions() - Method in class org.apache.oozie.cli.OozieCLI
 
createJobsOptions() - Method in class org.apache.oozie.cli.OozieCLI
 
createLazyEvaluator(Date, Date, Element, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new evaluator for Lazy resolve (phase 3).
createOozieClient(CommandLine) - Method in class org.apache.oozie.cli.AuthOozieCLI
Create a OozieClient.
createOozieClient(CommandLine) - Method in class org.apache.oozie.cli.OozieCLI
Create a OozieClient.
createPigOptions() - Method in class org.apache.oozie.cli.OozieCLI
 
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
createSlaOptions() - Method in class org.apache.oozie.cli.OozieCLI
 
createURIELEvaluator(String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new Evaluator to resolve URI temple with time specific constant
createXOozieClient(CommandLine) - Method in class org.apache.oozie.cli.AuthOozieCLI
Create a XOozieClient.
createXOozieClient(CommandLine) - Method in class org.apache.oozie.cli.OozieCLI
Create a XOozieClient.
CURRENT - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 

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 bean 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
 
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_GROUP - Static variable in class org.apache.oozie.service.AuthorizationService
Default group returned by getDefaultGroup().
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.
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
 
DEFINITION_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
DefinitionCommand - Class in org.apache.oozie.command.wf
 
DefinitionCommand(String) - Constructor for class org.apache.oozie.command.wf.DefinitionCommand
 
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.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.CoordJobMatLookupTriggerService
 
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.HadoopAccessorService
 
destroy() - Method in class org.apache.oozie.service.InstrumentationService
Destroy the instrumentation service.
destroy() - Method in class org.apache.oozie.service.KerberosHadoopAccessorService
 
destroy() - Method in class org.apache.oozie.service.MemoryLocksService
Destroy the memory locks 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.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.
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.
DoAs - Class in org.apache.oozie.action.hadoop
 
DoAs() - Constructor for class org.apache.oozie.action.hadoop.DoAs
 
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 Alfredo AuthenticationFilter.
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.JobServlet
Return information about jobs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.JobsServlet
Return information about jobs.
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.BaseJobsServlet
Create a job.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.CallbackServlet
POST callback
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.JobsServlet
Create a job.
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.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.JobServlet
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(Properties) - Method in class org.apache.oozie.client.OozieClient
dryrun for a given job
dryrun - Variable in class org.apache.oozie.command.Command
 
DRYRUN_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.BaseEngine
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.CoordinatorEngine
 
dryrunSubmit(Configuration, boolean) - Method in class org.apache.oozie.DagEngine
 

E

EL_ERROR - Static variable in class org.apache.oozie.command.coord.CoordActionStartCommand
 
EL_ERROR - Static variable in class org.apache.oozie.command.wf.ActionStartCommand
 
EL_EVAL_ERROR - Static variable in class org.apache.oozie.command.coord.CoordActionStartCommand
 
EL_EVAL_ERROR - Static variable in class org.apache.oozie.command.wf.ActionStartCommand
 
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.
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
 
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.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.ActionEndCommand
 
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
 
ENV_OOZIE_URL - Static variable in class org.apache.oozie.cli.OozieCLI
 
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 - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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_CODE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
ERROR_MESSAGE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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
 
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.CoordActionStartCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionCheckCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionStartCommand
 
execute(S) - Method in class org.apache.oozie.command.Command
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionCheckCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionReadyCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionStartCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionTimeOut
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordActionUpdateCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordChangeCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordJobMatLookupCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordKillCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordRecoveryCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordRerunCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordResumeCommand
 
execute(CoordinatorStore) - Method in class org.apache.oozie.command.coord.CoordSuspendCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionCheckCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionEndCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionKillCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.ActionStartCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.KillCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.ReRunCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.ResumeCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.SignalCommand
 
execute(WorkflowStore) - Method in class org.apache.oozie.command.wf.SuspendCommand
 
executeCommand(String) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Utility method to execute command.
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_ID - Static variable in class org.apache.oozie.client.OozieClient
 
ExternalIdCommand - Class in org.apache.oozie.command.wf
 
ExternalIdCommand(String) - Constructor for class org.apache.oozie.command.wf.ExternalIdCommand
 

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.ActionCommand
 
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
 
FILES - Static variable in class org.apache.oozie.client.XOozieClient
 
filter(Map<String, List<String>>, List<String>, List<String>, List<String>, StringBuilder, String, String) - Static method in class org.apache.oozie.store.StoreStatusFilter
 
FILTER_GROUP - Static variable in class org.apache.oozie.client.OozieClient
 
FILTER_NAME - Static variable in class org.apache.oozie.client.OozieClient
 
FILTER_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
FILTER_STATUS - Static variable in class org.apache.oozie.client.OozieClient
 
FILTER_USER - Static variable in class org.apache.oozie.client.OozieClient
 
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
 
FORM_CONTENT_TYPE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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.
formatDateRfc822(Date) - Static method in class org.apache.oozie.client.rest.JsonUtils
Format a Date in RFC822 GMT.
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.client.rest.JsonCoordinatorAction
Convert a JSONArray into a nodes list.
fromJSONArray(JSONArray) - Static method in class org.apache.oozie.client.rest.JsonCoordinatorJob
Convert a JSONArray into a application list.
fromJSONArray(JSONArray) - Static method in class org.apache.oozie.client.rest.JsonWorkflowAction
Convert a JSONArray into a nodes list.
fromJSONArray(JSONArray) - Static method in class org.apache.oozie.client.rest.JsonWorkflowJob
Convert a JSONArray into a workflows list.
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() - Static method in class org.apache.oozie.action.hadoop.AuthHelper
 
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(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.
getAction() - Method in class org.apache.oozie.command.wf.ActionCommand.ActionExecutorContext
 
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.
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.ActionCommand.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 interface org.apache.oozie.client.CoordinatorAction
Return the action number
getActionNumber() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getActions() - Method in interface org.apache.oozie.client.CoordinatorJob
Return list of coordinator actions.
getActions() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getActions() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getActions() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow nodes that already executed and are executing.
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.
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
 
getAlertContact() - Method in interface org.apache.oozie.client.SLAEvent
 
getAlertFrequency() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAlertFrequency() - Method in interface org.apache.oozie.client.SLAEvent
 
getAlertPercentage() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAlertPercentage() - Method in interface org.apache.oozie.client.SLAEvent
 
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.ActionCommand.ActionExecutorContext
 
getAppName() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the name of the Oozie application (from the application definition).
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
 
getAppName() - Method in interface org.apache.oozie.client.SLAEvent
 
getAppName() - Method in interface org.apache.oozie.client.WorkflowJob
Return the name of the workflow application (from the workflow definition).
getAppPath() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the path to the Oozie application.
getAppPath() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getAppPath() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getAppPath() - Method in interface org.apache.oozie.client.WorkflowJob
Return the path to the workflow application for the workflow job.
getAppType() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getAppType() - Method in interface org.apache.oozie.client.SLAEvent
 
getAppType() - Method in class org.apache.oozie.SLAEventBean
 
getAppTypeStr() - Method in class org.apache.oozie.SLAEventBean
 
getAuthenticator() - Method in class org.apache.oozie.client.AuthOozieClient
Return the Alfredo Authenticator to use.
getAuthToken() - Method in class org.apache.oozie.BaseEngine
Return the authentication token.
getAuthToken() - Method in class org.apache.oozie.CoordinatorJobBean
 
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
getBuildInfo() - Static method in class org.apache.oozie.BuildInfo
Return the build info properties.
getBundleId() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the BundleId.
getBundleId() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
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
 
getCallable() - Method in class org.apache.oozie.action.hadoop.DoAs
 
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.ActionCommand.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.
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.
getClientBuildVersion() - Method in class org.apache.oozie.client.OozieClient
Return the Oozie client build version.
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
 
getCLIHelp() - Method in class org.apache.oozie.cli.OozieCLI
Return Oozie CLI top help lines.
getCommandLine() - Method in class org.apache.oozie.cli.CLIParser.Command
Return the command line.
getConcurrency() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the concurrency for the coord job
getConcurrency() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getConf() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the application configuration.
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 interface org.apache.oozie.client.WorkflowAction
Return the action configuration.
getConf() - Method in interface org.apache.oozie.client.WorkflowJob
Return the job configuration.
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 interface org.apache.oozie.client.CoordinatorAction
Return the URL to the web console of the system executing the application instance.
getConsoleUrl() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the application console URL.
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.
getConsoleUrl() - Method in interface org.apache.oozie.client.WorkflowAction
Return the URL to the web console of the system executing the action.
getConsoleUrl() - Method in interface org.apache.oozie.client.WorkflowJob
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
getCoordActionInfo(String) - Method in class org.apache.oozie.client.OozieClient
Get the info of a coordinator action.
getCoordActionInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the info of a coordinator action.
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
getCoordClient() - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie.
getCoordinatorAction(String, boolean) - Method in class org.apache.oozie.store.CoordinatorStore
Load the CoordinatorAction into a Bean and return it.
getCoordinatorActionForExternalId(String) - Method in class org.apache.oozie.store.CoordinatorStore
 
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.
getCoordJob(String) - Method in class org.apache.oozie.BaseEngine
Return the info about a coord job.
getCoordJob(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.CoordinatorEngine
 
getCoordJob(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordJob(String) - Method in class org.apache.oozie.DagEngine
 
getCoordJob(String, int, int) - Method in class org.apache.oozie.DagEngine
 
getCoordJobInfo(String) - Method in class org.apache.oozie.client.OozieClient
Get the info of a coordinator job.
getCoordJobInfo(String, int, int) - Method in class org.apache.oozie.client.OozieClient
Get the info of a coordinator job and subset actions.
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.client.OozieClient
Return the info of the coordinator jobs that match the filter.
getCoordJobsInfo(String, int, int) - Method in class org.apache.oozie.LocalOozieClientCoord
Return the info of the coordinator jobs that match the filter.
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 interface org.apache.oozie.client.CoordinatorAction
Return the application instance ?? created configuration.
getCreatedConf() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getCreatedTime() - Method in interface org.apache.oozie.client.CoordinatorAction
Return the creation time for the application instance
getCreatedTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getCreatedTime() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getCreatedTime() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job creation time.
getCreatedTime() - Method in class org.apache.oozie.command.Command
Returns the createdTime of the callable in milliseconds
getCreatedTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
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.CoordinatorActionBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
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.
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
 
getData() - Method in interface org.apache.oozie.client.WorkflowAction
Return the action data.
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.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
 
getDevContact() - Method in interface org.apache.oozie.client.SLAEvent
 
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.ActionCommand.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 interface org.apache.oozie.client.CoordinatorJob
Return the application end time.
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 interface org.apache.oozie.client.WorkflowAction
Return the end time of the action action.
getEndTime() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job end time.
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.CoordinatorJobBean
 
getEndTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getEndTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
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 interface org.apache.oozie.client.CoordinatorAction
Return the error code of the application instance, if it ended in ERROR.
getErrorCode() - Method in exception org.apache.oozie.client.OozieClientException
Return the exception error code.
getErrorCode() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getErrorCode() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getErrorCode() - Method in interface org.apache.oozie.client.WorkflowAction
Return the error code of the action, if it ended in ERROR.
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 interface org.apache.oozie.client.CoordinatorAction
Return the error message of the application instance, if it ended in ERROR.
getErrorMessage() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getErrorMessage() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getErrorMessage() - Method in interface org.apache.oozie.client.WorkflowAction
Return the error message of the action, if it ended in ERROR.
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
 
getEvent_id() - Method in interface org.apache.oozie.client.SLAEvent
 
getEventType() - Method in class org.apache.oozie.SLAEventBean
 
getExecution() - Method in class org.apache.oozie.CoordinatorJobBean
 
getExecutionOrder() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the execution order policy for the coord job
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.
getExecutor(String) - Method in class org.apache.oozie.service.ActionService
 
getExpectedEnd() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getExpectedEnd() - Method in interface org.apache.oozie.client.SLAEvent
 
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 interface org.apache.oozie.client.SLAEvent
 
getExpectedStart() - Method in class org.apache.oozie.SLAEventBean
 
getExpectedStartTS() - Method in class org.apache.oozie.SLAEventBean
 
getExternalId() - Method in interface org.apache.oozie.client.CoordinatorAction
 
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 interface org.apache.oozie.client.WorkflowAction
Return the external ID of the action.
getExternalId() - Method in class org.apache.oozie.CoordinatorActionBean
 
getExternalId() - Method in class org.apache.oozie.WorkflowJobBean
 
getExternalStatus() - Method in interface org.apache.oozie.client.CoordinatorAction
Return the external status of the application instance.
getExternalStatus() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getExternalStatus() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getExternalStatus() - Method in interface org.apache.oozie.client.WorkflowAction
Return the external status of the action.
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 interface org.apache.oozie.client.CoordinatorJob
Return the frequency for the coord job in unit of minute
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 interface org.apache.oozie.client.CoordinatorJob
Return the application group.
getGroup() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getGroup() - Method in class org.apache.oozie.client.rest.JsonWorkflowJob
 
getGroup() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job group.
getGroupName() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getGroupName() - Method in interface org.apache.oozie.client.SLAEvent
 
getHadoopConf(Configuration) - Static method in class org.apache.oozie.coord.CoordUtils
 
getHadoopJobIds(String, String) - Static method in class org.apache.oozie.action.hadoop.HiveMain
 
getHadoopJobIds(String) - Method in class org.apache.oozie.action.hadoop.PigMain
 
getHandlerClass() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getHeader(String) - Method in class org.apache.oozie.client.OozieClient
Get the value of a set HTTP header from the workflow instance.
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.client.OozieClient
Return an iterator with all the header names set in the workflow 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.
getHeaders() - Method in class org.apache.oozie.client.OozieClient
Get the set HTTP header
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 interface org.apache.oozie.client.CoordinatorAction
Return the application instance ID.
getId() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the application ID.
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 interface org.apache.oozie.client.WorkflowAction
Return the action action ID.
getId() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job ID.
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.
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.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.CoordJobMatLookupTriggerService
 
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.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.MemoryLocksService
Return the public interface for the memory locks services
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.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.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
 
getJobData() - Method in interface org.apache.oozie.client.SLAEvent
 
getJobDefinition(String) - Method in class org.apache.oozie.client.OozieClient
Get the definition of a workflow job.
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 interface org.apache.oozie.client.CoordinatorAction
Return the coordinator job ID.
getJobId(String) - Method in class org.apache.oozie.client.OozieClient
Return the workflow job Id for an external Id.
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.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.client.OozieClient
Get the info of a workflow job.
getJobInfo(String, int, int) - Method in class org.apache.oozie.client.OozieClient
Get the info of a workflow job and subset actions.
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. 
getJobLog(String) - Method in class org.apache.oozie.client.OozieClient
Get the log of a workflow job.
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, with filtering or interested windows embedded in the request object
getJobsInfo(String, int, int) - Method in class org.apache.oozie.client.OozieClient
Return the info of the workflow jobs that match the filter.
getJobsInfo(String) - Method in class org.apache.oozie.client.OozieClient
Return the info of the workflow jobs that match the filter.
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 interface org.apache.oozie.client.SLAEvent
 
getJobStatus() - Method in class org.apache.oozie.SLAEventBean
 
getJobStatusStr() - Method in class org.apache.oozie.SLAEventBean
 
getJobXml() - Method in class org.apache.oozie.CoordinatorJobBean
 
getLastActionNumber() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getLastActionTime() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the date for the last action of the coord job
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
 
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 interface org.apache.oozie.client.CoordinatorAction
Return the 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 interface org.apache.oozie.client.WorkflowJob
Return the workflow job last modified time.
getLastModifiedTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getLastModifiedTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getLastModifiedTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getLastSeqId() - Method in class org.apache.oozie.command.coord.SLAEventsCommand
 
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.SqoopActionExecutor
 
getLauncherJarName() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
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.SqoopActionExecutor
 
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
getListString(JSONObject, String) - Static method in class org.apache.oozie.client.rest.JsonUtils
Return a List value from a JSONObject.
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
getLongValue(JSONObject, String) - Static method in class org.apache.oozie.client.rest.JsonUtils
Return a long value from a JSONObject.
getLoopFlag(String) - Static method in class org.apache.oozie.workflow.lite.NodeHandler
 
getMainArguments(Configuration) - Static method in class org.apache.oozie.action.hadoop.LauncherMapper
 
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 interface org.apache.oozie.client.CoordinatorAction
Return the missing dependencies for the particular action
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.cli.CLIParser.Command
Return the command name.
getName() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getName() - Method in interface org.apache.oozie.client.WorkflowAction
Return the action name.
getName() - Method in class org.apache.oozie.command.Command
Return the name of the command.
getName() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getName() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
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 interface org.apache.oozie.client.CoordinatorJob
Return the application next materialized time.
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
 
getNode(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getNodeDef() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getNodeDefs() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getNominalTime() - Method in interface org.apache.oozie.client.CoordinatorAction
Return the nominal time for the application instance
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
 
getNotificationMsg() - Method in interface org.apache.oozie.client.SLAEvent
 
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(CommandLine) - Method in class org.apache.oozie.cli.OozieCLI
 
getOozieUrl() - Method in class org.apache.oozie.client.OozieClient
Return the Oozie URL of the workflow client instance.
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.CoordinatorJobBean
 
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
 
getParentClientId() - Method in interface org.apache.oozie.client.SLAEvent
 
getParentExecutionPath(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getParentSlaId() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getParentSlaId() - Method in interface org.apache.oozie.client.SLAEvent
 
getPauseTime() - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
getPauseTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
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.
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.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
 
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.ActionCommand.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.client.OozieClient
Return the Oozie URL used by the client and server for WS communications.
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
 
getQaContact() - Method in interface org.apache.oozie.client.SLAEvent
 
getQueueDump() - Method in class org.apache.oozie.client.OozieClient
Return the Oozie queue's commands' dump
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
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.ActionCommand.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.
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
 
getRetries() - Method in interface org.apache.oozie.client.WorkflowAction
Return the number of retries of the action.
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
 
getRun() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job run number.
getRunConf() - Method in interface org.apache.oozie.client.CoordinatorAction
Return the run-time configuration
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
 
getSeContact() - Method in interface org.apache.oozie.client.SLAEvent
 
getServerBuildVersion() - Method in class org.apache.oozie.client.OozieClient
Return the Oozie server build version.
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.
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
 
getSlaId() - Method in interface org.apache.oozie.client.SLAEvent
 
getSlaInfo(int, int) - Method in class org.apache.oozie.client.OozieClient
Print sla info about coordinator and workflow jobs and actions.
getSlaXml() - Method in class org.apache.oozie.CoordinatorActionBean
 
getSlaXml() - Method in class org.apache.oozie.CoordinatorJobBean
 
getSlaXml() - Method in class org.apache.oozie.WorkflowActionBean
 
getSlaXml() - Method in class org.apache.oozie.WorkflowJobBean
 
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 interface org.apache.oozie.client.CoordinatorJob
Return the application start time.
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 interface org.apache.oozie.client.WorkflowAction
Return the start time of the action action.
getStartTime() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job start time.
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.CoordinatorJobBean
 
getStartTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getStartTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getStatus() - Method in interface org.apache.oozie.client.CoordinatorAction
Return the current status of the application instance.
getStatus() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the application status.
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 interface org.apache.oozie.client.WorkflowAction
Return the current status of the action action.
getStatus() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job status.
getStatus() - Method in class org.apache.oozie.CoordinatorActionBean
 
getStatus() - Method in class org.apache.oozie.CoordinatorJobBean
 
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
 
getStatusStr() - Method in class org.apache.oozie.CoordinatorJobBean
 
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 interface org.apache.oozie.client.SLAEvent
 
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.
getStoreClass() - Method in class org.apache.oozie.command.coord.SLAEventsCommand
 
getStoreClass() - Method in class org.apache.oozie.command.wf.WorkflowCommand
Return the public interface of the Workflow 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
 
getSuspendedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
 
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.
getSystemMode() - Method in class org.apache.oozie.client.OozieClient
Returns if Oozie is in safe mode or not.
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 interface org.apache.oozie.client.CoordinatorJob
Return the time out value for the coord job
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 interface org.apache.oozie.client.CoordinatorJob
Return the timeUnit for the coord job, it could be, Timeunit enum, e.g.
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.CoordinatorJobBean
 
getTimeZone() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the time zone information for the coord job
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.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 interface org.apache.oozie.client.CoordinatorAction
Return the URL to programmatically track the status of the application instance.
getTrackerUri() - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
getTrackerUri() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getTrackerUri() - Method in interface org.apache.oozie.client.WorkflowAction
Return the URL to programmatically track the status of the action.
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() - Method in interface org.apache.oozie.client.WorkflowAction
Return the transition a action took.
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.client.rest.JsonCoordinatorAction
 
getType() - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
getType() - Method in interface org.apache.oozie.client.WorkflowAction
Return the action type.
getType() - Method in class org.apache.oozie.command.Command
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.
getUpstreamApps() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
getUpstreamApps() - Method in interface org.apache.oozie.client.SLAEvent
 
getUriTemplate() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getUser() - Method in class org.apache.oozie.action.hadoop.DoAs
 
getUser() - Method in class org.apache.oozie.BaseEngine
Return the user name.
getUser() - Method in interface org.apache.oozie.client.CoordinatorJob
Return the application user owner.
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() - Method in interface org.apache.oozie.client.SLAEvent
 
getUser() - Method in interface org.apache.oozie.client.WorkflowJob
Return the workflow job user owner.
getUser(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the user name of the request if any.
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.ActionCommand.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
 
getWorkflow() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return the workflow job.
getWorkflow() - Method in class org.apache.oozie.command.wf.ActionCommand.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
 
getWorkflowActionInfo(String) - Method in class org.apache.oozie.client.OozieClient
Get the info of a workflow action.
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.SubmitHttpCommand
Generate workflow xml from conf object
getWorkflowXml(Configuration) - Method in class org.apache.oozie.command.wf.SubmitMRCommand
 
getWorkflowXml(Configuration) - Method in class org.apache.oozie.command.wf.SubmitPigCommand
 
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.
GROUP_NAME - Static variable in class org.apache.oozie.client.OozieClient
 
GROUPS - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
GROUPS - Static variable in class org.apache.oozie.util.PropertiesUtils
 

H

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_JT_KERBEROS_NAME - Static variable in class org.apache.oozie.service.WorkflowAppService
 
HADOOP_NN_KERBEROS_NAME - Static variable in class org.apache.oozie.service.WorkflowAppService
 
HADOOP_UGI - Static variable in class org.apache.oozie.coord.CoordUtils
 
HADOOP_UGI - Static variable in class org.apache.oozie.service.WorkflowAppService
 
HADOOP_UGI - Static variable in class org.apache.oozie.util.PropertiesUtils
 
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.ActionCommand
Takes care of errors.
handleNonTransient(WorkflowStore, ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionCommand
Takes care of non transient failures.
handleTransient(ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionCommand
Takes care of Transient failures.
hasEnded() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
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
 
hasTransientVar(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
HELP_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
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
 
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.CoordSubmitCommand
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.ActionCommand
 
incrCommandCounter(int) - Method in class org.apache.oozie.command.Command
Used to increment command counters.
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.
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.
INFO_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
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.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.CoordJobMatLookupTriggerService
 
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.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(Configuration) - Method in class org.apache.oozie.service.KerberosHadoopAccessorService
 
init(Services) - Method in class org.apache.oozie.service.MemoryLocksService
Initialize the memory locks 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.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(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.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.CoordSubmitCommand
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.
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_COUNTERS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_DATA - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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.ActionCommand
 
INSTR_GROUP - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_GROUP - Static variable in class org.apache.oozie.util.db.InstrumentedBasicDataSource
 
INSTR_NAME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_NAME - Static variable in class org.apache.oozie.util.db.InstrumentedBasicDataSource
 
INSTR_SAMPLER_VALUE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_SAMPLERS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_SUCCEEDED_JOBS_COUNTER_NAME - Static variable in class org.apache.oozie.command.wf.SignalCommand
 
INSTR_TIMER_OWN_MAX_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_OWN_MIN_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_OWN_STD_DEV - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_OWN_TIME_AVG - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_TICKS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_TOTAL_MAX_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_TOTAL_MIN_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_TOTAL_STD_DEV - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMER_TOTAL_TIME_AVG - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_TIMERS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_VARIABLE_VALUE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
INSTR_VARIABLES - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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.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 - 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.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.
INVALID_FILTER - Static variable in exception org.apache.oozie.client.OozieClientException
 
INVALID_INPUT - Static variable in exception org.apache.oozie.client.OozieClientException
 
IO_ERROR - Static variable in exception org.apache.oozie.client.OozieClientException
 
IOUtils - Class in org.apache.oozie.util
IO Utility methods.
IOUtils() - Constructor for class org.apache.oozie.util.IOUtils
 
IS_PROXY_SUBMISSION - Static variable in class org.apache.oozie.client.XOozieClient
 
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.
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.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
 
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
 
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.ActionCommand.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.ActionCommand.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
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.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
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.ActionCommand.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
Return if security is enabled or not.
isStarted() - Method in class org.apache.oozie.command.wf.ActionCommand.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.
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 - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB - Static variable in class org.apache.oozie.service.DagXLogInfoService
Job log info constant.
JOB_ACTION_CHANGE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ACTION_DRYRUN - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ACTION_KILL - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ACTION_RERUN - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ACTION_RESUME - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ACTION_START - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ACTION_SUSPEND - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_CHANGE_VALUE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
JOB_COORD_ACTION_RERUN - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_COORD_RERUN_ACTION - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_COORD_RERUN_DATE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_COORD_RERUN_NOCLEANUP_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_COORD_RERUN_REFRESH_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_COORD_RERUN_SCOPE_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_COORD_RERUN_TYPE_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
JOB_RESOURCE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_SHOW_CONFIG - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_SHOW_DEFINITION - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_SHOW_INFO - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_SHOW_LOG - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_SHOW_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOB_TRACKER_WHITELIST - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
JobCommand - Class in org.apache.oozie.command.wf
Command for loading a job information
JobCommand(String) - Constructor for class org.apache.oozie.command.wf.JobCommand
 
JobCommand(String, int, int) - Constructor for class org.apache.oozie.command.wf.JobCommand
 
JOBS - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOBS_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
JOBS_EXTERNAL_ID_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JOBS_FILTER_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JobsCommand - Class in org.apache.oozie.command.wf
Command for loading the Workflows according to the given filter information
JobsCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.wf.JobsCommand
Constructor taking the filter information
JobServlet - Class in org.apache.oozie.servlet
 
JobServlet() - Constructor for class org.apache.oozie.servlet.JobServlet
 
JobsServlet - Class in org.apache.oozie.servlet
 
JobsServlet() - Constructor for class org.apache.oozie.servlet.JobsServlet
 
JOBTYPE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
JOBTYPE_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JobUtils - Class in org.apache.oozie.util
Job utilities.
JobUtils() - Constructor for class org.apache.oozie.util.JobUtils
 
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
 
JSON_CONTENT_TYPE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
JsonBean - Interface in org.apache.oozie.client.rest
Inteface for beans that serialize into JSON.
JsonCoordinatorAction - Class in org.apache.oozie.client.rest
 
JsonCoordinatorAction() - Constructor for class org.apache.oozie.client.rest.JsonCoordinatorAction
 
JsonCoordinatorAction(JSONObject) - 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
 
JsonCoordinatorJob(JSONObject) - 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
 
JsonTags - Interface in org.apache.oozie.client.rest
Json element tags used by client beans.
JsonUtils - Class in org.apache.oozie.client.rest
Json utils methods.
JsonUtils() - Constructor for class org.apache.oozie.client.rest.JsonUtils
 
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
 
JsonWorkflowAction(JSONObject) - 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
 
JsonWorkflowJob(JSONObject) - Constructor for class org.apache.oozie.client.rest.JsonWorkflowJob
 
JT - Static variable in class org.apache.oozie.client.XOozieClient
 
JT_PRINCIPAL - Static variable in class org.apache.oozie.client.XOozieClient
 

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.KerberosHadoopAccessorService
 
KERBEROS_KEYTAB - Static variable in class org.apache.oozie.service.KerberosHadoopAccessorService
 
KERBEROS_PRINCIPAL - Static variable in class org.apache.oozie.service.KerberosHadoopAccessorService
 
KerberosAuthHelper - Class in org.apache.oozie.action.hadoop
 
KerberosAuthHelper() - Constructor for class org.apache.oozie.action.hadoop.KerberosAuthHelper
 
KerberosDoAs - Class in org.apache.oozie.action.hadoop
 
KerberosDoAs() - Constructor for class org.apache.oozie.action.hadoop.KerberosDoAs
 
KerberosHadoopAccessorService - Class in org.apache.oozie.service
The HadoopAccessorService returns HadoopAccessor instances configured to work on behalf of a user-group.
KerberosHadoopAccessorService() - Constructor for class org.apache.oozie.service.KerberosHadoopAccessorService
 
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.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.client.OozieClient
Kill a workflow job.
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.
KILL_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
KillCommand - Class in org.apache.oozie.command.wf
 
KillCommand(String) - Constructor for class org.apache.oozie.command.wf.KillCommand
 
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
 

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
 
LEN_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
LEN_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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
LIBPATH - Static variable in class org.apache.oozie.client.OozieClient
 
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
 
LOCAL - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
LOCAL_TIME_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
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_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
 
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.
LOG_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
LOG_TOKEN - Static variable in class org.apache.oozie.client.OozieClient
 
logQueueCallableFalse(List<? extends XCallable<Void>>) - Method in class org.apache.oozie.command.Command
Logging the info if failed to queue the callables.
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.PipesMain
 
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.cli.AuthOozieCLI
Entry point for the Oozie CLI when invoked from the command line.
main(String[]) - Static method in class org.apache.oozie.cli.OozieCLI
Entry point for the Oozie CLI when invoked from the command line.
main(String[]) - Static method in class org.apache.oozie.command.coord.CoordActionInputCheckCommand
 
main(String[]) - Static method in class org.apache.oozie.command.coord.CoordActionMaterializeCommand
For preliminery testing.
main(String[]) - Static method in class org.apache.oozie.command.coord.CoordSubmitCommand
For unit-testing only.
main(String[]) - Static method in class org.apache.oozie.command.wf.ActionCheckCommand
 
main(String[]) - Static method in class org.apache.oozie.DagEngine
 
MANDATORY_OOZIE_CONFS - Static variable in class org.apache.oozie.command.wf.SubmitHttpCommand
 
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.
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, 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
 
MAX_EVENTS - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
MAX_RETRIES - Static variable in class org.apache.oozie.action.ActionExecutor
Define the default maximum number of retry attempts for transient errors (total attempts = 1 + MAX_RETRIES).
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.coord.CoordSubmitCommand
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.
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
NN - Static variable in class org.apache.oozie.client.XOozieClient
 
NN_PRINCIPAL - Static variable in class org.apache.oozie.client.XOozieClient
 
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
 
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.client.OozieClient
Check if the string is not null or not empty.
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.
NotificationCommand - Class in org.apache.oozie.command.wf
 
NotificationCommand(WorkflowJobBean) - Constructor for class org.apache.oozie.command.wf.NotificationCommand
 
NotificationCommand(WorkflowJobBean, WorkflowActionBean) - Constructor for class org.apache.oozie.command.wf.NotificationCommand
 
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.client.OozieClient
Check if the object is not null.
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.
OFFSET_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
OFFSET_PARAM - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
OK - Static variable in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
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_ERROR_CODE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
OOZIE_ERROR_MESSAGE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
OOZIE_HOME_DIR - Static variable in class org.apache.oozie.service.Services
Environment variable that indicates the location of the Oozie home directory.
OOZIE_LOG_DIR - Static variable in class org.apache.oozie.service.XLogService
System property that indicates the logs directory.
OOZIE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
OOZIE_SAFE_MODE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
OOZIE_SYSTEM_MODE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
OozieCLI - Class in org.apache.oozie.cli
Oozie command line utility.
OozieCLI() - Constructor for class org.apache.oozie.cli.OozieCLI
Create an Oozie CLI instance.
OozieClient - Class in org.apache.oozie.client
Client API to submit and manage Oozie workflow jobs against an Oozie intance.
OozieClient() - Constructor for class org.apache.oozie.client.OozieClient
 
OozieClient(String) - Constructor for class org.apache.oozie.client.OozieClient
Create a Workflow client instance.
OozieClient.ClientCallable<T> - Class in org.apache.oozie.client
 
OozieClient.ClientCallable(String, String, String, Map<String, String>) - Constructor for class org.apache.oozie.client.OozieClient.ClientCallable
 
OozieClient.SYSTEM_MODE - Enum in org.apache.oozie.client
 
OozieClientException - Exception in org.apache.oozie.client
Exception thrown by the OozieClient.
OozieClientException(String, String) - Constructor for exception org.apache.oozie.client.OozieClientException
Create an exception.
OozieClientException(String, Throwable) - Constructor for exception org.apache.oozie.client.OozieClientException
Create an exception with a cause.
OozieClientException(String, String, Throwable) - Constructor for exception org.apache.oozie.client.OozieClientException
Create an exception with a cause.
OozieCLIException - Exception in org.apache.oozie.cli
Exception thrown by OozieCLI
OozieCLIException(String) - Constructor for exception org.apache.oozie.cli.OozieCLIException
 
OozieCLIException(String, Throwable) - Constructor for exception org.apache.oozie.cli.OozieCLIException
 
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.SubmitHttpCommand
 
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.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.cli - package org.apache.oozie.cli
 
org.apache.oozie.client - package org.apache.oozie.client
 
org.apache.oozie.client.rest - package org.apache.oozie.client.rest
 
org.apache.oozie.command - package org.apache.oozie.command
 
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.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
 
OTHER - Static variable in exception org.apache.oozie.client.OozieClientException
 

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(String[]) - Method in class org.apache.oozie.cli.CLIParser
Parse a array of arguments into a command.
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
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.
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_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_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_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_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
 
PIG_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
PIG_OPTIONS - Static variable in class org.apache.oozie.client.XOozieClient
 
PIG_SCRIPT - Static variable in class org.apache.oozie.client.XOozieClient
 
PigActionExecutor - Class in org.apache.oozie.action.hadoop
 
PigActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.PigActionExecutor
 
PIGFILE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
PigMain - Class in org.apache.oozie.action.hadoop
 
PigMain() - Constructor for class org.apache.oozie.action.hadoop.PigMain
 
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.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.
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
 
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.
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.
printContentsOfCurrentDir() - Method in class org.apache.oozie.action.hadoop.LauncherMapper
Print files and directories in current directory.
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
 
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.
PurgeCommand - Class in org.apache.oozie.command.wf
 
PurgeCommand(int, int) - Constructor for class org.apache.oozie.command.wf.PurgeCommand
 
PurgeService - Class in org.apache.oozie.service
The PurgeService schedules purging of completed jobs and associated action older than a specified age.
PurgeService() - Constructor for class org.apache.oozie.service.PurgeService
 
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(XCallable<Void>) - Method in class org.apache.oozie.service.CallableQueueService
Queue a callable for asynchronous execution.
queue(XCallable<Void>, long) - Method in class org.apache.oozie.service.CallableQueueService
Queue a callable for asynchronous execution sometime in the future.
QUEUE_DUMP - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
QUEUE_DUMP_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
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.
queueSerial(List<? extends XCallable<Void>>) - Method in class org.apache.oozie.service.CallableQueueService
Queue a list of callables for serial execution.
queueSerial(List<? extends XCallable<Void>>, 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

readAuthToken() - Method in class org.apache.oozie.client.AuthOozieClient
Read a authentication token cached in the user home directory.
readDefinition(String) - Method in class org.apache.oozie.command.coord.CoordSubmitCommand
Read workflow definition.
readDefinition(String, String, String, String, Configuration) - Method in class org.apache.oozie.service.WorkflowAppService
Read workflow definition.
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.ActionCommand
 
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.client.OozieClient
Remove a HTTP header from the workflow client instance.
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, Properties) - Method in class org.apache.oozie.client.OozieClient
Rerun a workflow job.
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. 
RERUN_ACTION_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
RERUN_DATE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
RERUN_NOCLEANUP_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
RERUN_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
RERUN_REFRESH_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
RERUN_SKIP_NODES - Static variable in class org.apache.oozie.client.OozieClient
 
ReRunCommand - Class in org.apache.oozie.command.wf
 
ReRunCommand(String, Configuration, String) - Constructor for class org.apache.oozie.command.wf.ReRunCommand
 
reRunCoord(String, String, String, boolean, boolean) - Method in class org.apache.oozie.client.OozieClient
Rerun coordinator actions.
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
 
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
 
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.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.
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.CoordSubmitCommand
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.SubmitCommand
 
resolveVariable(String) - Method in class org.apache.oozie.util.ELEvaluator.Context
Resolve a variable name.
RestConstants - Interface in org.apache.oozie.client.rest
Constansts used by Oozie REST WS API
resume(String) - Method in class org.apache.oozie.BaseEngine
Resume a job.
resume(String) - Method in class org.apache.oozie.client.OozieClient
Resume a workflow job.
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.
RESUME_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
ResumeCommand - Class in org.apache.oozie.command.wf
 
ResumeCommand(String) - Constructor for class org.apache.oozie.command.wf.ResumeCommand
 
resumeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
resumeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
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.SqoopMain
 
run(String[]) - Method in class org.apache.oozie.cli.OozieCLI
Run a CLI programmatically.
run(Properties) - Method in class org.apache.oozie.client.OozieClient
Submit and start a workflow job.
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.
RUN_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
runPigJob(String[]) - Method in class org.apache.oozie.action.hadoop.PigMain
 
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(JobClient, JobConf) - Method in class org.apache.oozie.action.hadoop.AuthHelper
 
set(JobClient, JobConf) - Method in class org.apache.oozie.action.hadoop.KerberosAuthHelper
 
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.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
 
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.CoordinatorJobBean
 
setAuthToken(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setBundleId(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setCallable(Callable<Void>) - Method in class org.apache.oozie.action.hadoop.DoAs
 
setConcurrency(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
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.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.
setCreatedConf(String) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
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
 
setCreatedTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setData(String) - Method in class org.apache.oozie.client.rest.JsonWorkflowAction
 
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
 
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.ActionCommand.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.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.CoordinatorJobBean
 
setErrorCode(String) - Method in interface org.apache.oozie.client.CoordinatorAction
 
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.ActionCommand.ActionExecutorContext
 
setErrorMessage(String) - Method in interface org.apache.oozie.client.CoordinatorAction
 
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(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setExecution(CoordinatorJob.Execution) - Method in class org.apache.oozie.CoordinatorJobBean
 
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.ActionCommand.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.
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
 
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.ActionCommand.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.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.client.OozieClient
Set a HTTP header to be used in the WS requests by the workflow instance.
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.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
 
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.CoordinatorJobBean
 
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
 
setLastCheckTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
Sets the action last check time
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
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
 
setLastSeqId(long) - Method in class org.apache.oozie.command.coord.SLAEventsCommand
 
setLib(Properties, String) - Method in class org.apache.oozie.client.XOozieClient
set LIBPATH for HTTP submission job.
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.
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
 
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.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
 
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.CoordinatorJobBean
 
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
 
setParentSlaId(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
 
setPauseTime(Date) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
setPauseTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
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.
setPendingFalseForActions(WorkflowStore, String, String) - Static method in class org.apache.oozie.command.wf.SuspendCommand
Set pending flag to false for the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL

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
 
setPipes(Configuration, String, String, String, String, String, String) - Static method in class org.apache.oozie.action.hadoop.PipesMain
 
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
 
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.ActionCommand.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.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(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.CoordinatorJobBean
 
setStatus(CoordinatorAction.Status) - Method in class org.apache.oozie.client.rest.JsonCoordinatorAction
 
setStatus(CoordinatorJob.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(CoordinatorJob.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.CoordinatorJobBean
 
setSuspendedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
 
setSystemMode(OozieClient.SYSTEM_MODE) - Method in class org.apache.oozie.client.OozieClient
Enable or disable safe mode.
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.JsonCoordinatorAction
 
setTimeout(int) - Method in class org.apache.oozie.client.rest.JsonCoordinatorJob
 
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.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
 
setupLauncherInfo(JobConf, String, String, Path, String, Configuration) - 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
 
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.action.hadoop.DoAs
 
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
 
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.ActionCommand.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
 
shortHelp() - Method in class org.apache.oozie.cli.CLIParser
 
showHelp() - Method in class org.apache.oozie.cli.CLIParser
Print the help for the parser to standard output.
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.
SignalCommand - Class in org.apache.oozie.command.wf
 
SignalCommand(String, int, String) - Constructor for class org.apache.oozie.command.wf.SignalCommand
 
SignalCommand(String, String) - Constructor for class org.apache.oozie.command.wf.SignalCommand
 
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 - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
SLA_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
SLA_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
SLA_GT_SEQUENCE_ID - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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
 
SLAEvent - Interface in org.apache.oozie.client
Bean that represents a SLA event
SLAEvent.SlaAppType - Enum in org.apache.oozie.client
Defines the possible status of an SLA events.
SLAEvent.Status - Enum in org.apache.oozie.client
Defines the possible status of an SLA events or Job status for SLA events.
SLAEventBean - Class in org.apache.oozie
 
SLAEventBean() - Constructor for class org.apache.oozie.SLAEventBean
 
SLAEventsCommand - Class in org.apache.oozie.command.coord
 
SLAEventsCommand(long, int) - Constructor for class org.apache.oozie.command.coord.SLAEventsCommand
 
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.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.client.OozieClient
Start a workflow job.
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.CoordActionStartCommand
 
START_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionStartCommand
 
START_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
StartCommand - Class in org.apache.oozie.command.wf
 
StartCommand(String) - Constructor for class org.apache.oozie.command.wf.StartCommand
 
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
 
STATUS_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
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.CoordinatorEngine
 
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.
stringToProperties(String) - Static method in class org.apache.oozie.util.PropertiesUtils
 
submit(Properties) - Method in class org.apache.oozie.client.OozieClient
Submit a workflow 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_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
SUBMIT_YEAR - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SubmitCommand - Class in org.apache.oozie.command.wf
 
SubmitCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitCommand
 
SubmitHttpCommand - Class in org.apache.oozie.command.wf
 
SubmitHttpCommand(String, String, Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitHttpCommand
 
submitHttpJob(Configuration, String) - Method in class org.apache.oozie.DagEngine
Submit a pig/mapreduce job through HTTP.
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.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
submitMapReduce(Properties) - Method in class org.apache.oozie.client.XOozieClient
Submit a Map/Reduce job via HTTP.
SubmitMRCommand - Class in org.apache.oozie.command.wf
 
SubmitMRCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitMRCommand
 
submitPig(Properties, String, String[]) - Method in class org.apache.oozie.client.XOozieClient
Submit a Pig job via HTTP.
SubmitPigCommand - Class in org.apache.oozie.command.wf
 
SubmitPigCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitPigCommand
 
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.client.OozieClient
Suspend a workflow job.
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.
SUSPEND_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
SuspendCommand - Class in org.apache.oozie.command.wf
 
SuspendCommand(String) - Constructor for class org.apache.oozie.command.wf.SuspendCommand
 
suspendJob(WorkflowStore, WorkflowJobBean, String, String) - Static method in class org.apache.oozie.command.wf.SuspendCommand
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
 
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
 
SYSTEM_MODE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 

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_CONTENT_TYPE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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.ReRunCommand
 
toByteArray(Writable) - Static method in class org.apache.oozie.util.WritableUtils
Write a writable to a byte array.
toDate(Timestamp) - Static method in class org.apache.oozie.util.DateUtils
Convert java.sql.Timestamp to java.util.Date
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.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
 
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.
toString() - Method in exception org.apache.oozie.client.OozieClientException
Return the string representatio of the exception.
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
 
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.command.Command
 
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
 
UNSUPPORTED_VERSION - Static variable in exception org.apache.oozie.client.OozieClientException
 
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
 
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_AUTH_TOKEN_CACHE_SYS_PROP - Static variable in class org.apache.oozie.client.AuthOozieClient
Java system property that, if set the authentication token will be cached in the user home directory in a hidden file .oozie-auth-token with user read/write permissions only.
USE_SYSTEM_LIBPATH - Static variable in class org.apache.oozie.client.OozieClient
 
USE_SYSTEM_LIBPATH_FOR_MR_PIG_JOBS - Static variable in class org.apache.oozie.command.wf.SubmitHttpCommand
 
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.client.OozieClient
 
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_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
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.
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
 
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
 
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.client.OozieClient
Validate that the Oozie client and server instances are protocol compatible.
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.client.CoordinatorAction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.CoordinatorJob.Execution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.CoordinatorJob.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.CoordinatorJob.Timeunit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.OozieClient.SYSTEM_MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.SLAEvent.SlaAppType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.SLAEvent.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.WorkflowAction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.client.WorkflowJob.Status
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.client.CoordinatorAction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.CoordinatorJob.Execution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.CoordinatorJob.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.CoordinatorJob.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.client.OozieClient.SYSTEM_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.SLAEvent.SlaAppType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.SLAEvent.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.WorkflowAction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.client.WorkflowJob.Status
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.
VERBOSE_DELIMITER - Static variable in class org.apache.oozie.cli.OozieCLI
 
VERBOSE_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
VERSION_CMD - Static variable in class org.apache.oozie.cli.OozieCLI
 
VERSION_OPTION - Static variable in class org.apache.oozie.cli.OozieCLI
 
VERSIONS - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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
 
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_ACTION_CONF - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_CONSOLE_URL - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_DATA - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_END_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_ERROR_CODE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_ERROR_MESSAGE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_EXTERNAL_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_EXTERNAL_STATUS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_NAME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_RETRIES - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_START_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_STATUS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_TRACKER_URI - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_TRANSITION - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTION_TYPE - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ACTIONS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_APP_NAME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_APP_PATH - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_BEAN - Static variable in class org.apache.oozie.service.CoordinatorStoreService
 
WORKFLOW_BEAN - Static variable in class org.apache.oozie.service.WorkflowStoreService
 
WORKFLOW_CONF - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_CONSOLE_URL - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_CREATED_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_END_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_EXTERNAL_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_GROUP - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_ID - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_LAST_MOD_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_NOTIFICATION_URL - Static variable in class org.apache.oozie.client.OozieClient
 
WORKFLOW_RUN - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_START_TIME - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_STATUS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOW_USER - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WorkflowAction - Interface in org.apache.oozie.client
Bean that represents a workflow action in a workflow job.
WorkflowAction.Status - Enum in org.apache.oozie.client
Defines the possible stati of a action.
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.
WorkflowActionInfoCommand - Class in org.apache.oozie.command.wf
 
WorkflowActionInfoCommand(String) - Constructor for class org.apache.oozie.command.wf.WorkflowActionInfoCommand
 
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
 
WorkflowCommand<T> - Class in org.apache.oozie.command.wf
 
WorkflowCommand(String, String, int, int) - Constructor for class org.apache.oozie.command.wf.WorkflowCommand
Create a command that uses a WorkflowStore instance.
WorkflowCommand(String, String, int, int, boolean) - Constructor for class org.apache.oozie.command.wf.WorkflowCommand
Create a command.
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.
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.
WorkflowJob - Interface in org.apache.oozie.client
Bean that represents a workflow job.
WorkflowJob.Status - Enum in org.apache.oozie.client
Defines the possible stati of a workflow.
WorkflowJobBean - Class in org.apache.oozie
 
WorkflowJobBean() - Constructor for class org.apache.oozie.WorkflowJobBean
Default constructor.
WorkflowLib - Interface in org.apache.oozie.workflow
The workflow library provides application parsing and storage capabilities for workflow instances.
WORKFLOWS_JOBS - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOWS_LEN - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOWS_OFFSET - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
WORKFLOWS_TOTAL - Static variable in interface org.apache.oozie.client.rest.JsonTags
 
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.
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
 
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.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.
writeAuthToken(AuthenticatedURL.Token) - Method in class org.apache.oozie.client.AuthOozieClient
Write the current authenthication token to the user home directory.
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
 
writeSlaStatusEvent(String, SLAEvent.Status, Store, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeStausEvent(String, String, Store, SLAEvent.Status, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbOperations
 
writeStr(DataOutput, String) - Static method in class org.apache.oozie.util.WritableUtils
Write a string to a data output supporting null values.
writeToXml(Properties, OutputStream) - Method in class org.apache.oozie.client.OozieClient
 
WS_HEADER_PREFIX - Static variable in class org.apache.oozie.cli.OozieCLI
 
WS_PROTOCOL_VERSION - Static variable in class org.apache.oozie.client.OozieClient
 
WS_PROTOCOL_VERSION_0 - Static variable in class org.apache.oozie.client.OozieClient
 

X

XCallable<T> - Interface in org.apache.oozie.util
Extends Callable adding the concept of priority.
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_CONTENT_TYPE - Static variable in interface org.apache.oozie.client.rest.RestConstants
 
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.
XOozieClient - Class in org.apache.oozie.client
 
XOozieClient() - Constructor for class org.apache.oozie.client.XOozieClient
 
XOozieClient(String) - Constructor for class org.apache.oozie.client.XOozieClient
Create an eXtended Workflow client instance.
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 © 2011 Yahoo. All Rights Reserved.