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

AbandonedCoordCheckerService - Class in org.apache.oozie.service
The Abandoned Coord Checker Service check finds out the abandoned coord jobs in system and kills it.
AbandonedCoordCheckerService() - Constructor for class org.apache.oozie.service.AbandonedCoordCheckerService
 
AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable - Class in org.apache.oozie.service
 
AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable(int) - Constructor for class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable(int, boolean) - Constructor for class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
ABSOLUTE - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
AbstractCoordInputDependency - Class in org.apache.oozie.coord.input.dependency
 
AbstractCoordInputDependency() - Constructor for class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
AbstractCoordInputDependency(Map<String, List<CoordInputInstance>>) - Constructor for class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
ACL_MODIFY_JOB - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
ACL_VIEW_JOB - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
action - Variable in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
ACTION - Static variable in class org.apache.oozie.service.DagXLogInfoService
Action log info constant.
ACTION_CONFS - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
ACTION_CONFS_LOAD_DEFAULT_RESOURCES - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
ACTION_NAME - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
ACTION_RETRY_INTERVAL - Static variable in class org.apache.oozie.action.ActionExecutor
 
ACTION_RETRY_POLICY - Static variable in class org.apache.oozie.action.ActionExecutor
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.decision.DecisionActionExecutor
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.hadoop.FsActionExecutor
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
ACTION_TYPE - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ActionCheckerService - Class in org.apache.oozie.service
The Action Checker Service queue ActionCheckCommands to check the status of running actions and CoordActionCheckCommands to check the status of coordinator actions.
ActionCheckerService() - Constructor for class org.apache.oozie.service.ActionCheckerService
 
ActionCheckXCommand - Class in org.apache.oozie.command.wf
Executes the check command for ActionHandlers.
ActionCheckXCommand(String) - Constructor for class org.apache.oozie.command.wf.ActionCheckXCommand
 
ActionCheckXCommand(String, int, int) - Constructor for class org.apache.oozie.command.wf.ActionCheckXCommand
 
ActionCheckXCommand(String, int) - Constructor for class org.apache.oozie.command.wf.ActionCheckXCommand
 
ActionDependency - Class in org.apache.oozie.dependency
 
ActionDependency(List<String>, List<String>) - Constructor for class org.apache.oozie.dependency.ActionDependency
 
ActionEndXCommand - Class in org.apache.oozie.command.wf
 
ActionEndXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionEndXCommand
 
ActionExecutor - Class in org.apache.oozie.action
Base action executor class.
ActionExecutor(String) - Constructor for class org.apache.oozie.action.ActionExecutor
Create an action executor with default retry parameters.
ActionExecutor(String, long) - Constructor for class org.apache.oozie.action.ActionExecutor
Create an action executor.
ActionExecutor.Context - Interface in org.apache.oozie.action
Context information passed to the ActionExecutor methods.
ActionExecutor.RETRYPOLICY - Enum in org.apache.oozie.action
 
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.
actionId - Variable in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
actionId - Variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
ActionKillXCommand - Class in org.apache.oozie.command.wf
Kill workflow action and invoke action executor to kill the underlying context.
ActionKillXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionKillXCommand
 
ActionKillXCommand(String) - Constructor for class org.apache.oozie.command.wf.ActionKillXCommand
 
ActionNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for workflow action.
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, String, String) - Constructor for class org.apache.oozie.workflow.lite.ActionNodeDef
 
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, String, String, String) - Constructor for class org.apache.oozie.workflow.lite.ActionNodeDef
 
ActionNodeDef(String, String, Class<? extends ActionNodeHandler>, String, String, String, String, String, String) - Constructor for class org.apache.oozie.workflow.lite.ActionNodeDef
 
ActionNodeHandler - Class in org.apache.oozie.workflow.lite
 
ActionNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.ActionNodeHandler
 
ActionService - Class in org.apache.oozie.service
 
ActionService() - Constructor for class org.apache.oozie.service.ActionService
 
ActionStartXCommand - Class in org.apache.oozie.command.wf
 
ActionStartXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ActionStartXCommand
 
ActionStartXCommand(WorkflowJobBean, String, String) - Constructor for class org.apache.oozie.command.wf.ActionStartXCommand
 
ActionXCommand<T> - Class in org.apache.oozie.command.wf
Base class for Action execution commands.
ActionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.wf.ActionXCommand
 
ActionXCommand.ActionExecutorContext - Class in org.apache.oozie.command.wf
Workflow action executor context
ActionXCommand.ActionExecutorContext(WorkflowJobBean, WorkflowActionBean, boolean, boolean) - Constructor for class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Constructing the ActionExecutorContext, setting the private members and constructing the proto configuration
ActionXCommand.ForkedActionExecutorContext - Class in org.apache.oozie.command.wf
 
ActionXCommand.ForkedActionExecutorContext(WorkflowJobBean, WorkflowActionBean, boolean, boolean) - Constructor for class org.apache.oozie.command.wf.ActionXCommand.ForkedActionExecutorContext
 
activate(String) - Static method in class org.apache.oozie.FaultInjection
 
activate() - Method in class org.apache.oozie.FaultInjection
 
activateOptions() - Method in class org.apache.oozie.util.OozieRollingPolicy
 
add(WaitingAction) - Method in class org.apache.oozie.dependency.hcat.WaitingActions
Add a waiting action
add(Event) - Method in interface org.apache.oozie.event.EventQueue
Add event to queue
add(Event) - Method in class org.apache.oozie.event.MemoryEventQueue
 
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.
addActionCron(String, Instrumentation.Cron) - Method in class org.apache.oozie.command.wf.ActionXCommand
Adding a cron for the instrumentation time for the given Instrumentation group
addActionLibs(Path, Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
addBlackList(String) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
addCoordToMessage(CoordinatorJobBean, String, StringBuilder) - Method in class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
addCron(String, String, Instrumentation.Cron) - Method in class org.apache.oozie.util.Instrumentation
Add a cron to an instrumentation timer.
addCron(String, String, Instrumentation.Cron) - Method in class org.apache.oozie.util.MetricsInstrumentation
Add a cron to an instrumentation timer.
addDefaultChildEnv(Configuration) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
This method sets the PATH to current working directory for the launched map task from where shell command will run.
addEntry(String, String, String) - Static method in class org.apache.oozie.util.JaasConfiguration
Add an entry to the jaas configuration with the passed in name, principal, and keytab.
addEventListener(Object, Configuration, String) - Method in class org.apache.oozie.service.EventHandlerService
 
addFileToClassPath(String, Path, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
 
addFileToClassPath(Path, Configuration, FileSystem) - Static method in class org.apache.oozie.util.JobUtils
This method provides a wrapper around hadoop 0.20/1.x and 0.23/2.x implementations.
addFilter(String, Class) - Method in class org.apache.oozie.test.EmbeddedServletContainer
Add a filter to the container.
addfromConf(Configuration, StringBuffer) - Method in class org.apache.oozie.action.hadoop.OozieJobInfo
 
addFunction(String, String, Method) - Method in class org.apache.oozie.util.ELEvaluator.Context
Add a function to the context.
addInputInstanceList(String, List<CoordInputInstance>) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
addInputInstanceList(String, List<CoordInputInstance>) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Adds the input instance list.
addInputInstanceList(String, List<CoordInputInstance>) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
addJobStatus(String, String, JobEvent.EventStatus, Date, Date) - Method in interface org.apache.oozie.sla.SLACalculator
 
addJobStatus(String, String, JobEvent.EventStatus, Date, Date) - Method in class org.apache.oozie.sla.SLACalculatorMemory
Triggered after receiving Job status change event, update SLA status accordingly
addMissingDependency(HCatURI, String) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
addMissingDependency(HCatURI, String) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Add a missing partition dependency and the actionID waiting on it
addMissingDependency(HCatURI, String) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
addMissingDependency(HCatURI, String) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Add a missing partition dependency and the actionID waiting on it
addNode(NodeDef) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
addRegistration(String, SLARegistrationBean) - Method in interface org.apache.oozie.sla.SLACalculator
 
addRegistration(String, SLARegistrationBean) - Method in class org.apache.oozie.sla.SLACalculatorMemory
Register a new job into the map for SLA tracking
addRegistrationEvent(SLARegistrationBean) - Method in class org.apache.oozie.sla.service.SLAService
 
addResolvedList(String, String) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
addResolvedList(List<String>) - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
addRMDelegationToken(JobClient, JobConf) - Method in class org.apache.oozie.service.HadoopAccessorService
Get the RM delegation token using jobClient and add it to conf
addSampler(String, String, int, int, Instrumentation.Variable<Long>) - Method in class org.apache.oozie.util.Instrumentation
Add a sampling variable.
addSampler(String, String, int, int, Instrumentation.Variable<Long>) - Method in class org.apache.oozie.util.MetricsInstrumentation
Add a sampling variable.
addScriptToCache(Configuration, Element, Path, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.ScriptLanguageActionExecutor
 
addServletEndpoint(String, Class, Map<String, String>) - Method in class org.apache.oozie.test.EmbeddedServletContainer
Add a servlet to the container.
addServletEndpoint(String, Class) - Method in class org.apache.oozie.test.EmbeddedServletContainer
Add a servlet to the container.
addShareLib(Configuration, String[]) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
addStatusEvent(String, String, JobEvent.EventStatus, Date, Date) - Method in class org.apache.oozie.sla.service.SLAService
 
addSystemShareLibForAction(Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
addTableHeader(StringBuilder) - Method in class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
addTableTail(StringBuilder) - Method in class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
addToAvailableDependencies(String, CoordInputInstance) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
addToAvailableDependencies(String, String) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
addToAvailableDependencies(Collection<String>) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
addToAvailableDependencies(Collection<String>) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Adds the to available dependencies.
addToAvailableDependencies(Collection<String>) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
addtoJobConf(JobConf, CredentialsProperties, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.Credentials
This is the interface for all the Credentials implementation.
addtoJobConf(JobConf, CredentialsProperties, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.HbaseCredentials
 
addtoJobConf(JobConf, CredentialsProperties, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.HCatCredentials
 
addtoJobConf(JobConf, CredentialsProperties, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.Hive2Credentials
 
addToMissingDependencies(String, CoordInputInstance) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
addToSLAConfigMap(String, String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
addToUniqueCallables() - Method in class org.apache.oozie.service.CallableQueueService.CallableWrapper
Add the keys to the set
addUnResolvedList(String, String) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Adds the un resolved list.
addUnResolvedList(String, String) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
addUnResolvedList(String, String) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
addUnResolvedList(String, String) - Method in class org.apache.oozie.coord.input.dependency.CoordPushInputDependency
 
addVariable(String, String, Instrumentation.Variable) - Method in class org.apache.oozie.util.Instrumentation
Add an instrumentation variable.
addVariable(String, String, Instrumentation.Variable) - Method in class org.apache.oozie.util.MetricsInstrumentation
Add an instrumentation variable.
adjustOffset(Date, int) - Method in class org.apache.oozie.util.XLogFilter
Adjust offset, offset will always be in min.
ADMIN_USERS_FILE - Static variable in class org.apache.oozie.service.AuthorizationService
File that contains list of admin users for Oozie.
ALERT_EVENTS - Static variable in class org.apache.oozie.sla.SLAOperations
 
ALL_VALUE - Static variable in class org.apache.oozie.sla.SLAOperations
 
ALLOW_ALL_REGEX - Static variable in class org.apache.oozie.util.XLogFilter
 
AND - Static variable in class org.apache.oozie.coord.input.logic.InputLogicParser
 
and(SqlStatement.Condition...) - Static method in class org.apache.oozie.util.db.SqlStatement
Logical AND condition Generator
ANTI_STARVATION_INTERVAL - Static variable in class org.apache.oozie.util.PriorityDelayQueue
Frequency, in milliseconds, of the anti-starvation check.
antiStarvation() - Method in class org.apache.oozie.util.PriorityDelayQueue
Run the anti-starvation check every PriorityDelayQueue.ANTI_STARVATION_INTERVAL milliseconds.
APP - Static variable in class org.apache.oozie.service.DagXLogInfoService
App log info constant.
APP_LIB_PATH_LIST - Static variable in class org.apache.oozie.service.WorkflowAppService
 
appendAll(String, String, String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Add the append string into each splitted sub-strings of the first string ('src').
appendDataSets(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
appendTimeToSequence(long, String) - Method in class org.apache.oozie.service.UUIDService
 
appendToDependencies(List<CoordInputInstance>) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
applyRule(String) - Method in class org.apache.oozie.util.MappingRule
Applies rules based on the input
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_JOBID - Static variable in class org.apache.oozie.service.DagXLogInfoService
 
AUDIT_OPERATION - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUDIT_PARAM - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
AUTH_TOKEN - Static variable in class org.apache.oozie.servlet.JsonRestServlet
Request attribute constant for the authenticatio token.
AuthFilter - Class in org.apache.oozie.servlet
Authentication filter that extends Hadoop-auth AuthenticationFilter to override the configuration loading.
AuthFilter() - Constructor for class org.apache.oozie.servlet.AuthFilter
 
AuthorizationException - Exception in org.apache.oozie.service
 
AuthorizationException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.service.AuthorizationException
 
AuthorizationException(XException) - Constructor for exception org.apache.oozie.service.AuthorizationException
 
AuthorizationService - Class in org.apache.oozie.service
The authorization service provides all authorization checks.
AuthorizationService() - Constructor for class org.apache.oozie.service.AuthorizationService
 
authorizeForAdmin(String, boolean) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user has admin privileges.
authorizeForApp(String, String, String, Configuration) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to use the specified application.
authorizeForApp(String, String, String, String, Configuration) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to use the specified application.
authorizeForGroup(String, String) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user belongs to the group or not.
authorizeForJob(String, String, boolean) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to operate on the specified job.
authorizeForJobs(String, Map<String, List<String>>, String, int, int, boolean) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user+group is authorized to operate on the specified jobs.
AuthUrlClient - Class in org.apache.oozie.util
 
AuthUrlClient() - Constructor for class org.apache.oozie.util.AuthUrlClient
 
availableDependenciesSet - Variable in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 

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
 
BaseEngine.LOG_TYPE - Enum in org.apache.oozie
 
BaseEngineException - Exception in org.apache.oozie
Exception thrown by the DagEngine.
BaseEngineException(XException) - Constructor for exception org.apache.oozie.BaseEngineException
Create an engine exception from a XException.
BaseEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.BaseEngineException
Create an engine exception.
BaseJobServlet - Class in org.apache.oozie.servlet
 
BaseJobServlet(String) - Constructor for class org.apache.oozie.servlet.BaseJobServlet
 
BaseJobsServlet - Class in org.apache.oozie.servlet
 
BaseJobsServlet(String) - Constructor for class org.apache.oozie.servlet.BaseJobsServlet
 
basicResolveAndIncludeDS(String, Configuration, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
The method resolve all the variables that are defined in configuration.
BatchQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run multiple update/insert queries in one transaction.
BatchQueryExecutor.UpdateEntry<E extends Enum<E>> - Class in org.apache.oozie.executor.jpa
 
BatchQueryExecutor.UpdateEntry(E, JsonBean) - Constructor for class org.apache.oozie.executor.jpa.BatchQueryExecutor.UpdateEntry
 
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
BinaryBlob - Class in org.apache.oozie
BinaryBlob to maintain compress and uncompressed data
BinaryBlob(byte[], boolean) - Constructor for class org.apache.oozie.BinaryBlob
Construct a binaryblob
BinaryBlobValueHandler - Class in org.apache.oozie.executor.jpa
 
BinaryBlobValueHandler() - Constructor for class org.apache.oozie.executor.jpa.BinaryBlobValueHandler
 
BLACKLIST_CACHE_TIMEOUT - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
BLACKLIST_FAIL_COUNT - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
BOOLEAN_DEFAULT - Static variable in class org.apache.oozie.util.ConfigUtils
 
bufferLen - Variable in class org.apache.oozie.service.XLogStreamingService
 
build() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
Build inputlogic expression
BULK_DATE_FORMAT - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_BUNDLE - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_COORD - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_END_CREATED_EPOCH - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_END_NOMINAL_EPOCH - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_LEVEL - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_NAMES - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_START_CREATED_EPOCH - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_START_NOMINAL_EPOCH - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BULK_FILTER_STATUS - Static variable in class org.apache.oozie.client.rest.BulkResponseImpl
 
BulkBundleXCommand - Class in org.apache.oozie.command.bundle
 
BulkBundleXCommand(Map<String, List<String>>, int, int, OperationType) - Constructor for class org.apache.oozie.command.bundle.BulkBundleXCommand
The constructor for BulkBundleXCommand
BulkCoordXCommand - Class in org.apache.oozie.command.coord
 
BulkCoordXCommand(Map<String, List<String>>, int, int, OperationType) - Constructor for class org.apache.oozie.command.coord.BulkCoordXCommand
The constructor for BulkCoordXCommand
BulkJobsXCommand - Class in org.apache.oozie.command
The command to get a job info for a list of bundle jobs by given filters.
BulkJobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.BulkJobsXCommand
The constructor for BundleJobsXCommand
BulkJPAExecutor - Class in org.apache.oozie.executor.jpa
The query executor class for bulk monitoring queries i.e.
BulkJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.BulkJPAExecutor
 
BulkResponseImpl - Class in org.apache.oozie.client.rest
Server-side implementation class of the client interface BulkResponse Declares all the bulk request specific user parameters and handling as JSON object
BulkResponseImpl() - Constructor for class org.apache.oozie.client.rest.BulkResponseImpl
 
BulkResponseInfo - Class in org.apache.oozie
Class that stores the entire retrieved info from the bulk request command along with params for pagination of the results Query execution in BulkJPAExecutor returns an object of BulkResponseInfo class
BulkResponseInfo(List<BulkResponseImpl>, int, int, long) - Constructor for class org.apache.oozie.BulkResponseInfo
Create a bulk response info bean.
BulkWorkflowXCommand - Class in org.apache.oozie.command.wf
 
BulkWorkflowXCommand(Map<String, List<String>>, int, int, OperationType) - Constructor for class org.apache.oozie.command.wf.BulkWorkflowXCommand
constructor taking the filter information.
bundle_conf(String) - Static method in class org.apache.oozie.bundle.BundleELFunctions
 
BUNDLE_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
BUNDLE_CONF_OLDER_THAN - Static variable in class org.apache.oozie.service.PurgeService
 
BUNDLE_CONF_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
BUNDLE_ID - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
BUNDLE_NAME - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
BUNDLE_XML_FILE - Static variable in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
BundleActionBean - Class in org.apache.oozie
 
BundleActionBean() - Constructor for class org.apache.oozie.BundleActionBean
 
BundleActionGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the BundleAction into a Bean and return it.
BundleActionGetJPAExecutor(String, String) - Constructor for class org.apache.oozie.executor.jpa.BundleActionGetJPAExecutor
The constructor for class BundleActionGetJPAExecutor
BundleActionInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the BundleAction bean.
BundleActionInsertJPAExecutor(BundleActionBean) - Constructor for class org.apache.oozie.executor.jpa.BundleActionInsertJPAExecutor
The constructor for class BundleActionInsertJPAExecutor
BundleActionQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run query for Bundle Action
BundleActionQueryExecutor.BundleActionQuery - Enum in org.apache.oozie.executor.jpa
 
BundleActionsCountForJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of actions for a bundle job.
BundleActionsCountForJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleActionsCountForJobGetJPAExecutor
 
BundleCoordSubmitXCommand - Class in org.apache.oozie.command.bundle
 
BundleCoordSubmitXCommand(Configuration, String, String) - Constructor for class org.apache.oozie.command.bundle.BundleCoordSubmitXCommand
 
bundleCountStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
BundleELFunctions - Class in org.apache.oozie.bundle
 
BundleELFunctions() - Constructor for class org.apache.oozie.bundle.BundleELFunctions
 
BundleEngine - Class in org.apache.oozie
 
BundleEngine() - Constructor for class org.apache.oozie.BundleEngine
Create a system Bundle engine, with no user and no group.
BundleEngine(String) - Constructor for class org.apache.oozie.BundleEngine
Create a Bundle engine to perform operations on behave of a user.
BundleEngineException - Exception in org.apache.oozie
Exception thrown by the BundleEngine.
BundleEngineException(XException) - Constructor for exception org.apache.oozie.BundleEngineException
Create a bundle engine exception from a XException.
BundleEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.BundleEngineException
Create a bundle engine exception.
BundleEngineService - Class in org.apache.oozie.service
Service that return a bundle engine for a user.
BundleEngineService() - Constructor for class org.apache.oozie.service.BundleEngineService
 
bundleId - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
BundleJobBean - Class in org.apache.oozie
 
BundleJobBean() - Constructor for class org.apache.oozie.BundleJobBean
 
BundleJobChangeXCommand - Class in org.apache.oozie.command.bundle
 
BundleJobChangeXCommand(String, String) - Constructor for class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
BundleJobEvent - Class in org.apache.oozie.event
Class implementing JobEvent for events generated by Bundle Jobs
BundleJobEvent(String, Job.Status, String, String, Date, Date) - Constructor for class org.apache.oozie.event.BundleJobEvent
 
BundleJobException - Exception in org.apache.oozie.command.bundle
Exception thrown by BundleJob .
BundleJobException(XException) - Constructor for exception org.apache.oozie.command.bundle.BundleJobException
Create an Bundle Job exception from a XException.
BundleJobException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.command.bundle.BundleJobException
Create a Bundle Job exception.
BundleJobGetCoordinatorsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the coordinators for specified bundle in the Coordinator job bean
BundleJobGetCoordinatorsJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleJobGetCoordinatorsJPAExecutor
 
BundleJobGetForUserJPAExecutor - Class in org.apache.oozie.executor.jpa
Retrieve the name of the user submitting the bundle job
BundleJobGetForUserJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleJobGetForUserJPAExecutor
 
BundleJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the BundleJob into a Bean and return it.
BundleJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.BundleJobGetJPAExecutor
 
BundleJobInfo - Class in org.apache.oozie
 
BundleJobInfo(List<BundleJobBean>, int, int, int) - Constructor for class org.apache.oozie.BundleJobInfo
Create a bundle info bean.
BundleJobInfoGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the BundleInfo and return it.
BundleJobInfoGetJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
The constructor for BundleJobInfoGetJPAExecutor
BundleJobInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the BundleJob bean.
BundleJobInsertJPAExecutor(BundleJobBean) - Constructor for class org.apache.oozie.executor.jpa.BundleJobInsertJPAExecutor
 
BundleJobQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run query for Bundle Job
BundleJobQueryExecutor.BundleJobQuery - Enum in org.apache.oozie.executor.jpa
 
BundleJobResumeXCommand - Class in org.apache.oozie.command.bundle
 
BundleJobResumeXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleJobResumeXCommand
Constructor to create the Bundle Resume Command.
BundleJobsDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete Bundle job, its list of actions and return the number of actions that were deleted.
BundleJobsDeleteJPAExecutor(Collection<String>) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsDeleteJPAExecutor
Initialize the JPAExecutor using the delete list of BundleJobBeans
BundleJobsDeleteJPAExecutor() - Constructor for class org.apache.oozie.executor.jpa.BundleJobsDeleteJPAExecutor
 
BundleJobsGetForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of completed BundleJob for purge ready.
BundleJobsGetForPurgeJPAExecutor(long, int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
BundleJobsGetForPurgeJPAExecutor(long, int, int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
BundleJobsGetNeedStartJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of bundle Jobs that need to be started;
BundleJobsGetNeedStartJPAExecutor(Date) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetNeedStartJPAExecutor
 
BundleJobsGetPausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of paused bundle Jobs;
BundleJobsGetPausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetPausedJPAExecutor
 
BundleJobsGetRunningOrPendingJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of Bundle Jobs that are are RUNNING or RUNNINGWITHERROR status or the pending flag is 1.
BundleJobsGetRunningOrPendingJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetRunningOrPendingJPAExecutor
 
BundleJobsGetUnpausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of unpaused bundle Jobs;
BundleJobsGetUnpausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.BundleJobsGetUnpausedJPAExecutor
 
BundleJobSuspendXCommand - Class in org.apache.oozie.command.bundle
 
BundleJobSuspendXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
BundleJobsXCommand - Class in org.apache.oozie.command.bundle
The command to get a job info for a list of bundle jobs by given filters.
BundleJobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.bundle.BundleJobsXCommand
The constructor for BundleJobsXCommand
BundleJobXCommand - Class in org.apache.oozie.command.bundle
Command for Getting the Bundle job bean it also gets coordinators information in the Bundle job.
BundleJobXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleJobXCommand
Command for Getting the Bundle job bean it also gets coordinators information in the Bundle job.
BundleKillXCommand - Class in org.apache.oozie.command.bundle
 
BundleKillXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleKillXCommand
 
BundlePauseXCommand - Class in org.apache.oozie.command.bundle
 
BundlePauseXCommand(BundleJobBean) - Constructor for class org.apache.oozie.command.bundle.BundlePauseXCommand
 
BundleRerunXCommand - Class in org.apache.oozie.command.bundle
Rerun bundle coordinator jobs by a list of coordinator names or dates.
BundleRerunXCommand(String, String, String, boolean, boolean) - Constructor for class org.apache.oozie.command.bundle.BundleRerunXCommand
The constructor for class BundleRerunXCommand
bundleSeletStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
BundleSLAAlertsDisableXCommand - Class in org.apache.oozie.command.bundle
 
BundleSLAAlertsDisableXCommand(String, String, String, String) - Constructor for class org.apache.oozie.command.bundle.BundleSLAAlertsDisableXCommand
 
BundleSLAAlertsEnableXCommand - Class in org.apache.oozie.command.bundle
 
BundleSLAAlertsEnableXCommand(String, String, String, String) - Constructor for class org.apache.oozie.command.bundle.BundleSLAAlertsEnableXCommand
 
BundleSLAAlertsXCommand - Class in org.apache.oozie.command.bundle
 
BundleSLAAlertsXCommand(String, String, String, String) - Constructor for class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
 
BundleSLAChangeXCommand - Class in org.apache.oozie.command.bundle
 
BundleSLAChangeXCommand(String, String, String, String, Map<String, String>) - Constructor for class org.apache.oozie.command.bundle.BundleSLAChangeXCommand
 
BundleStartXCommand - Class in org.apache.oozie.command.bundle
The command to start Bundle job
BundleStartXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleStartXCommand
The constructor for class BundleStartXCommand
BundleStartXCommand(String, boolean) - Constructor for class org.apache.oozie.command.bundle.BundleStartXCommand
The constructor for class BundleStartXCommand
BundleStatusTransitXCommand - Class in org.apache.oozie.command.bundle
BundleStatusTransitXCommand update job's status according to its child actions' status.
BundleStatusTransitXCommand(String) - Constructor for class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
BundleStatusUpdateXCommand - Class in org.apache.oozie.command.bundle
The command to update Bundle status
BundleStatusUpdateXCommand(CoordinatorJobBean, Job.Status) - Constructor for class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
The constructor for class BundleStatusUpdateXCommand
BundleStatusUpdateXCommand(CoordinatorJobBean, Job.Status, boolean) - Constructor for class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
BundleSubmitXCommand - Class in org.apache.oozie.command.bundle
This Command will submit the bundle.
BundleSubmitXCommand(Configuration) - Constructor for class org.apache.oozie.command.bundle.BundleSubmitXCommand
Constructor to create the bundle submit command.
BundleSubmitXCommand(boolean, Configuration) - Constructor for class org.apache.oozie.command.bundle.BundleSubmitXCommand
Constructor to create the bundle submit command.
BundleUnpauseXCommand - Class in org.apache.oozie.command.bundle
 
BundleUnpauseXCommand(BundleJobBean) - Constructor for class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 

C

CACHE_MANAGER_IMPL - Static variable in class org.apache.oozie.service.PartitionDependencyManagerService
 
CACHE_PURGE_INTERVAL - Static variable in class org.apache.oozie.service.PartitionDependencyManagerService
 
CACHE_PURGE_TTL - Static variable in class org.apache.oozie.service.PartitionDependencyManagerService
 
calcMatdTime() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
Calculate startMatdTime and endMatdTime from job's start time if next materialized time is null
calculateAndValidateDateRange(Date, Date) - Method in class org.apache.oozie.util.XLogAuditFilter
 
calculateAndValidateDateRange(Date, Date) - Method in class org.apache.oozie.util.XLogFilter
Calculate and validate date range.
call() - Method in class org.apache.oozie.command.XCommand
Implements the XCommand life-cycle.
call() - Method in class org.apache.oozie.service.CallableQueueService.CallableWrapper
 
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
 
CallableQueueService.CallableWrapper<E> - Class in org.apache.oozie.service
 
CallableQueueService.CallableWrapper(XCallable<E>, long) - Constructor for class org.apache.oozie.service.CallableQueueService.CallableWrapper
 
callActionEnd() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
callActionEnd() - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
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
 
callServer(String) - Static method in class org.apache.oozie.util.AuthUrlClient
Calls other Oozie server over HTTP.
change(String, String) - Method in class org.apache.oozie.BaseEngine
Change a coordinator job.
change(String, String) - Method in class org.apache.oozie.BundleEngine
 
change(String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
change(String, String) - Method in class org.apache.oozie.DagEngine
 
changeDefinition(List<Pair<String, Map<String, String>>>) - Method in class org.apache.oozie.sla.service.SLAService
Change jobs Sla definitions It takes list of pairs of jobid and key/value pairs of el evaluated sla definition.
changeDefinition(List<Pair<String, Map<String, String>>>) - Method in interface org.apache.oozie.sla.SLACalculator
Change jobs Sla definitions It takes list of pairs of jobid and key/value pairs of el evaluated sla definition.
changeDefinition(List<Pair<String, Map<String, String>>>) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
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
changeSLA(String, String, String, String, String) - Method in class org.apache.oozie.BaseEngine
Change SLA properties for job
changeSLA(String, String, String, String, String) - Method in class org.apache.oozie.BundleEngine
 
changeSLA(String, String, String, String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
changeSLA(String, String, String, String, String) - Method in class org.apache.oozie.DagEngine
 
CHAR_ENCODING - Static variable in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
 
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.control.ControlNodeActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
check(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Check ssh action status.
check(CoordinatorJobBean, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
Check.
checkDateOozieTZ(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is Oozie processing timezone data format.
checkDisallowedProperties(Configuration, Set<String>) - Static method in class org.apache.oozie.util.PropertiesUtils
Validate against DISALLOWED Properties.
checkForAvailability(String, Configuration, boolean) - Static method in class org.apache.oozie.dependency.DependencyChecker
Get the currently missing and available dependencies after checking the list of known missing dependencies against the source.
checkForAvailability(List<String>, Configuration, boolean) - Static method in class org.apache.oozie.dependency.DependencyChecker
Get the currently missing and available dependencies after checking the list of known missing dependencies against the source.
checkForExistence(String, String) - Method in class org.apache.oozie.util.ELEvaluator
Check if the input expression contains sequence statically.
checkFrequency(String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether a value is a valid coordinator frequency.
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
 
checkInteger(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is Integer.
checkInterrupts(String) - Method in class org.apache.oozie.service.CallableQueueService
check the interrupt map for the existence of an interrupt commands if exist a List of Interrupt Callable for the same lock key will bereturned, otherwise it will return null
checkInterruptTypes(XCallable<?>) - Method in class org.apache.oozie.service.CallableQueueService
check if the callable is of an interrupt type and insert it into the map accordingly
checkLEZero(int, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value is less than or equal to 0.
checkMandatoryConf(Configuration) - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
checkMandatoryConf(Configuration) - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
checkPullMissingDependencies(CoordinatorActionBean, StringBuilder, StringBuilder) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
checkPullMissingDependencies(CoordinatorActionBean, StringBuilder, StringBuilder) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Check pull missing dependencies.
checkPullMissingDependencies(CoordinatorActionBean, StringBuilder, StringBuilder) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
checkPullMissingDependencies() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
Check pull missing dependencies.
checkPushDependencies() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
Check push dependencies.
checkPushMissingDependencies(CoordinatorActionBean, boolean) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
checkPushMissingDependencies(CoordinatorActionBean, boolean) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Check push missing dependencies.
checkPushMissingDependencies(CoordinatorActionBean, boolean) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
checkResolvedInput(StringBuilder, StringBuilder, StringBuilder, Configuration) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
To check the list of input paths if all of them exist
checkSupportedFilesystem(URI) - Method in class org.apache.oozie.service.HadoopAccessorService
checks configuration parameter if filesystem scheme is among the list of supported ones this makes system robust to filesystems other than HDFS also
checkTimeZone(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check whether the value mention correct Timezone.
checkUnresolved(CoordinatorActionBean, Element) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
checkUnresolved(CoordinatorActionBean, Element) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Check unresolved.
checkUnresolved(CoordinatorActionBean, Element) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
checkUnResolved(Date) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
Check unresolved.
checkUnResolvedInput(CoordinatorActionBean, StringBuilder, Configuration) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
Check un resolved input.
checkUnResolvedInput(StringBuilder, Configuration) - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
Check un resolved input.
CLASS_NAMES - Static variable in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
ClassUtils - Class in org.apache.oozie.util
Class utilities.
ClassUtils() - Constructor for class org.apache.oozie.util.ClassUtils
 
clear() - Method in interface org.apache.oozie.event.EventQueue
Clear the events queue
clear() - Method in class org.apache.oozie.event.MemoryEventQueue
 
clear() - Method in interface org.apache.oozie.sla.SLACalculator
 
clear() - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
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.
clearEntries() - Static method in class org.apache.oozie.util.JaasConfiguration
Clears all entries.
clearLogPrefix() - Static method in class org.apache.oozie.util.LogUtils
 
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
Deprecated.
 
CLIENT_ID_TAG - Static variable in class org.apache.oozie.util.db.SLADbXOperations
Deprecated.
 
clone() - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
close() - Method in interface org.apache.oozie.jms.ConnectionContext
Closes the connection
close() - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
close() - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Close the Result Set
close() - Method in class org.apache.oozie.util.MultiFileReader
 
close() - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
 
close() - Method in interface org.apache.oozie.workflow.WorkflowLib
Close store.
closeReader() - Method in class org.apache.oozie.util.TimestampedMessageParser
Closes the Reader.
closeSafely(Closeable...) - Static method in class org.apache.oozie.util.IOUtils
Close a list of resources.
closeTrx() - Method in class org.apache.oozie.store.Store
Close current transaction
CODEC_NAME - Static variable in class org.apache.oozie.compression.GzipCompressionCodec
 
CodecFactory - Class in org.apache.oozie.compression
Utility class for maintaining list of codecs and providing facility for compressing and decompressing.
CodecFactory() - Constructor for class org.apache.oozie.compression.CodecFactory
 
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
combine(String...) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder
Combine function of dataset
combine(String...) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
Construct complie function
combine(AbstractCoordInputDependency, String[], int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
combine(AbstractCoordInputDependency, String[], int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
COMBINE - Static variable in class org.apache.oozie.coord.input.logic.InputLogicParser
 
CommandException - Exception in org.apache.oozie.command
Exception thrown by XCommands.
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.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.
compareTo(XLogStreamer.FileInfo) - Method in class org.apache.oozie.util.XLogStreamer.FileInfo
 
CompletedActionXCommand - Class in org.apache.oozie.command.wf
This command is executed once the Workflow command is finished.
CompletedActionXCommand(String, String, Properties, int, int) - Constructor for class org.apache.oozie.command.wf.CompletedActionXCommand
 
CompletedActionXCommand(String, String, Properties, int) - Constructor for class org.apache.oozie.command.wf.CompletedActionXCommand
 
CompletedActionXCommand(String, String, Properties) - Constructor for class org.apache.oozie.command.wf.CompletedActionXCommand
 
completeJob() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
compressBytes(byte[], byte[]) - Method in interface org.apache.oozie.compression.CompressionCodec
 
compressBytes(byte[], byte[]) - Method in class org.apache.oozie.compression.GzipCompressionCodec
 
COMPRESSION_CODECS - Static variable in class org.apache.oozie.compression.CodecFactory
 
COMPRESSION_KEY_HEADER - Static variable in class org.apache.oozie.compression.CodecFactory
 
COMPRESSION_MAGIC_DATA - Static variable in class org.apache.oozie.compression.CodecFactory
 
COMPRESSION_OUTPUT_CODEC - Static variable in class org.apache.oozie.compression.CodecFactory
 
CompressionCodec - Interface in org.apache.oozie.compression
 
compressString(byte[], String) - Method in interface org.apache.oozie.compression.CompressionCodec
 
compressString(byte[], String) - Method in class org.apache.oozie.compression.GzipCompressionCodec
 
computeNextNominalTime(CoordinatorJobBean, CoordinatorActionBean) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Computes the nominal time of the next action.
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 - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
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_ADMIN_GROUPS - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to define admin groups, if NULL/empty the adminusers.txt file is used.
CONF_ALERT_EVENTS - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_AUTHORIZATION_ENABLED - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to enable or disable Oozie admin role.
CONF_BACKWARD_SUPPORT_FOR_COORD_STATUS - Static variable in class org.apache.oozie.service.StatusTransitService
 
CONF_BACKWARD_SUPPORT_FOR_STATES_WITHOUT_ERROR - Static variable in class org.apache.oozie.service.StatusTransitService
 
CONF_BASE_URL - Static variable in class org.apache.oozie.service.CallbackService
 
CONF_BATCH_SIZE - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONF_BUNDLE_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of Bundle jobs to recover, in seconds.
CONF_BUNDLE_PAUSE_START_INTERVAL - Static variable in class org.apache.oozie.service.PauseTransitService
 
CONF_CACHE_NAME - Static variable in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
CONF_CALCULATOR_IMPL - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.ActionCheckerService
The number of callables to be queued in a batch.
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
The number of callables to be queued in a batch.
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.PauseTransitService
 
CONF_CALLABLE_BATCH_SIZE - Static variable in class org.apache.oozie.service.RecoveryService
The number of callables to be queued in a batch.
CONF_CALLABLE_CONCURRENCY - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CALLABLE_INTERRUPT_MAP_MAX_SIZE - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CALLABLE_INTERRUPT_TYPES - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CALLABLE_NEXT_ELIGIBLE - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_CAPACITY - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_CHECK_DELAY - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
CONF_CHECK_INTERVAL - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
CONF_CHECK_MAX_FREQUENCY - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_CONN_DATA_SOURCE - Static variable in class org.apache.oozie.service.JPAService
 
CONF_CONN_PROPERTIES - Static variable in class org.apache.oozie.service.JPAService
 
CONF_CONSOLE_URL - Static variable in class org.apache.oozie.command.wf.JobXCommand
 
CONF_CONSTANTS - Static variable in class org.apache.oozie.service.ELService
 
CONF_COORD_INPUT_CHECK_REQUEUE_INTERVAL - Static variable in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
Property name of command re-queue interval for coordinator action input check in milliseconds.
CONF_COORD_INPUT_CHECK_REQUEUE_INTERVAL_ADDITIONAL_DELAY - Static variable in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
CONF_COORD_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of coordinator jobs to recover, in seconds.
CONF_COORD_PUSH_CHECK_REQUEUE_INTERVAL - Static variable in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
Property name of command re-queue interval for coordinator push check in milliseconds.
CONF_CREATE_DB_SCHEMA - Static variable in class org.apache.oozie.service.JPAService
 
CONF_DB_SCHEMA - Static variable in class org.apache.oozie.service.JPAService
 
CONF_DEFAULT_CONCURRENCY - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_DEFAULT_GROUP_AS_ACL - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to enable old behavior default group as ACL.
CONF_DEFAULT_MAX_TIMEOUT - Static variable in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
Default MAX timeout in minutes, after which coordinator input check will timeout
CONF_DEFAULT_MAX_TIMEOUT - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
Default MAX timeout in minutes, after which coordinator input check will timeout
CONF_DEFAULT_THROTTLE - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_DEFAULT_TIMEOUT_NORMAL - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
Default timeout for normal jobs, in minutes, after which coordinator input check will timeout
CONF_DELETE_RUNTIME_DIR - Static variable in class org.apache.oozie.service.Services
 
CONF_DRIVER - Static variable in class org.apache.oozie.service.JPAService
 
CONF_EARLY_REQUEUE_MAX_RETRIES - Static variable in class org.apache.oozie.service.CallbackService
 
CONF_EVENT_QUEUE - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONF_EVENTS_MODIFIED_AFTER - Static variable in class org.apache.oozie.sla.service.SLAService
 
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_FAILURE_LEN - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
CONF_FILTER_APP_TYPES - Static variable in class org.apache.oozie.service.EventHandlerService
 
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_HADOOP_YARN_UBER_MODE - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
CONF_IGNORE_SYS_PROPS - Static variable in class org.apache.oozie.service.ConfigurationService
 
CONF_JOB_EVENT_LATENCY - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_JOB_INFO - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
CONF_JOB_KILL - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
CONF_JOB_OLDER_THAN - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
CONF_LISTENERS - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONF_LOGGING_INTERVAL - Static variable in class org.apache.oozie.service.InstrumentationService
 
CONF_LOOKUP_INTERVAL - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
Time interval, in seconds, at which the Job materialization service will be scheduled to run.
CONF_MAT_THROTTLING_FACTOR - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_MATERIALIZATION_SYSTEM_LIMIT - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
The number of coordinator jobs to be picked for materialization at a given time.
CONF_MATERIALIZATION_WINDOW - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
This configuration defined the duration for which job should be materialized in future
CONF_MAX_ACTIVE_CONN - Static variable in class org.apache.oozie.service.JPAService
 
CONF_MAX_DATA_LEN - Static variable in class org.apache.oozie.servlet.CallbackServlet
 
CONF_METRICS_INTERVAL_MINS - Static variable in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
CONF_METRICS_INTERVAL_WINDOW - Static variable in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
CONF_NODE_DEF_VERSION - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_OLDER_THAN - Static variable in class org.apache.oozie.service.PurgeService
Age of completed jobs to be deleted, in days.
CONF_OOZIE_DISTCP_ACTION_MAIN_CLASS - Static variable in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
CONF_OPENJPA_BROKER_IMPL - Static variable in class org.apache.oozie.service.JPAService
 
CONF_PASSWORD - Static variable in class org.apache.oozie.service.JPAService
 
CONF_PREFIX - Static variable in class org.apache.oozie.action.ActionExecutor
Configuration prefix for action executor (sub-classes) properties.
CONF_PREFIX - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ActionCheckerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.AuthorizationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.CallbackService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ConfigurationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ELService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.GroupsService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.HCatAccessorService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.InstrumentationService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.JMSAccessorService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.JMSTopicService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.JPAService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.JvmPauseMonitorService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.PartitionDependencyManagerService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.PauseTransitService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.ProxyUserService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.PurgeService
 
CONF_PREFIX - Static variable in class org.apache.oozie.service.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.SparkConfigurationService
 
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 - Static variable in class org.apache.oozie.service.ZKUUIDService
 
CONF_PREFIX - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_PREFIX_BUNDLE - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PREFIX_COORD - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PREFIX_USER_RETRY - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_PREFIX_WF_ACTIONS - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_PURGE_INTERVAL - Static variable in class org.apache.oozie.service.PurgeService
Time interval, in seconds, at which the purge jobs service will be scheduled to run.
CONF_PUSH_DEPENDENCY_INTERVAL - Static variable in class org.apache.oozie.service.RecoveryService
Delay for the push missing dependencies in milliseconds.
CONF_QUEUE_SIZE - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONF_QUEUE_SIZE - Static variable in class org.apache.oozie.service.CallableQueueService
 
CONF_QUEUE_SIZE - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONF_RETRY_INITIAL_DELAY - Static variable in class org.apache.oozie.service.JMSAccessorService
 
CONF_RETRY_MAX_ATTEMPTS - Static variable in class org.apache.oozie.service.JMSAccessorService
 
CONF_RETRY_MULTIPLIER - Static variable in class org.apache.oozie.service.JMSAccessorService
 
CONF_SCHEDULING_INTERVAL - Static variable in class org.apache.oozie.service.CoordMaterializeTriggerService
 
CONF_SECURITY_ENABLED - Static variable in class org.apache.oozie.service.AuthorizationService
Configuration parameter to enable or disable Oozie admin role.
CONF_SEQUENCE_MAX - Static variable in class org.apache.oozie.service.ZKUUIDService
 
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_SHUTDOWN_ON_TIMEOUT - Static variable in class org.apache.oozie.event.listener.ZKConnectionListener
 
CONF_SLA_CALC_LOCK_TIMEOUT - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_SLA_CHECK_INITIAL_DELAY - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_SLA_CHECK_INTERVAL - Static variable in class org.apache.oozie.sla.service.SLAService
 
CONF_SLA_HISTORY_PURGE_INTERVAL - Static variable in class org.apache.oozie.sla.service.SLAService
 
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.JPAService
 
CONF_USER_RETRY_ERROR_CODE - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_ERROR_CODE_EXT - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_INTEVAL - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_MAX - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USER_RETRY_POLICY - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
CONF_USERNAME - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VALIDATE_DB_CONN - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VALIDATE_DB_CONN_EVICTION_INTERVAL - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VALIDATE_DB_CONN_EVICTION_NUM - Static variable in class org.apache.oozie.service.JPAService
 
CONF_VERIFY_AVAILABLE_PROPS - Static variable in class org.apache.oozie.service.ConfigurationService
 
CONF_WF_ACTIONS_CREATED_TIME_INTERVAL - Static variable in class org.apache.oozie.service.RecoveryService
 
CONF_WF_ACTIONS_OLDER_THAN - Static variable in class org.apache.oozie.service.RecoveryService
Age of actions to queue, in seconds.
CONF_WORKER_INTERVAL - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONF_WORKER_THREADS - Static variable in class org.apache.oozie.service.EventHandlerService
 
CONFG_MAX_WF_LENGTH - Static variable in class org.apache.oozie.service.WorkflowAppService
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CONFIG_DEFAULT - Static variable in class org.apache.oozie.command.wf.SubmitXCommand
 
CONFIGURATION - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
CONFIGURATION_SUBSTITUTE_DEPTH - Static variable in class org.apache.oozie.util.XConfiguration
 
ConfigurationService - Class in org.apache.oozie.service
Built in service that initializes the services configuration.
ConfigurationService() - Constructor for class org.apache.oozie.service.ConfigurationService
 
configureEvaluator(ELEvaluator, SyncCoordDataset, SyncCoordAction) - Static method in class org.apache.oozie.coord.CoordELFunctions
Configure an evaluator with data set and application specific information.
configureEvaluator(ELEvaluator, WorkflowJobBean, WorkflowActionBean) - Static method in class org.apache.oozie.DagELFunctions
 
ConfigUtils - Class in org.apache.oozie.util
 
ConfigUtils() - Constructor for class org.apache.oozie.util.ConfigUtils
 
connection - Variable in class org.apache.oozie.jms.DefaultConnectionContext
 
ConnectionContext - Interface in org.apache.oozie.jms
Maintains a JMS connection for creating session, consumer and producer
connectionFactoryName - Variable in class org.apache.oozie.jms.DefaultConnectionContext
 
constructPattern() - Method in class org.apache.oozie.util.XLogAuditFilter
 
constructPattern() - Method in class org.apache.oozie.util.XLogFilter
Constructs the regular expression according to the filter and assigns it to fileterPattarn.
contains(Object) - Method in class org.apache.oozie.store.Store
 
context - Variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
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.
ControlNodeActionExecutor - Class in org.apache.oozie.action.control
Base action executor for control nodes: START/END/KILL/FORK/JOIN
ControlNodeActionExecutor(String) - Constructor for class org.apache.oozie.action.control.ControlNodeActionExecutor
 
ControlNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for control nodes: START/END/KILL/FORK/JOIN.
ControlNodeDef(String, String, Class<? extends ControlNodeHandler>, List<String>) - Constructor for class org.apache.oozie.workflow.lite.ControlNodeDef
 
ControlNodeHandler - Class in org.apache.oozie.workflow.lite
Node handler that provides the necessary workflow logic for control nodes: START/END/KILL/FORK/JOIN.
ControlNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.ControlNodeHandler
 
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
COORD_ACTION - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
COORD_ACTIONS_DEFAULT_LENGTH - Static variable in class org.apache.oozie.servlet.V1JobServlet
 
COORD_ACTIONS_LOG_MAX_COUNT - Static variable in class org.apache.oozie.CoordinatorEngine
 
coord_actualTime_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
coord_conf(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Return a job configuration property for the coordinator.
COORD_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
COORD_CONF_OLDER_THAN - Static variable in class org.apache.oozie.service.PurgeService
 
COORD_CONF_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
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_EXECUTION_NONE_TOLERANCE - Static variable in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
COORD_GET_ALL_COLS_FOR_ACTION - Static variable in class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
coord_hours_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
COORD_ID - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
COORD_INPUT_EVENTS - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
COORD_INPUT_EVENTS_DATA_IN - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
COORD_INPUT_EVENTS_DATA_IN - Static variable in class org.apache.oozie.coord.input.logic.InputLogicParser
 
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_NAME - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
COORD_NOMINAL_TIME - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
COORD_OUTPUT_EVENTS - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
COORD_OUTPUT_EVENTS_DATA_OUT - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
coord_user() - Static method in class org.apache.oozie.coord.CoordELFunctions
Return the user that submitted the coordinator job.
coordAction - Variable in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
coordAction - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
coordAction - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseValidate
 
CoordActionCheckXCommand - Class in org.apache.oozie.command.coord
The command checks workflow status for coordinator action.
CoordActionCheckXCommand(String, int) - Constructor for class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
CoordActionGetForCheckJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionCheckCommand
CoordActionGetForCheckJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForCheckJPAExecutor
 
CoordActionGetForExternalIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator action by externalId.
CoordActionGetForExternalIdJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForExternalIdJPAExecutor
 
CoordActionGetForInfoJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorAction into a Bean and return it.
CoordActionGetForInfoJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
CoordActionGetForInputCheckJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionInputCheckXCommand
CoordActionGetForInputCheckJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForInputCheckJPAExecutor
 
CoordActionGetForStartJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionStartXCommand
CoordActionGetForStartJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForStartJPAExecutor
 
CoordActionGetForTimeoutJPAExecutor - Class in org.apache.oozie.executor.jpa
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionTimeoutXCommand
CoordActionGetForTimeoutJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetForTimeoutJPAExecutor
 
CoordActionGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorAction into a Bean and return it.
CoordActionGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor
 
CoordActionInfoXCommand - Class in org.apache.oozie.command.coord
 
CoordActionInfoXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
CoordActionInputCheckXCommand - Class in org.apache.oozie.command.coord
The command to check if an action's data input paths exist in the file system.
CoordActionInputCheckXCommand(String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
CoordActionInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the CoordinatorAction bean.
CoordActionInsertJPAExecutor(CoordinatorActionBean) - Constructor for class org.apache.oozie.executor.jpa.CoordActionInsertJPAExecutor
 
CoordActionNotificationXCommand - Class in org.apache.oozie.command.coord
This class will send the notification for the coordinator action
CoordActionNotificationXCommand(CoordinatorActionBean) - Constructor for class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
CoordActionQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run query for Coordinator Action
CoordActionQueryExecutor.CoordActionQuery - Enum in org.apache.oozie.executor.jpa
 
CoordActionReadyXCommand - Class in org.apache.oozie.command.coord
 
CoordActionReadyXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
CoordActionRemoveJPAExecutor - Class in org.apache.oozie.executor.jpa
Deletes the coordinator action if its in WAITING or READY state.
CoordActionRemoveJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionRemoveJPAExecutor
Constructor which records coordinator action id.
CoordActionsActiveCountJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of running actions for a coordinator job.
CoordActionsActiveCountJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsActiveCountJPAExecutor
 
CoordActionsCountForJobIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of running actions for a coordinator job.
CoordActionsCountForJobIdJPAExecutor(String, Map<Pair<String, CoordinatorEngine.FILTER_COMPARATORS>, List<Object>>) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsCountForJobIdJPAExecutor
 
CoordActionsDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete Coord actions of long running coordinators, return the number of actions that were deleted.
CoordActionsDeleteJPAExecutor(Collection<String>) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsDeleteJPAExecutor
Initialize the JPAExecutor using the delete list of CoordinatorActionBeans
CoordActionsDeleteJPAExecutor() - Constructor for class org.apache.oozie.executor.jpa.CoordActionsDeleteJPAExecutor
 
CoordActionsGetFromCoordJobIdJPAExecutor - Class in org.apache.oozie.executor.jpa
 
CoordActionsGetFromCoordJobIdJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsGetFromCoordJobIdJPAExecutor
 
CoordActionsIgnoreXCommand - Class in org.apache.oozie.command.coord
 
CoordActionsIgnoreXCommand(String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
CoordActionsInDateRange - Class in org.apache.oozie.util
This class provides the utility of listing coordinator actions that were executed between a certain date range.
CoordActionsInDateRange() - Constructor for class org.apache.oozie.util.CoordActionsInDateRange
 
CoordActionsKillXCommand - Class in org.apache.oozie.command.coord
Kill coordinator actions by a range of dates (nominal time) or action number.
CoordActionsKillXCommand(String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
CoordActionSkipXCommand - Class in org.apache.oozie.command.coord
This class sets a Coordinator action's status to SKIPPED
CoordActionSkipXCommand(CoordinatorActionBean, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
CoordActionsPendingFalseCountGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of pending actions for a coordinator job.
CoordActionsPendingFalseCountGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsPendingFalseCountGetJPAExecutor
 
CoordActionsPendingFalseStatusCountGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of pending actions for a status for a coordinator job.
CoordActionsPendingFalseStatusCountGetJPAExecutor(String, String) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsPendingFalseStatusCountGetJPAExecutor
 
CoordActionsRunningGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of running CoordinatorAction and return the list.
CoordActionsRunningGetJPAExecutor(long) - Constructor for class org.apache.oozie.executor.jpa.CoordActionsRunningGetJPAExecutor
 
CoordActionStartXCommand - Class in org.apache.oozie.command.coord
 
CoordActionStartXCommand(String, String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionStartXCommand
 
CoordActionTimeOutXCommand - Class in org.apache.oozie.command.coord
This class updates the Time out in the action bean
CoordActionTimeOutXCommand(CoordinatorActionBean, String, String) - Constructor for class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
CoordActionUpdatePushMissingDependency - Class in org.apache.oozie.command.coord
 
CoordActionUpdatePushMissingDependency(String) - Constructor for class org.apache.oozie.command.coord.CoordActionUpdatePushMissingDependency
 
CoordActionUpdateXCommand - Class in org.apache.oozie.command.coord
 
CoordActionUpdateXCommand(WorkflowJobBean) - Constructor for class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
CoordActionUpdateXCommand(WorkflowJobBean, int) - Constructor for class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
CoordChangeXCommand - Class in org.apache.oozie.command.coord
 
CoordChangeXCommand(String, String) - Constructor for class org.apache.oozie.command.coord.CoordChangeXCommand
This command is used to update the Coordinator job with the new values Update the coordinator job bean and update that to database.
CoordCommandUtils - Class in org.apache.oozie.command.coord
 
CoordCommandUtils() - Constructor for class org.apache.oozie.command.coord.CoordCommandUtils
 
coordCountStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
CoordELConstants - Class in org.apache.oozie.coord
 
CoordELConstants() - Constructor for class org.apache.oozie.coord.CoordELConstants
 
CoordELEvaluator - Class in org.apache.oozie.coord
This class provide different evaluators required at different stages
CoordELEvaluator() - Constructor for class org.apache.oozie.coord.CoordELEvaluator
 
CoordELFunctions - Class in org.apache.oozie.coord
This class implements the EL function related to coordinator
CoordELFunctions() - Constructor for class org.apache.oozie.coord.CoordELFunctions
 
COORDINATOR_NAMESPACE_URI_1 - Static variable in class org.apache.oozie.service.SchemaService
 
COORDINATOR_XML_FILE - Static variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CoordinatorActionBean - Class in org.apache.oozie
 
CoordinatorActionBean() - Constructor for class org.apache.oozie.CoordinatorActionBean
 
CoordinatorActionEvent - Class in org.apache.oozie.event
Class implementing JobEvent for events generated by Coordinator Actions
CoordinatorActionEvent(String, String, CoordinatorAction.Status, String, String, Date, Date, String) - Constructor for class org.apache.oozie.event.CoordinatorActionEvent
 
CoordinatorActionInfo - Class in org.apache.oozie
 
CoordinatorActionInfo(List<CoordinatorActionBean>) - Constructor for class org.apache.oozie.CoordinatorActionInfo
Create a coordiantor actions info bean.
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) - Constructor for class org.apache.oozie.CoordinatorEngine
Create a Coordinator engine to perform operations on behave of a user.
CoordinatorEngine.FILTER_COMPARATORS - Enum in org.apache.oozie
 
CoordinatorEngineException - Exception in org.apache.oozie
Exception thrown by the CoordinatorEngine.
CoordinatorEngineException(XException) - Constructor for exception org.apache.oozie.CoordinatorEngineException
Create a coordinator engine exception from a XException.
CoordinatorEngineException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.CoordinatorEngineException
Create a coordinator engine exception.
CoordinatorEngineService - Class in org.apache.oozie.service
Service that return a coordinator engine for a user.
CoordinatorEngineService() - Constructor for class org.apache.oozie.service.CoordinatorEngineService
 
CoordinatorJobBean - Class in org.apache.oozie
 
CoordinatorJobBean() - Constructor for class org.apache.oozie.CoordinatorJobBean
 
CoordinatorJobEvent - Class in org.apache.oozie.event
Class implementing JobEvent for events generated by Coordinator Jobs
CoordinatorJobEvent(String, String, Job.Status, String, String, Date, Date) - Constructor for class org.apache.oozie.event.CoordinatorJobEvent
 
CoordinatorJobException - Exception in org.apache.oozie.coord
Exception thrown by CoordinatorJob.
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.
CoordinatorJobGetForUserAppnameJPAExecutor - Class in org.apache.oozie.executor.jpa
DB query executor to fetch columns 'user' and 'appName' from Coordinator Job table
CoordinatorJobGetForUserAppnameJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordinatorJobGetForUserAppnameJPAExecutor
 
CoordinatorJobGetForUserJPAExecutor - Class in org.apache.oozie.executor.jpa
Retrieve the name of user submitting coordinator
CoordinatorJobGetForUserJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordinatorJobGetForUserJPAExecutor
 
CoordinatorJobInfo - Class in org.apache.oozie
 
CoordinatorJobInfo(List<CoordinatorJobBean>, int, int, int) - Constructor for class org.apache.oozie.CoordinatorJobInfo
Create a coordinator info bean.
CoordinatorXCommand<T> - Class in org.apache.oozie.command.coord
Abstract coordinator command class derived from XCommand
CoordinatorXCommand(String, String, int) - Constructor for class org.apache.oozie.command.coord.CoordinatorXCommand
Base class constructor for coordinator commands.
CoordinatorXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.coord.CoordinatorXCommand
Base class constructor for coordinator commands.
CoordInputDependency - Interface in org.apache.oozie.coord.input.dependency
 
coordInputDependency - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
CoordInputDependencyFactory - Class in org.apache.oozie.coord.input.dependency
 
CoordInputDependencyFactory() - Constructor for class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
 
CoordInputInstance - Class in org.apache.oozie.coord.input.dependency
 
CoordInputInstance() - Constructor for class org.apache.oozie.coord.input.dependency.CoordInputInstance
 
CoordInputInstance(String, boolean) - Constructor for class org.apache.oozie.coord.input.dependency.CoordInputInstance
 
CoordInputLogicBuilder - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicBuilder(CoordInputLogicEvaluator) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder
 
CoordInputLogicBuilder.CoordInputDependencyBuilder - Class in org.apache.oozie.coord.input.logic
The Class CoordInputDependencyBuilder.
CoordInputLogicBuilder.CoordInputDependencyBuilder(CoordInputLogicEvaluator) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
 
CoordInputLogicEvaluator - Interface in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorPhaseOne - Class in org.apache.oozie.coord.input.logic
PhaseOne is for all dependencies check, except unresolved.
CoordInputLogicEvaluatorPhaseOne(CoordinatorActionBean) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
CoordInputLogicEvaluatorPhaseOne(CoordinatorActionBean, CoordInputDependency) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
CoordInputLogicEvaluatorPhaseThree - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorPhaseThree(CoordinatorActionBean, ELEvaluator) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
CoordInputLogicEvaluatorPhaseTwo - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorPhaseTwo(CoordinatorActionBean, Date) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseTwo
 
CoordInputLogicEvaluatorPhaseTwo(CoordinatorActionBean, AbstractCoordInputDependency) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseTwo
 
CoordInputLogicEvaluatorPhaseValidate - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorPhaseValidate(CoordinatorActionBean) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseValidate
 
CoordInputLogicEvaluatorResult - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorResult() - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
CoordInputLogicEvaluatorResult(CoordInputLogicEvaluatorResult.STATUS, String) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
CoordInputLogicEvaluatorResult(CoordInputLogicEvaluatorResult.STATUS) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
CoordInputLogicEvaluatorResult.STATUS - Enum in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorUtil - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorUtil(CoordinatorActionBean) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
 
CoordInputLogicEvaluatorUtil() - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
 
CoordInputLogicEvaluatorUtil.OozieJexlParser - Class in org.apache.oozie.coord.input.logic
 
CoordInputLogicEvaluatorUtil.OozieJexlParser(JexlEngine, CoordInputLogicBuilder) - Constructor for class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil.OozieJexlParser
 
coordJob - Variable in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
coordJob - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
coordJob - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseValidate
 
CoordJobDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete coord job
CoordJobDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobDeleteJPAExecutor
 
CoordJobGetActionByActionNumberJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorJob into a Bean and return it.
CoordJobGetActionByActionNumberJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionByActionNumberJPAExecutor
 
CoordJobGetActionForNominalTimeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator action by nominal time.
CoordJobGetActionForNominalTimeJPAExecutor(String, Date) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor
 
CoordJobGetActionModifiedDateForRangeJPAExecutor - Class in org.apache.oozie.executor.jpa
 
CoordJobGetActionModifiedDateForRangeJPAExecutor(String, String, String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionModifiedDateForRangeJPAExecutor
 
CoordJobGetActionRunningCountForRangeJPAExecutor - Class in org.apache.oozie.executor.jpa
 
CoordJobGetActionRunningCountForRangeJPAExecutor(String, String, String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionRunningCountForRangeJPAExecutor
 
CoordJobGetActionsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions for a coordinator job.
CoordJobGetActionsJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsJPAExecutor
 
CoordJobGetActionsNotCompletedJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the Coordinator actions which are not completed for a given Coordinator job
CoordJobGetActionsNotCompletedJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsNotCompletedJPAExecutor
 
CoordJobGetActionsRunningJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the running Coordinator actions for a given Coordinator job
CoordJobGetActionsRunningJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsRunningJPAExecutor
 
CoordJobGetActionsStatusJPAExecutor - Class in org.apache.oozie.executor.jpa
Get the status of Coordinator actions for a given Coordinator job
CoordJobGetActionsStatusJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsStatusJPAExecutor
 
CoordJobGetActionsSubsetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions by offset and len (a subset) for a coordinator job.
CoordJobGetActionsSubsetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
CoordJobGetActionsSubsetJPAExecutor(String, Map<Pair<String, CoordinatorEngine.FILTER_COMPARATORS>, List<Object>>, int, int, boolean) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
CoordJobGetActionsSuspendedJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the suspended Coordinator actions of a given Coordinator job
CoordJobGetActionsSuspendedJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetActionsSuspendedJPAExecutor
 
CoordJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorJob into a Bean and return it.
CoordJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetJPAExecutor
 
CoordJobGetReadyActionsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load coordinator actions in READY state for a coordinator job.
CoordJobGetReadyActionsJPAExecutor(String, String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetReadyActionsJPAExecutor
 
CoordJobGetRunningActionsCountJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the number of running actions for a coordinator job.
CoordJobGetRunningActionsCountJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobGetRunningActionsCountJPAExecutor
 
CoordJobInfoGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the CoordinatorInfo and return it.
CoordJobInfoGetJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
CoordJobInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the CoordinatorJob bean.
CoordJobInsertJPAExecutor(CoordinatorJobBean) - Constructor for class org.apache.oozie.executor.jpa.CoordJobInsertJPAExecutor
 
CoordJobQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run query for Coordinator Job
CoordJobQueryExecutor.CoordJobQuery - Enum in org.apache.oozie.executor.jpa
 
CoordJobsCountNotForPurgeFromParentIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Count the number of Coordinator children of a parent bundle that are not ready to be purged
CoordJobsCountNotForPurgeFromParentIdJPAExecutor(long, String) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsCountNotForPurgeFromParentIdJPAExecutor
 
CoordJobsDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete Coord job, its list of actions and return the number of actions that were deleted.
CoordJobsDeleteJPAExecutor(Collection<String>) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsDeleteJPAExecutor
Initialize the JPAExecutor using the delete list of CoordinatorJobBeans
CoordJobsDeleteJPAExecutor() - Constructor for class org.apache.oozie.executor.jpa.CoordJobsDeleteJPAExecutor
 
CoordJobsGetForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of completed CoordinatorJob for purge ready.
CoordJobsGetForPurgeJPAExecutor(long, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
CoordJobsGetForPurgeJPAExecutor(long, int, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
CoordJobsGetFromParentIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of CoordinatorJob with the passed in parentId
CoordJobsGetFromParentIdJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetFromParentIdJPAExecutor
 
CoordJobsGetFromParentIdJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetFromParentIdJPAExecutor
 
CoordJobsGetPausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of paused bundle Jobs;
CoordJobsGetPausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetPausedJPAExecutor
 
CoordJobsGetPendingJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of Coordinator Jobs that are in pending.
CoordJobsGetPendingJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetPendingJPAExecutor
 
CoordJobsGetUnpausedJPAExecutor - Class in org.apache.oozie.executor.jpa
Get a list of unpaused Coordinator Jobs;
CoordJobsGetUnpausedJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsGetUnpausedJPAExecutor
 
CoordJobsToBeMaterializedJPAExecutor - Class in org.apache.oozie.executor.jpa
JPA command to get coordinator jobs which are qualify for Materialization.
CoordJobsToBeMaterializedJPAExecutor(Date, int) - Constructor for class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
CoordJobsXCommand - Class in org.apache.oozie.command.coord
The command to get a job info for a list of coordinator jobs by given filters.
CoordJobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.coord.CoordJobsXCommand
 
CoordJobXCommand - Class in org.apache.oozie.command.coord
Command for loading a coordinator job information
CoordJobXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordJobXCommand
Constructor for loading a coordinator job information
CoordJobXCommand(String, Map<Pair<String, CoordinatorEngine.FILTER_COMPARATORS>, List<Object>>, int, int, boolean) - Constructor for class org.apache.oozie.command.coord.CoordJobXCommand
Constructor for loading a coordinator job information
CoordJobXCommand(String, boolean) - Constructor for class org.apache.oozie.command.coord.CoordJobXCommand
Constructor for loading a coordinator job information
CoordKillXCommand - Class in org.apache.oozie.command.coord
 
CoordKillXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordKillXCommand
 
CoordMaterializeTransitionXCommand - Class in org.apache.oozie.command.coord
Materialize actions for specified start and end time for coordinator job.
CoordMaterializeTransitionXCommand(String, int) - Constructor for class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
The constructor for class CoordMaterializeTransitionXCommand
CoordMaterializeTransitionXCommand(CoordinatorJobBean, int, Date, Date) - Constructor for class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
CoordMaterializeTriggerService - Class in org.apache.oozie.service
The coordinator Materialization Lookup trigger service schedule lookup trigger command for every interval (default is 5 minutes ).
CoordMaterializeTriggerService() - Constructor for class org.apache.oozie.service.CoordMaterializeTriggerService
 
coordName - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
CoordOldInputDependency - Class in org.apache.oozie.coord.input.dependency
Old approach where dependencies are stored as String.
CoordOldInputDependency(String) - Constructor for class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
CoordOldInputDependency() - Constructor for class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
CoordPauseXCommand - Class in org.apache.oozie.command.coord
 
CoordPauseXCommand(CoordinatorJobBean) - Constructor for class org.apache.oozie.command.coord.CoordPauseXCommand
 
CoordPullInputDependency - Class in org.apache.oozie.coord.input.dependency
 
CoordPullInputDependency() - Constructor for class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
CoordPushDependencyCheckXCommand - Class in org.apache.oozie.command.coord
 
CoordPushDependencyCheckXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
CoordPushDependencyCheckXCommand(String, boolean) - Constructor for class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
CoordPushDependencyCheckXCommand(String, boolean, boolean) - Constructor for class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
CoordPushDependencyCheckXCommand(String, String) - Constructor for class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
CoordPushInputDependency - Class in org.apache.oozie.coord.input.dependency
 
CoordPushInputDependency() - Constructor for class org.apache.oozie.coord.input.dependency.CoordPushInputDependency
 
CoordRerunXCommand - Class in org.apache.oozie.command.coord
Rerun coordinator actions by a list of dates or ids.
CoordRerunXCommand(String, String, String, boolean, boolean, boolean, Configuration) - Constructor for class org.apache.oozie.command.coord.CoordRerunXCommand
The constructor for class CoordRerunXCommand
CoordResumeXCommand - Class in org.apache.oozie.command.coord
Resume coordinator job and actions.
CoordResumeXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordResumeXCommand
 
coordSeletStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
CoordSLAAlertsDisableXCommand - Class in org.apache.oozie.command.coord
 
CoordSLAAlertsDisableXCommand(String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordSLAAlertsDisableXCommand
 
CoordSLAAlertsEnableXCommand - Class in org.apache.oozie.command.coord
 
CoordSLAAlertsEnableXCommand(String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordSLAAlertsEnableXCommand
 
CoordSLAAlertsXCommand - Class in org.apache.oozie.command.coord
 
CoordSLAAlertsXCommand(String, String, String, String, String) - Constructor for class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
 
CoordSLAChangeXCommand - Class in org.apache.oozie.command.coord
 
CoordSLAChangeXCommand(String, String, String, Map<String, String>) - Constructor for class org.apache.oozie.command.coord.CoordSLAChangeXCommand
 
CoordStatusTransitXCommand - Class in org.apache.oozie.command.coord
CoordStatusTransitXCommand update coord job's status according to its child actions' status.
CoordStatusTransitXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
CoordSubmitXCommand - Class in org.apache.oozie.command.coord
This class provides the functionalities to resolve a coordinator job XML and write the job information into a DB table.
CoordSubmitXCommand(Configuration) - Constructor for class org.apache.oozie.command.coord.CoordSubmitXCommand
Constructor to create the Coordinator Submit Command.
CoordSubmitXCommand(Configuration, String, String) - Constructor for class org.apache.oozie.command.coord.CoordSubmitXCommand
Constructor to create the Coordinator Submit Command by bundle job.
CoordSubmitXCommand(boolean, Configuration) - Constructor for class org.apache.oozie.command.coord.CoordSubmitXCommand
Constructor to create the Coordinator Submit Command.
CoordSuspendXCommand - Class in org.apache.oozie.command.coord
Suspend coordinator job and actions.
CoordSuspendXCommand(String) - Constructor for class org.apache.oozie.command.coord.CoordSuspendXCommand
 
CoordUnpauseXCommand - Class in org.apache.oozie.command.coord
 
CoordUnpauseXCommand(CoordinatorJobBean) - Constructor for class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
CoordUnResolvedInputDependency - Class in org.apache.oozie.coord.input.dependency
 
CoordUnResolvedInputDependency(List<String>) - Constructor for class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
CoordUnResolvedInputDependency() - Constructor for class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
CoordUpdateXCommand - Class in org.apache.oozie.command.coord
This class provides the functionalities to update coordinator job XML and properties.
CoordUpdateXCommand(boolean, Configuration, String) - Constructor for class org.apache.oozie.command.coord.CoordUpdateXCommand
 
CoordUpdateXCommand(boolean, Configuration, String, boolean) - Constructor for class org.apache.oozie.command.coord.CoordUpdateXCommand
 
CoordUtils - Class in org.apache.oozie.coord
 
CoordUtils() - Constructor for class org.apache.oozie.coord.CoordUtils
 
copy(Configuration, Configuration) - Static method in class org.apache.oozie.util.XConfiguration
Copy configuration key/value pairs from one configuration to another if a property exists in the target, it gets replaced.
copyCharStream(Reader, Writer) - Static method in class org.apache.oozie.util.IOUtils
Copies an char input stream into an char output stream.
copyStream(InputStream, OutputStream) - Static method in class org.apache.oozie.util.IOUtils
Copies an inputstream into an output stream.
COULD_NOT_END - Static variable in class org.apache.oozie.command.wf.ActionEndXCommand
 
COULD_NOT_START - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
COULD_NOT_START - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
count - Variable in class org.apache.oozie.util.TimestampedMessageParser
 
create() - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
create(S) - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
create() - Method in class org.apache.oozie.service.SLAStoreService
Return a SLA store instance with a fresh transaction.
create(S) - Method in class org.apache.oozie.service.SLAStoreService
Return a SLA store instance with an existing transaction.
create() - Method in class org.apache.oozie.service.WorkflowStoreService
Return a workflow store instance with a fresh transaction.
create(S) - Method in class org.apache.oozie.service.WorkflowStoreService
Return a workflow store instance with an existing transaction.
createActionDefaultConf(String, String) - Method in class org.apache.oozie.service.HadoopAccessorService
Returns a Configuration containing any defaults for an action for a particular cluster.
createBaseHadoopConf(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
createBaseHadoopConf(ActionExecutor.Context, Element, boolean) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
createCallBackUrl(String, String) - Method in class org.apache.oozie.service.CallbackService
Create a callback URL.
createConfiguration() - Method in class org.apache.oozie.LocalOozieClient
Create an empty configuration with just the OozieClient.USER_NAME set to the JVM user name and the OozieClient.GROUP_NAME set to 'other'.
createConfiguration() - Method in class org.apache.oozie.LocalOozieClientCoord
Create an empty configuration with just the OozieClient.USER_NAME set to the JVM user name and the OozieClient.GROUP_NAME set to 'other'.
createConnection(Properties) - Method in interface org.apache.oozie.jms.ConnectionContext
Create connection using properties
createConnection(Properties) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
createConnectionContext(JMSConnectionInfo) - Method in class org.apache.oozie.service.JMSAccessorService
 
createConsumer(Session, String) - Method in interface org.apache.oozie.jms.ConnectionContext
Creates consumer using session and topic name
createConsumer(Session, String, String) - Method in interface org.apache.oozie.jms.ConnectionContext
Creates consumer using session, topic name and selector
createConsumer(Session, String) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
createConsumer(Session, String, String) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
createCoordinatorActionMessage(CoordinatorActionEvent) - Static method in class org.apache.oozie.event.messaging.MessageFactory
Constructs and returns the coordinator action message for coordinator action event
createCredentialObject() - Method in class org.apache.oozie.action.hadoop.CredentialsProvider
Create Credential object
createDataEvaluator(Element, Configuration, String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create an Evaluator to resolve dataIns and dataOuts of an application instance (used in stage 3)
createDataEvaluator(Element, Configuration, String, CoordInputDependency, CoordInputDependency) - Static method in class org.apache.oozie.coord.CoordELEvaluator
 
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
createELEvaluatorForDataAndConf(Configuration, String, HashMap<String, String>) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create an Evaluator using conf and input/output-data (used for sla)
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.bundle.BundleSubmitXCommand
 
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.command.wf.SignalXCommand
 
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.command.wf.SubmitXCommand
Create an EL evaluator for a given group.
createELEvaluatorForGroup(Configuration, String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create an evaluator to be used in resolving configuration vars and frequency constant/functions (used in Stage 1)
createEvaluator(Configuration) - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
Create ELEvaluator
createEvaluator(String) - Method in class org.apache.oozie.service.ELService
Return an ELEvaluator pre-configured with the constants and functions for the specific group of EL-functions and variables defined in the configuration.
createExecutionPath(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
createFileSystem(String, URI, Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a FileSystem created with the provided user for the specified URI.
createFullTransition(String, String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
createInstance(WorkflowApp, Configuration) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
createInstance(WorkflowApp, Configuration, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
createInstance(WorkflowApp, Configuration) - Method in interface org.apache.oozie.workflow.WorkflowLib
Create a workflow instance.
createInstance(WorkflowApp, Configuration, String) - Method in interface org.apache.oozie.workflow.WorkflowLib
Create a workflow instance with the given wfId and actions endtime map.
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
 
createInterpreter(JexlContext, boolean, boolean) - Method in class org.apache.oozie.coord.input.logic.OozieJexlEngine
 
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(String, JobConf) - Method in class org.apache.oozie.service.HadoopAccessorService
Return a JobClient created with the provided user/group.
createJobConf(String) - Method in class org.apache.oozie.service.HadoopAccessorService
Creates a JobConf using the site configuration for the specified hostname:port.
createLazyEvaluator(Date, Date, Element, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new evaluator for Lazy resolve (phase 3).
createPrefix() - Method in class org.apache.oozie.util.XLog.Info
Create the LogInfo prefix using the current parameter values.
createProducer(Session, String) - Method in interface org.apache.oozie.jms.ConnectionContext
Creates producer using session and topic
createProducer(Session, String) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
createProducerConnectionContext(JMSConnectionInfo) - Method in class org.apache.oozie.service.JMSAccessorService
 
createPropertySet(String[], Set<String>) - Static method in class org.apache.oozie.util.PropertiesUtils
Create a set from an array
createProtoActionConf(Configuration, boolean) - Method in class org.apache.oozie.service.WorkflowAppService
Create proto configuration.
createPullInputDependencies(boolean) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
Create the pull dependencies.
createPushInputDependencies(boolean) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
Create the push dependencies.
createSequence() - Method in class org.apache.oozie.service.UUIDService
 
createSequence() - Method in class org.apache.oozie.service.ZKUUIDService
Gets the unique id.
createSession(int) - Method in interface org.apache.oozie.jms.ConnectionContext
Creates session using the specified session opts
createSession(int) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
createSLAEvaluator(Element, CoordinatorActionBean, Configuration) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a SLA evaluator to be used during Materialization
createSLAMessage(SLAEvent) - Static method in class org.apache.oozie.event.messaging.MessageFactory
Constructs and returns SLA notification message
createSlaRegistrationEvent(Element, String, String, AppType, String, String, XLog, boolean, boolean) - Static method in class org.apache.oozie.sla.SLAOperations
 
createSlaRegistrationEvent(Element, String, AppType, String, String, XLog) - Static method in class org.apache.oozie.sla.SLAOperations
 
createSlaRegistrationEvent(Element, String, String, AppType, String, XLog) - Static method in class org.apache.oozie.sla.SLAOperations
 
createSlaRegistrationEvent(Element, String, AppType, String, XLog) - Static method in class org.apache.oozie.sla.SLAOperations
 
createSlaRegistrationEvent(Element, String, String, AppType, String, String, XLog, boolean) - Static method in class org.apache.oozie.sla.SLAOperations
 
createSlaRegistrationEvent(Element, Store, String, SLAEvent.SlaAppType, String, String) - Static method in class org.apache.oozie.util.db.SLADbOperations
Deprecated.
 
createSlaRegistrationEvent(Element, String, SLAEvent.SlaAppType, String, String, XLog) - Static method in class org.apache.oozie.util.db.SLADbOperations
Deprecated.
 
createSlaRegistrationEvent(Element, String, SLAEvent.SlaAppType, String, String) - Static method in class org.apache.oozie.util.db.SLADbXOperations
Deprecated.
Create SLA registration event
createSlaStatusEvent(String, SLAEvent.Status, SLAEvent.SlaAppType, String, XLog) - Static method in class org.apache.oozie.util.db.SLADbOperations
Deprecated.
 
createSlaStatusEvent(String, SLAEvent.Status, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbXOperations
Deprecated.
Create SLA status event
createStatusEvent(String, String, SLAEvent.Status, SLAEvent.SlaAppType, XLog) - Static method in class org.apache.oozie.util.db.SLADbOperations
Deprecated.
 
createStatusEvent(String, String, SLAEvent.Status, SLAEvent.SlaAppType) - Static method in class org.apache.oozie.util.db.SLADbXOperations
Deprecated.
Create SLA status event
createThreadLocalSession(int) - Method in interface org.apache.oozie.jms.ConnectionContext
Creates a threadlocal session using session opts
createThreadLocalSession(int) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
createURIELEvaluator(String) - Static method in class org.apache.oozie.coord.CoordELEvaluator
Create a new Evaluator to resolve URI temple with time specific constant
createWorkflowJobMessage(WorkflowJobEvent) - Static method in class org.apache.oozie.event.messaging.MessageFactory
Constructs and returns the workflow job message for workflow job event
CRED_KEY - Static variable in class org.apache.oozie.action.hadoop.CredentialsProvider
 
CredentialException - Exception in org.apache.oozie.action.hadoop
 
CredentialException(XException) - Constructor for exception org.apache.oozie.action.hadoop.CredentialException
Create an credential exception from a XException.
CredentialException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.action.hadoop.CredentialException
Create a credential exception.
Credentials - Class in org.apache.oozie.action.hadoop
 
Credentials() - Constructor for class org.apache.oozie.action.hadoop.Credentials
 
CredentialsProperties - Class in org.apache.oozie.action.hadoop
 
CredentialsProperties(String, String) - Constructor for class org.apache.oozie.action.hadoop.CredentialsProperties
 
CredentialsProvider - Class in org.apache.oozie.action.hadoop
 
CredentialsProvider(String) - Constructor for class org.apache.oozie.action.hadoop.CredentialsProvider
 
CURRENT - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
currentSize - Variable in class org.apache.oozie.util.PriorityDelayQueue
 

D

DagELFunctions - Class in org.apache.oozie
DAG EL functions.
DagELFunctions() - Constructor for class org.apache.oozie.DagELFunctions
 
DagEngine - Class in org.apache.oozie
The DagEngine provides all the DAG engine functionality for WS calls.
DagEngine() - Constructor for class org.apache.oozie.DagEngine
Create a system Dag engine, with no user and no group.
DagEngine(String) - 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
 
DATASET - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
dateFormat - Static variable in class org.apache.oozie.service.ShareLibService
 
DateUtils - Class in org.apache.oozie.util
Date utility classes to parse and format datetimes in Oozie expected datetime formats.
DateUtils() - Constructor for class org.apache.oozie.util.DateUtils
 
DAY - Static variable in class org.apache.oozie.util.PropertiesUtils
 
DAY_MSEC - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
DAYS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
DBLiteWorkflowLib - Class in org.apache.oozie.workflow.lite
 
DBLiteWorkflowLib(Schema, Class<? extends ControlNodeHandler>, 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.
DEBUG - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
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
 
decompressToBytes(DataInputStream) - Method in interface org.apache.oozie.compression.CompressionCodec
 
decompressToBytes(DataInputStream) - Method in class org.apache.oozie.compression.GzipCompressionCodec
 
decompressToString(DataInputStream) - Method in interface org.apache.oozie.compression.CompressionCodec
 
decompressToString(DataInputStream) - Method in class org.apache.oozie.compression.GzipCompressionCodec
 
decrementAndGetPending() - Method in class org.apache.oozie.BundleActionBean
decrement pending and return it
decrementAndGetPending() - Method in class org.apache.oozie.CoordinatorActionBean
decrement pending and return it
DEFAULT_CONFIG_FILE - Static variable in class org.apache.oozie.service.ConfigurationService
 
DEFAULT_DONE_FLAG - Static variable in class org.apache.oozie.coord.CoordELConstants
 
DEFAULT_JOB_TRACKER - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
DEFAULT_LOCK_TIMEOUT - Static variable in class org.apache.oozie.command.XCommand
 
DEFAULT_LOCK_TIMEOUT - Static variable in interface org.apache.oozie.service.Service
 
DEFAULT_LOG4J_PROPERTIES - Static variable in class org.apache.oozie.service.XLogService
Default value for the log4j configuration file if XLogService.LOG4J_FILE is not set.
DEFAULT_NAME_NODE - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
DEFAULT_ORDER_BY - Static variable in class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
 
DEFAULT_ORDER_BY - Static variable in class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
DEFAULT_ORDER_BY - Static variable in class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
 
DEFAULT_RELOAD_INTERVAL - Static variable in class org.apache.oozie.service.XLogService
Default value for the reload interval if XLogService.LOG4J_RELOAD is not set.
DEFAULT_REQUEUE_DELAY - Static variable in class org.apache.oozie.command.XCommand
 
DEFAULT_USER_RETRY_POLICY - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
DefaultConnectionContext - Class in org.apache.oozie.jms
 
DefaultConnectionContext() - Constructor for class org.apache.oozie.jms.DefaultConnectionContext
 
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.XLogFilter
 
DefinitionXCommand - Class in org.apache.oozie.command.wf
 
DefinitionXCommand(String) - Constructor for class org.apache.oozie.command.wf.DefinitionXCommand
 
delete(ActionExecutor.Context, Path) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
Delete path
delete(ActionExecutor.Context, XConfiguration, Path, Path, boolean) - 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(URI, URIHandler.Context) - Method in class org.apache.oozie.dependency.FSURIHandler
 
delete(URI, Configuration, String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
delete(URI, URIHandler.Context) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
delete(URI, Configuration, String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
delete(URI, URIHandler.Context) - Method in interface org.apache.oozie.dependency.URIHandler
Delete a URI
delete(URI, Configuration, String) - Method in interface org.apache.oozie.dependency.URIHandler
Delete a URI
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
dependenciesAsArray(String) - Static method in class org.apache.oozie.dependency.DependencyChecker
Return a array of missing dependencies
dependenciesAsString(List<String>) - Static method in class org.apache.oozie.dependency.DependencyChecker
Return a string of missing dependencies concatenated by CoordELFunctions.INSTANCE_SEPARATOR
dependencyBuilder - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder
The Dependency builder.
DependencyChecker - Class in org.apache.oozie.dependency
 
DependencyChecker() - Constructor for class org.apache.oozie.dependency.DependencyChecker
 
dependencyMap - Variable in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
dependencyMap - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
dependencyMap - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseValidate
 
deserialize(byte[]) - Method in class org.apache.oozie.util.FixedJsonInstanceSerializer
 
destroy() - Method in class org.apache.oozie.dependency.FSURIHandler
 
destroy() - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
destroy() - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Destroy the cache
destroy() - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
destroy() - Method in class org.apache.oozie.dependency.HCatURIHandler
 
destroy() - Method in class org.apache.oozie.dependency.URIHandler.Context
Destroy the Context
destroy() - Method in interface org.apache.oozie.dependency.URIHandler
Destroy the URIHandler
destroy() - Method in class org.apache.oozie.event.listener.JobEventListener
Destroy the listener
destroy() - Method in class org.apache.oozie.jms.JMSJobEventListener
 
destroy() - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
destroy() - Method in class org.apache.oozie.service.AbandonedCoordCheckerService
 
destroy() - Method in class org.apache.oozie.service.ActionCheckerService
Destroy the Action Checker Services.
destroy() - Method in class org.apache.oozie.service.ActionService
 
destroy() - Method in class org.apache.oozie.service.AuthorizationService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.BundleEngineService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.CallableQueueService
Destroy the command queue service.
destroy() - Method in class org.apache.oozie.service.CallbackService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.ConfigurationService
Destroy the configuration service.
destroy() - Method in class org.apache.oozie.service.CoordinatorEngineService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.CoordMaterializeTriggerService
 
destroy() - Method in class org.apache.oozie.service.DagEngineService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.DagXLogInfoService
Destroy the service.
destroy() - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
destroy() - Method in class org.apache.oozie.service.ELService
Destroy the EL service.
destroy() - Method in class org.apache.oozie.service.EventHandlerService
 
destroy() - Method in class org.apache.oozie.service.GroupsService
Destroys the service.
destroy() - Method in class org.apache.oozie.service.HadoopAccessorService
 
destroy() - Method in class org.apache.oozie.service.HCatAccessorService
 
destroy() - Method in class org.apache.oozie.service.InstrumentationService
Destroy the instrumentation service.
destroy() - Method in class org.apache.oozie.service.JMSAccessorService
 
destroy() - Method in class org.apache.oozie.service.JMSTopicService
 
destroy() - Method in class org.apache.oozie.service.JobsConcurrencyService
Destroy the jobs concurrency service.
destroy() - Method in class org.apache.oozie.service.JPAService
Destroy the JPAService
destroy() - Method in class org.apache.oozie.service.JvmPauseMonitorService
 
destroy() - Method in class org.apache.oozie.service.MemoryLocksService
Destroy the memory locks service.
destroy() - Method in class org.apache.oozie.service.MetricsInstrumentationService
Destroy the metrics instrumentation service.
destroy() - Method in class org.apache.oozie.service.PartitionDependencyManagerService
 
destroy() - Method in class org.apache.oozie.service.PauseTransitService
Destroy the StateTransit Jobs Service.
destroy() - Method in class org.apache.oozie.service.ProxyUserService
Destroys the service.
destroy() - Method in class org.apache.oozie.service.PurgeService
Destroy the Purge Jobs Service.
destroy() - Method in class org.apache.oozie.service.RecoveryService
Destroy the Recovery Service.
destroy() - Method in class org.apache.oozie.service.SchedulerService
Destroy the scheduler service.
destroy() - Method in class org.apache.oozie.service.SchemaService
Destroy the service.
destroy() - Method in interface org.apache.oozie.service.Service
Destroy the service.
destroy() - Method in class org.apache.oozie.service.Services
Destroy all services.
destroy() - Method in class org.apache.oozie.service.ShareLibService
 
destroy() - Method in class org.apache.oozie.service.SLAStoreService
 
destroy() - Method in class org.apache.oozie.service.SparkConfigurationService
 
destroy() - Method in class org.apache.oozie.service.StatusTransitService
Destroy the StateTransit Jobs Service.
destroy() - Method in class org.apache.oozie.service.StoreService
Destroy the StoreService
destroy() - Method in class org.apache.oozie.service.URIHandlerService
 
destroy() - Method in class org.apache.oozie.service.UserGroupInformationService
 
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.service.XLogStreamingService
Destroy the log streaming service.
destroy() - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Destroy the zookeeper jobs concurrency service.
destroy() - Method in class org.apache.oozie.service.ZKLocksService
Destroy the zookeeper locks service.
destroy() - Method in class org.apache.oozie.service.ZKUUIDService
 
destroy() - Method in class org.apache.oozie.service.ZKXLogStreamingService
Destroy the log streaming service.
destroy() - Method in class org.apache.oozie.servlet.AuthFilter
Destroy the filter.
destroy() - Method in class org.apache.oozie.servlet.HostnameFilter
Destroys the filter.
destroy() - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
destroy() - Method in class org.apache.oozie.sla.listener.SLAEventListener
Destroy the listener
destroy() - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
destroy() - Method in class org.apache.oozie.sla.service.SLAService
 
DIR_SEPARATOR - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
DISABLE_CHILD_RERUN - Static variable in class org.apache.oozie.command.wf.ReRunXCommand
 
disableAlert(List<String>) - Method in class org.apache.oozie.sla.service.SLAService
Disable jobs Sla alert.
disableAlert(List<String>) - Method in interface org.apache.oozie.sla.SLACalculator
Disable jobs Sla alert.
disableAlert(List<String>) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
disableChildJobAlert(List<String>) - Method in class org.apache.oozie.sla.service.SLAService
Disable child jobs Sla alert.
disableChildJobAlert(List<String>) - Method in interface org.apache.oozie.sla.SLACalculator
Disable Sla alert for child jobs.
disableChildJobAlert(List<String>) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
disableInit() - Static method in class org.apache.oozie.action.ActionExecutor
Disable action type initialization.
disableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.BaseEngine
Disable SLA alert for job
disableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.BundleEngine
 
disableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
disableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.DagEngine
 
dispose() - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
DISTCP_TYPE - Static variable in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
DistcpActionExecutor - Class in org.apache.oozie.action.hadoop
 
DistcpActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
doExecute(String, String, String, String[], boolean, WorkflowAction, String, boolean) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Execute the ssh command.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.oozie.servlet.AuthFilter
Enforces authentication using Hadoop-auth AuthenticationFilter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.oozie.servlet.HostnameFilter
Resolves the requester hostname and delegates the request to the chain.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
Return safemode state, instrumentation, configuration, osEnv or javaSysProps
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobServlet
Return information about jobs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobsServlet
Return information about jobs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.CallbackServlet
GET callback
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.SLAServlet
Return information about SLA Events.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2SLAServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.VersionServlet
 
doneFlag - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseJobsServlet
Create a job.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.CallbackServlet
POST callback
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2ValidateServlet
Validate workflow definition.
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.BaseJobsServlet
Perform various job related actions - suspend, resume, kill, etc.
drainTo(Collection<? super PriorityDelayQueue.QueueElement<E>>) - Method in class org.apache.oozie.util.PriorityDelayQueue
Remove all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super PriorityDelayQueue.QueueElement<E>>, int) - Method in class org.apache.oozie.util.PriorityDelayQueue
Remove at most the given number of available elements from this queue and adds them to the given collection.
dryrun - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
dryrun - Variable in class org.apache.oozie.command.XCommand
 
dryRunSubmit(Configuration) - Method in class org.apache.oozie.BaseEngine
Dry run a job; like BaseEngine.submitJob(org.apache.hadoop.conf.Configuration, boolean) but doesn't actually execute the job.
dryRunSubmit(Configuration) - Method in class org.apache.oozie.BundleEngine
 
dryRunSubmit(Configuration) - Method in class org.apache.oozie.CoordinatorEngine
 
dryRunSubmit(Configuration) - Method in class org.apache.oozie.DagEngine
 
dt - Static variable in class org.apache.oozie.service.ZKUUIDService
 
dt - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
dummy - Variable in class org.apache.oozie.util.db.ValidateConnectionBean
 

E

eagerLoadState() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.wf.ReRunXCommand
Loading the Wfjob and workflow actions.
eagerLoadState() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
eagerLoadState() - Method in class org.apache.oozie.command.XCommand
Load the necessary state to perform an eager precondition check.
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.ReRunXCommand
Checks the pre-conditions that are required for workflow to recover - Last run of Workflow should be completed - The nodes that are to be skipped are to be completed successfully in the base run.
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
eagerVerifyPrecondition() - Method in class org.apache.oozie.command.XCommand
Verify the precondition for the command before obtaining a lock.
EhcacheHCatDependencyCache - Class in org.apache.oozie.dependency.hcat
 
EhcacheHCatDependencyCache() - Constructor for class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
EL_ERROR - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
EL_ERROR - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
EL_EVAL_ERROR - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
EL_EVAL_ERROR - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
ELConstantsFunctions - Class in org.apache.oozie.util
Base EL constants and functions.
ELConstantsFunctions() - Constructor for class org.apache.oozie.util.ELConstantsFunctions
 
ELEvaluationException - Exception in org.apache.oozie.util
Exception thrown by EL functions when they find a transient error.
ELEvaluationException(String, Throwable) - Constructor for exception org.apache.oozie.util.ELEvaluationException
Create a EL evaluation exception.
ELEvaluationException(Throwable) - Constructor for exception org.apache.oozie.util.ELEvaluationException
Create a EL evaluation exception.
ELEvaluator - Class in org.apache.oozie.util
JSP Expression Language Evaluator.
ELEvaluator() - Constructor for class org.apache.oozie.util.ELEvaluator
Creates an ELEvaluator with no functions and no variables defined.
ELEvaluator(ELEvaluator.Context) - Constructor for class org.apache.oozie.util.ELEvaluator
Creates an ELEvaluator with the functions and variables defined in the given ELEvaluator.Context.
ELEvaluator.Context - Class in org.apache.oozie.util
Provides functions and variables for the EL evaluator.
ELEvaluator.Context() - Constructor for class org.apache.oozie.util.ELEvaluator.Context
Create an empty context.
eligibleToPoll(PriorityDelayQueue.QueueElement<?>) - Method in class org.apache.oozie.util.PollablePriorityDelayQueue
Method for checking the QueueElement eligible to poll before remove it from queue.
ELService - Class in org.apache.oozie.service
The ELService creates ELEvaluator instances preconfigured with constants and functions defined in the configuration.
ELService() - Constructor for class org.apache.oozie.service.ELService
 
ELUtils - Class in org.apache.oozie.util
EL utilities
ELUtils() - Constructor for class org.apache.oozie.util.ELUtils
 
email(String[], String[], String, String, String[], String, String) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
email(String[], String[], String[], String, String, String[], String, String) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_ATTACHMENT_ENABLED - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_ATTACHMENT_ERROR_MSG - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_BODY_FIELD_INDENT - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
EMAIL_BODY_FIELD_SEPARATER - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
EMAIL_BODY_HEADER_SEPARATER - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
EMAIL_SMTP_AUTH - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_SMTP_FROM - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_SMTP_HOST - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_SMTP_PASS - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_SMTP_PORT - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_SMTP_SOCKET_TIMEOUT_MS - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EMAIL_SMTP_USER - Static variable in class org.apache.oozie.action.email.EmailActionExecutor
 
EmailActionExecutor - Class in org.apache.oozie.action.email
Email action executor.
EmailActionExecutor() - Constructor for class org.apache.oozie.action.email.EmailActionExecutor
 
EmailActionExecutor.JavaMailAuthenticator - Class in org.apache.oozie.action.email
 
EmailActionExecutor.JavaMailAuthenticator(String, String) - Constructor for class org.apache.oozie.action.email.EmailActionExecutor.JavaMailAuthenticator
 
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.
enableAlert(List<String>) - Method in class org.apache.oozie.sla.service.SLAService
Enable jobs sla alert.
enableAlert(List<String>) - Method in interface org.apache.oozie.sla.SLACalculator
Enable jobs sla alert.
enableAlert(List<String>) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
enableChildJobAlert(List<String>) - Method in class org.apache.oozie.sla.service.SLAService
Enable child jobs sla alert.
enableChildJobAlert(List<String>) - Method in interface org.apache.oozie.sla.SLACalculator
Enable sla alert for child jobs.
enableChildJobAlert(List<String>) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
enableInit() - Static method in class org.apache.oozie.action.ActionExecutor
Enable action type initialization.
enableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.BaseEngine
Enable SLA alert for job
enableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.BundleEngine
 
enableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
enableSLAAlert(String, String, String, String) - Method in class org.apache.oozie.DagEngine
 
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.control.ControlNodeActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
We will gather counters from all executed action Hadoop jobs (e.g.
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
end(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
End action execution.
end(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
end(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
end(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
end(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
END_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionEndXCommand
 
END_TIME - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
EndActionExecutor - Class in org.apache.oozie.action.control
Action executor for END control node.
EndActionExecutor() - Constructor for class org.apache.oozie.action.control.EndActionExecutor
 
EndNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for END control node.
EndNodeDef(String, Class<? extends ControlNodeHandler>) - 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
 
endWF() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
endWF() - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
ensureKerberosLogin() - Static method in class org.apache.oozie.action.hadoop.CredentialsProvider
Relogs into Kerberos using the Keytab for the Oozie server user.
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.EndNodeDef.EndNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.NodeHandler
 
enter(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
 
equals(Object) - Method in class org.apache.oozie.CoordinatorActionBean
 
equals(Object) - Method in class org.apache.oozie.dependency.hcat.WaitingAction
 
equals(Object) - Method in class org.apache.oozie.jms.JMSConnectionInfo
 
equals(Object) - Method in class org.apache.oozie.util.Pair
 
equals(LiteWorkflowApp) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
equals(Object) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
equals(NodeDef) - Method in class org.apache.oozie.workflow.lite.NodeDef
 
ERR_AUTH_FAILED - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_COULD_NOT_CONNECT - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_EXCEDE_LEN - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_EXECUTION_FAILED - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_FNF - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_HOST_RESOLUTION - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_NO_EXEC_PERM - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_SETUP_FAILED - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_UNKNOWN_ERROR - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
ERR_USER_MISMATCH - Static variable in class org.apache.oozie.action.ssh.SshActionExecutor
 
error(Object) - Method in class org.apache.oozie.util.XLog
Log a error message to the common Log.
error(Object, Throwable) - Method in class org.apache.oozie.util.XLog
Log a error message and Exception to the common Log.
error(String, Object...) - Method in class org.apache.oozie.util.XLog
Log a error message Exception to the common Log.
error(int, String, Object...) - Method in class org.apache.oozie.util.XLog
Tee Log a error message Exception to the common log and specified Logs.
ERROR - Static variable in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
ERROR_OTHER - Static variable in class org.apache.oozie.action.ActionExecutor
Error code used by ActionExecutor.convertException(java.lang.Exception) when there is not register error information for an exception.
ErrorCode - Enum in org.apache.oozie
 
escapeCharsForXML(String) - Static method in class org.apache.oozie.util.XmlUtils
Escape characters for text appearing as XML data, between tags.
evalAndWrap(ELEvaluator, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Helper method to wrap around with "${..}".
evalCombineInput(String[], int, int) - Method in interface org.apache.oozie.coord.input.logic.CoordInputLogicEvaluator
Eval combine input.
evalCombineInput(String[], int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
evalCombineInput(String[], int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
evalCombineInput(String[], int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseTwo
 
evalCombineInput(String[], int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseValidate
 
evalInput(String, int, int) - Method in interface org.apache.oozie.coord.input.logic.CoordInputLogicEvaluator
Eval input.
evalInput(String, int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
evalInput(String, int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
evalInput(String, int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseTwo
 
evalInput(String, int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseValidate
 
evaluate(String, Class<T>) - Method in class org.apache.oozie.util.ELEvaluator
Evaluate an EL expression.
eventHandler - Variable in class org.apache.oozie.sla.SLACalculatorMemory
 
EventHandlerService - Class in org.apache.oozie.service
Service class that handles the events system - creating events queue, managing configured properties and managing and invoking various event listeners via worker threads
EventHandlerService() - Constructor for class org.apache.oozie.service.EventHandlerService
 
EventHandlerService.EventWorker - Class in org.apache.oozie.service
 
EventHandlerService.EventWorker() - Constructor for class org.apache.oozie.service.EventHandlerService.EventWorker
 
EventQueue - Interface in org.apache.oozie.event
Interface to define the queue operations for the events system
EventQueue.EventQueueElement - Class in org.apache.oozie.event
 
EventQueue.EventQueueElement(Event) - Constructor for class org.apache.oozie.event.EventQueue.EventQueueElement
 
eventService - Static variable in class org.apache.oozie.command.XCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionCheckXCommand
 
EXEC_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
execute() - Method in class org.apache.oozie.command.BulkJobsXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BulkBundleXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
execute() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
execute() - Method in class org.apache.oozie.command.coord.BulkCoordXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionUpdatePushMissingDependency
 
execute() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
execute() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
execute() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
execute() - Method in class org.apache.oozie.command.IgnoreTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.KillTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.MaterializeTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.NotificationXCommand
 
execute() - Method in class org.apache.oozie.command.PauseTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.PurgeXCommand
 
execute() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.ResumeTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
execute() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
execute() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
execute() - Method in class org.apache.oozie.command.StartTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.StatusTransitXCommand
 
execute() - Method in class org.apache.oozie.command.SubmitTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.SuspendTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.TransitionXCommand
 
execute() - Method in class org.apache.oozie.command.UnpauseTransitionXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
execute() - Method in class org.apache.oozie.command.wf.BulkWorkflowXCommand
 
execute() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
execute() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
execute() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
execute() - Method in class org.apache.oozie.command.wf.JobXCommand
 
execute() - Method in class org.apache.oozie.command.wf.KillXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
execute() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
execute() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
execute() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
execute() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
execute() - Method in class org.apache.oozie.command.XCommand
Command execution body.
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BulkJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionsCountForJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobGetCoordinatorsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobGetForUserJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetNeedStartJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetPausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetRunningOrPendingJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobsGetUnpausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForCheckJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForExternalIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInputCheckJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForStartJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetForTimeoutJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionRemoveJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsActiveCountJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsCountForJobIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsGetFromCoordJobIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseCountGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseStatusCountGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionsRunningGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordinatorJobGetForUserAppnameJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordinatorJobGetForUserJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionByActionNumberJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionModifiedDateForRangeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionRunningCountForRangeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsNotCompletedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsRunningJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsStatusJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSuspendedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetReadyActionsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobGetRunningActionsCountJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsCountNotForPurgeFromParentIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetFromParentIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPendingJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsGetUnpausedJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
execute(EntityManager) - Method in interface org.apache.oozie.executor.jpa.JPAExecutor
Method that encapsulates JPA access operations.
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetRecordsOnRestartJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
Deprecated.
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventsGetForFilterJPAExecutor
Deprecated.
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventsGetForSeqIdJPAExecutor
Deprecated.
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.SLAEventsGetJPAExecutor
Deprecated.
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionRetryManualGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionsGetForJobJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionSubsetGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowIdGetForExternalIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowInfoWithActionsSubsetGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetActionsJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetForUserJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobInsertJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsDeleteJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetFromCoordParentIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetFromWorkflowParentIdJPAExecutor
 
execute(EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
 
execute(JPAExecutor<T>) - Method in class org.apache.oozie.service.JPAService
Execute a JPAExecutor.
executeBatchInsertUpdateDelete(Collection<JsonBean>, Collection<BatchQueryExecutor.UpdateEntry>, Collection<JsonBean>) - Method in class org.apache.oozie.executor.jpa.BatchQueryExecutor
 
executeBatchInsertUpdateDelete(Collection<JsonBean>, List<JPAService.QueryEntry>, Collection<JsonBean>, EntityManager) - Method in class org.apache.oozie.service.JPAService
Execute multiple update/insert queries in one transaction
executeCommand(String) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Utility method to execute command.
executeCoordCommand(String, String, String) - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsDisableXCommand
 
executeCoordCommand(String, String, String) - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsEnableXCommand
 
executeCoordCommand(String, String, String) - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
 
executeCoordCommand(String, String, String) - Method in class org.apache.oozie.command.bundle.BundleSLAChangeXCommand
 
executeGet(String, Query, EntityManager) - Method in class org.apache.oozie.service.JPAService
Execute a SELECT query
executeGetList(String, Query, EntityManager) - Method in class org.apache.oozie.service.JPAService
Execute a SELECT query to get list of results
executeInterrupts() - Method in class org.apache.oozie.command.XCommand
Check for the existence of interrupts for the same lock key Execute them if exist.
executeSlaCommand() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
 
executeSlaCommand() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsDisableXCommand
 
executeSlaCommand() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsEnableXCommand
 
executeSlaCommand() - Method in class org.apache.oozie.command.coord.CoordSLAChangeXCommand
 
executeSlaCommand() - Method in class org.apache.oozie.command.SLAAlertsXCommand
Execute sla command.
executeUpdate(BundleActionQueryExecutor.BundleActionQuery, BundleActionBean) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
executeUpdate(BundleJobQueryExecutor.BundleJobQuery, BundleJobBean) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
executeUpdate(CoordActionQueryExecutor.CoordActionQuery, CoordinatorActionBean) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
executeUpdate(CoordJobQueryExecutor.CoordJobQuery, CoordinatorJobBean) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
executeUpdate(E, T) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
executeUpdate(SLARegistrationQueryExecutor.SLARegQuery, SLARegistrationBean) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
executeUpdate(SLASummaryQueryExecutor.SLASummaryQuery, SLASummaryBean) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
executeUpdate(WorkflowActionQueryExecutor.WorkflowActionQuery, WorkflowActionBean) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
executeUpdate(WorkflowJobQueryExecutor.WorkflowJobQuery, WorkflowJobBean) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
executeUpdate(String, Query, EntityManager) - Method in class org.apache.oozie.service.JPAService
Execute an UPDATE query
exists(URI, URIHandler.Context) - Method in class org.apache.oozie.dependency.FSURIHandler
 
exists(URI, Configuration, String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
exists(URI, URIHandler.Context) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
exists(URI, Configuration, String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
exists(URI, URIHandler.Context) - Method in interface org.apache.oozie.dependency.URIHandler
Check if the dependency identified by the URI is available
exists(URI, Configuration, String) - Method in interface org.apache.oozie.dependency.URIHandler
Check if the dependency identified by the URI is available
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
exit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
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
 
expandOffsetTimes(Calendar, Calendar, ELEvaluator) - Static method in class org.apache.oozie.coord.CoordELFunctions
Takes two offset times and returns a list of multiples of the frequency offset from the effective nominal time that occur between them.
EXTERNAL_MONITORING_ADDRESS - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
EXTERNAL_MONITORING_ENABLE - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
EXTERNAL_MONITORING_INTERVAL - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
EXTERNAL_MONITORING_PREFIX - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
EXTERNAL_MONITORING_TYPE - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
ExternalIdXCommand - Class in org.apache.oozie.command.wf
 
ExternalIdXCommand(String) - Constructor for class org.apache.oozie.command.wf.ExternalIdXCommand
 
extractHeapSizeMB(String) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 

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.ControlNodeHandler
 
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.
FAIL_FAST_ON_STARTUP - Static variable in class org.apache.oozie.service.ShareLibService
 
failJob(ActionExecutor.Context) - Method in class org.apache.oozie.command.wf.ActionXCommand
Fail the job due to failed action
failJob(ActionExecutor.Context, WorkflowActionBean) - Method in class org.apache.oozie.command.wf.ActionXCommand
Fail the job due to failed action
failJob(ActionExecutor.Context, WorkflowActionBean) - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
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
 
fetchLog(XLogFilter, Date, Date, Writer, Map<String, String[]>, BaseEngine.LOG_TYPE) - Method in class org.apache.oozie.BaseEngine
 
filter(Map<String, List<String>>, List<String>, List<String>, List<Object>, StringBuilder, String, String) - Static method in class org.apache.oozie.store.StoreStatusFilter
 
filterDuplicates() - Method in class org.apache.oozie.service.CallableQueueService.CallableWrapper
Filter the duplicate callables from the list before queue this.
finalize() - Method in class org.apache.oozie.util.GraphGenerator
Overridden to thwart finalizer attack
findConstant(String, String) - Static method in class org.apache.oozie.service.ELService
 
findContainingJar(Class) - Method in class org.apache.oozie.service.ShareLibService
Find containing jar containing.
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.
FixedJsonInstanceSerializer<T> - Class in org.apache.oozie.util
 
FixedJsonInstanceSerializer(Class<T>) - Constructor for class org.apache.oozie.util.FixedJsonInstanceSerializer
 
FixedJsonInstanceSerializer(Class<T>, ObjectMapper) - Constructor for class org.apache.oozie.util.FixedJsonInstanceSerializer
 
FLOAT_DEFAULT - Static variable in class org.apache.oozie.util.ConfigUtils
 
FORK_COUNT_PREFIX - Static variable in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
FORK_PARALLEL_JOBSUBMISSION - Static variable in class org.apache.oozie.command.wf.SignalXCommand
 
ForkActionExecutor - Class in org.apache.oozie.action.control
Action executor for FORK control node.
ForkActionExecutor() - Constructor for class org.apache.oozie.action.control.ForkActionExecutor
 
ForkedActionStartXCommand - Class in org.apache.oozie.command.wf
 
ForkedActionStartXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
ForkedActionStartXCommand(WorkflowJobBean, String, String) - Constructor for class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
ForkNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for FORK control node.
ForkNodeDef(String, Class<? extends ControlNodeHandler>, List<String>) - Constructor for class org.apache.oozie.workflow.lite.ForkNodeDef
 
ForkNodeDef.ForkNodeHandler - Class in org.apache.oozie.workflow.lite
 
ForkNodeDef.ForkNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
 
format(Object...) - Method in enum org.apache.oozie.ErrorCode
Return a templatized error message for the error code.
format(String, Object...) - Static method in class org.apache.oozie.util.XLog
Utility method that does uses the StringFormat to format the message template using the provided parameters.
formatDate(Calendar) - Static method in class org.apache.oozie.util.DateUtils
Formats a Calendar as a string in ISO8601 format without adjusting its timezone.
formatDateCustom(Date, String) - Static method in class org.apache.oozie.util.DateUtils
Formats a Date as a string using the specified format mask.
formatDateEpoch(Date, Boolean) - Static method in class org.apache.oozie.util.DateUtils
Formats a Date as a string containing the seconds (or millis) since the Unix epoch (Jan 1, 1970).
formatDateOozieTZ(Date) - Static method in class org.apache.oozie.util.DateUtils
Formats a Date as a string in ISO8601 format using Oozie processing timezone.
formatDateOozieTZ(Calendar) - Static method in class org.apache.oozie.util.DateUtils
Formats a Calendar as a string in ISO8601 format using Oozie processing timezone.
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.sla.SLARegistrationBean
Convert a JSONArray into a SLARegistrationBean 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
 
FSURIHandler - Class in org.apache.oozie.dependency
 
FSURIHandler() - Constructor for class org.apache.oozie.dependency.FSURIHandler
 
FUTURE - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 

G

GANGLIA - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
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.
generateConfigurationSection(List<String>, Namespace) - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
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
generateDependencies() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
generateDependencies() - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
generateDropTableScript(Schema.Table, Schema.DBType) - Static method in class org.apache.oozie.util.db.Schema
Generates the SQL Statement for droping the table
generateEvent(CoordinatorActionBean, String, String, Date) - Static method in class org.apache.oozie.command.coord.CoordinatorXCommand
 
generateEvent(CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordinatorXCommand
 
generateEvent(WorkflowJobBean, String, String) - Static method in class org.apache.oozie.command.wf.WorkflowXCommand
 
generateEvent(WorkflowJobBean) - Static method in class org.apache.oozie.command.wf.WorkflowXCommand
 
generateEvent(WorkflowActionBean, String) - Method in class org.apache.oozie.command.wf.WorkflowXCommand
 
generateEvents(CoordinatorJobBean, Date) - Method in class org.apache.oozie.command.TransitionXCommand
This will be used to generate Job Notification events on status changes
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
generateSection(Configuration, Namespace) - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
generateSection(Configuration, Namespace) - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
generateSection(Configuration, Namespace) - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
generateSection(Configuration, Namespace) - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
get(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil.OozieJexlParser
 
get(BundleActionQueryExecutor.BundleActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
get(BundleJobQueryExecutor.BundleJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
get(CoordActionQueryExecutor.CoordActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
get(CoordJobQueryExecutor.CoordJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
get(E, Object...) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
get(SLARegistrationQueryExecutor.SLARegQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
get(SLASummaryQueryExecutor.SLASummaryQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
get(WorkflowActionQueryExecutor.WorkflowActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
get(WorkflowJobQueryExecutor.WorkflowJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
get(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
get(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
get() - Method in class org.apache.oozie.service.InstrumentationService
Return the instrumentation instance used by the service.
get(Class<T>) - Method in class org.apache.oozie.service.Services
Return a service by its public interface.
get() - Static method in class org.apache.oozie.service.Services
Return the services singleton.
get() - Static method in class org.apache.oozie.servlet.HostnameFilter
Returns the requester hostname.
get(String) - Method in interface org.apache.oozie.sla.SLACalculator
 
get(String) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
get(Class<T>, Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Column data given its type and name
get(String) - Method in class org.apache.oozie.util.XConfiguration
Get the value of the name property, null if no such property exists.
get(String, String) - Method in class org.apache.oozie.util.XConfiguration
Get the value of the name property.
get() - Static method in class org.apache.oozie.util.XLog.Info
Return the LogInfo instance in context.
get(String) - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
Loads the Workflow instance with the given ID.
get(String) - Method in interface org.apache.oozie.workflow.WorkflowLib
Load a workflow instance from storage.
getAcl() - Method in class org.apache.oozie.BundleJobBean
 
getAcl() - Method in class org.apache.oozie.CoordinatorJobBean
 
getAcl() - Method in class org.apache.oozie.WorkflowJobBean
 
getAclForPath(String) - Method in class org.apache.oozie.util.ZKUtils.SASLOwnerACLProvider
 
getAction() - Method in class org.apache.oozie.client.rest.BulkResponseImpl
 
getAction() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns the workflow action of the given action context
getAction() - Static method in class org.apache.oozie.DagELFunctions
 
getAction(String, boolean) - Method in class org.apache.oozie.store.WorkflowStore
Load the action data and returns a bean.
getActionCredentialsProperties(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getActionData(FileSystem, RunningJob, WorkflowAction, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Get the output data of an action.
getActionData(FileSystem, Path, Configuration) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Utility function to load the contents of action data sequence file into memory object
getActionDataSequenceFilePath(Path) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Get the sequence file path storing all action data
getActionDateListAsString() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
Gets the action and date list as string.
getActionDir() - Method in interface org.apache.oozie.action.ActionExecutor.Context
 
getActionDir(String, WorkflowAction, String, boolean) - Method in class org.apache.oozie.action.ActionExecutor
Return the path that will be used to store action specific data.
getActionDir() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getActionDirPath(String, WorkflowAction, String, boolean) - Method in class org.apache.oozie.action.ActionExecutor
Return the path that will be used to store action specific data
getActionId() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getActionID() - Method in class org.apache.oozie.dependency.hcat.WaitingAction
Get the action id
getActionId(String) - Method in class org.apache.oozie.service.CallbackService
Return the action ID from a callback URL.
getActionList() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
Gets the action list.
getActionNumber() - Method in class org.apache.oozie.CoordinatorActionBean
 
getActions() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
Gets the actions.
getActions() - Method in class org.apache.oozie.CoordinatorJobBean
 
getActions() - Method in class org.apache.oozie.WorkflowJobBean
 
getActionsForWorkflow(String, boolean) - Method in class org.apache.oozie.store.WorkflowStore
Loads all the actions for the given Workflow.
getActionsIds(String, String) - Static method in class org.apache.oozie.coord.CoordUtils
 
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.
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.
getActionStatus(String) - Method in class org.apache.oozie.CoordinatorEngine
Return the status for an Action ID
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.
getActionsToStart(WorkflowInstance) - Static method in class org.apache.oozie.service.WorkflowStoreService
Return the list of actions started by a signal in an instance.
getActionVar(String, String) - Static method in class org.apache.oozie.DagELFunctions
 
getActionXml() - Method in class org.apache.oozie.CoordinatorActionBean
 
getActionXmlBlob() - Method in class org.apache.oozie.CoordinatorActionBean
 
getActionYarnTag(Configuration, WorkflowJob, WorkflowAction) - Method in class org.apache.oozie.action.ActionExecutor
Creating and forwarding the tag, It will be useful during repeat attempts of Launcher, to ensure only one child job is running.
getActionYarnTag(Configuration, String, WorkflowAction) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
getActualDuration() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getActualDuration() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getActualEnd() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getActualEnd() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getActualEndTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getActualExternalId(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Useful for overriding in actions that do subsequent job runs such as the MapReduce Action, where the launcher job is not the actual job that then gets monitored.
getActualExternalId(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
getActualStart() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getActualStart() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getActualStartTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getActualTime() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getAlertContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getAlertContact() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getAlertContact() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getAlertEvents() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getAlertEvents() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getAlertFrequency() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getAlertPercentage() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getAll() - Method in class org.apache.oozie.util.Instrumentation
Return a map containing all variables, counters and timers.
getAll() - Method in class org.apache.oozie.util.MetricsInstrumentation
Not Supported: throws UnsupportedOperationException
getAllMetaData() - Method in class org.apache.oozie.util.ZKUtils
Returns a list of the metadata provided by all of the Oozie Servers.
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.
getAppConfigurationEntry(String) - Method in class org.apache.oozie.util.JaasConfiguration
 
getAppFileSystem() - Method in interface org.apache.oozie.action.ActionExecutor.Context
 
getAppFileSystem() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getAppFileSystem(WorkflowJob) - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
getAppName() - Method in class org.apache.oozie.BundleJobBean
 
getAppName() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getAppName() - Method in class org.apache.oozie.CoordinatorJobBean
 
getAppName() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getAppName() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getAppName() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getAppName() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getAppName() - Method in class org.apache.oozie.WorkflowJobBean
 
getAppNamespace() - Method in class org.apache.oozie.CoordinatorJobBean
Get app namespce
getAppPath() - Method in class org.apache.oozie.BundleJobBean
 
getAppPath() - Method in class org.apache.oozie.CoordinatorJobBean
 
getAppPath() - Method in class org.apache.oozie.WorkflowJobBean
 
getAppType() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getAppType() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getAppType() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getAppType() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getAppType() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getAppTypes() - Method in class org.apache.oozie.service.EventHandlerService
 
getAppTypeStr() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getAuthorityWithScheme(String) - Method in class org.apache.oozie.service.URIHandlerService
Get the URI with scheme://host:port removing the path
getAvailableDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getAvailableDependencies(String) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Gets the available dependencies.
getAvailableDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
getAvailableDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
getAvailableDependencies() - Method in class org.apache.oozie.dependency.ActionDependency
 
getAvailableDependenciesAsList() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getAvailableDependenciesAsList() - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Gets the available dependencies as list.
getAvailableDependenciesAsList() - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
getAvailableDependencyURIs(String) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
getAvailableDependencyURIs(String) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Get a list of available dependency URIs for a actionID
getAvailableDependencyURIs(String) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
getAvailableDependencyURIs(String) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Get a list of available dependency URIs for a actionID
getBaseEngine(String, String) - Method in class org.apache.oozie.servlet.V2JobServlet
Gets the base engine based on jobId.
getBatchSize() - Method in interface org.apache.oozie.event.EventQueue
Get the batch size used during polling events
getBatchSize() - Method in class org.apache.oozie.event.MemoryEventQueue
 
getBean() - Method in class org.apache.oozie.executor.jpa.BatchQueryExecutor.UpdateEntry
 
getBoolean(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getBoolean(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getBoolean(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Boolean Column
getBottomUpSuspendedState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
Bottom up look for children to check the parent's status only if materialization is done and all actions are non-pending.
getBufferLen() - Method in class org.apache.oozie.service.XLogStreamingService
 
getBulkJobs(String, int, int) - Method in class org.apache.oozie.BundleEngine
Get bulk job response
getBundle() - Method in class org.apache.oozie.client.rest.BulkResponseImpl
 
getBundleActionId() - Method in class org.apache.oozie.BundleActionBean
Get the Bundle Action Id.
getBundleEngine(String) - Method in class org.apache.oozie.service.BundleEngineService
Return a Bundle engine.
getBundleId() - Method in class org.apache.oozie.BundleActionBean
Get the BundleId
getBundleId() - Method in class org.apache.oozie.CoordinatorJobBean
 
getBundleId() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getBundleJob(String) - Method in class org.apache.oozie.BundleEngine
 
getBundleJobId() - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
getBundleJobs(String, int, int) - Method in class org.apache.oozie.BundleEngine
Get bundle jobs
getBundleJobs() - Method in class org.apache.oozie.BundleJobInfo
Return the bundle jobs being returned.
getBundleName() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getByteArray(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the data for columns with blob type
getBytes() - Method in class org.apache.oozie.BinaryBlob
Returns a decompressed byte array
getCachedConf() - Method in class org.apache.oozie.service.HadoopAccessorService
 
getCalendar(String, TimeZone) - Static method in class org.apache.oozie.util.DateUtils
Create a Calendar instance using the specified date and Time zone
getCalendar(String) - Static method in class org.apache.oozie.util.DateUtils
Create a Calendar instance for UTC time zone using the specified date.
getCalendarUnit() - Method in enum org.apache.oozie.coord.TimeUnit
 
getCallbackUrl(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Create the callback URL for the action.
getCallbackUrl(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getCaptureOutput(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getCaptureOutput(WorkflowAction) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
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.
getClass(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getClassByName(String) - Method in class org.apache.oozie.util.XConfiguration
This is a stop gap fix for HADOOP-4416.
getClasses(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getClasses(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getClassesForLauncher() - Method in class org.apache.oozie.dependency.FSURIHandler
 
getClassesForLauncher() - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getClassesForLauncher() - Method in interface org.apache.oozie.dependency.URIHandler
Get list of classes to ship to launcher for LauncherURIHandler
getClassesForLauncher() - Method in class org.apache.oozie.service.URIHandlerService
Return the classes to be shipped to the launcher
getClassLoadingInfo() - Method in class org.apache.oozie.servlet.JVMInfo
 
getClassNamebyType(String) - Static method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
This function returns the Action classes names from the configuration
getClient() - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie.
getClient(String) - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie configured for a given user.
getClient() - Method in class org.apache.oozie.util.ZKUtils
Returns the CuratorFramework used for managing the ZooKeeper connection; it can be used by calling classes to perform more direct operations on ZooKeeper.
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
Deprecated.
 
getClientId() - Static method in class org.apache.oozie.util.db.SLADbXOperations
Deprecated.
Return client id
getCommonLauncherClasses() - Static method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getCompressionCodec() - Static method in class org.apache.oozie.compression.CodecFactory
Get output compression codec
getConcurrency() - Method in class org.apache.oozie.CoordinatorJobBean
 
getConf() - Method in class org.apache.oozie.BundleJobBean
 
getConf() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
getConf() - Method in class org.apache.oozie.CoordinatorJobBean
 
getConf() - Method in class org.apache.oozie.service.ConfigurationService
Return the services configuration.
getConf() - Method in class org.apache.oozie.service.Services
Deprecated.
Use ConfigurationService.get(String) to retrieve property from oozie configurations.
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.
getConf() - Method in class org.apache.oozie.WorkflowActionBean
 
getConf() - Method in class org.apache.oozie.WorkflowJobBean
 
getConfBlob() - Method in class org.apache.oozie.BundleJobBean
 
getConfBlob() - Method in class org.apache.oozie.CoordinatorJobBean
 
getConfBlob() - Method in class org.apache.oozie.WorkflowActionBean
 
getConfBlob() - Method in class org.apache.oozie.WorkflowJobBean
 
getConfigDir() - Method in class org.apache.oozie.service.ConfigurationService
Return Oozie configuration directory.
getConfiguration() - Method in class org.apache.oozie.dependency.URIHandler.Context
Get the Configuration to access the URI
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<String,String>.
getConfigurationDirectory() - Static method in class org.apache.oozie.service.ConfigurationService
 
getConnection() - Method in class org.apache.oozie.store.Store
 
getConsoleUrl() - Method in class org.apache.oozie.BundleJobBean
 
getConsoleUrl() - Method in class org.apache.oozie.CoordinatorActionBean
 
getConsoleUrl() - Method in class org.apache.oozie.CoordinatorJobBean
Return the coordinate application console URL.
getConsoleUrl() - Method in class org.apache.oozie.WorkflowActionBean
 
getConsoleUrl() - Method in class org.apache.oozie.WorkflowJobBean
Return the workflow job console URL.
getConsumer() - Method in class org.apache.oozie.jms.MessageReceiver
Get the JMS message consumer object for this message receiver
getContentType(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the request content type, lowercase and without attributes.
getContext(boolean, boolean) - Method in class org.apache.oozie.command.wf.ActionStartXCommand
Get action executor context
getContext(boolean, boolean) - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
getContext(URI, Configuration, String, boolean) - Method in class org.apache.oozie.dependency.FSURIHandler
 
getContext(URI, Configuration, String, boolean) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getContext(URI, Configuration, String, boolean) - Method in interface org.apache.oozie.dependency.URIHandler
Get the Context which can be used to access URI of the same scheme and host
getContext() - Method in class org.apache.oozie.util.ELEvaluator
Return the context with the functions and variables of the EL evaluator.
getContextMap() - Method in class org.apache.oozie.command.wf.ActionXCommand.ForkedActionExecutorContext
 
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
 
getCoordActionErrorCode() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
getting the error code of the coord action.
getCoordActionErrorMsg() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
getting the error message of the coord action.
getCoordActionIdsFromDateRange(String, String) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Get the coordinator actions for a given date range
getCoordActionIdsFromDates(String, String) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Get the list of Coordinator action Ids for given date ranges
getCoordActionInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the info of a coordinator action.
getCoordActions(String, String, String, boolean) - Static method in class org.apache.oozie.coord.CoordUtils
Get the list of actions for a given coordinator job
getCoordActions() - Method in class org.apache.oozie.CoordinatorActionInfo
Return the coordiantor actions being returned.
getCoordActionsFromDateRange(String, String, boolean) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Get the coordinator actions for a given date range
getCoordActionsFromDates(String, String, boolean) - Static method in class org.apache.oozie.coord.CoordUtils
Get the list of actions for given date ranges
getCoordActionsFromIds(String, String) - Static method in class org.apache.oozie.coord.CoordUtils
Get the list of actions for given id ranges
getCoordActionsLastModifiedDate(String, String, String) - Static method in class org.apache.oozie.util.CoordActionsInDateRange
Gets the coordinator actions last modified date for range, if any action is running it return new date
getCoordClient() - Static method in class org.apache.oozie.local.LocalOozie
Return a OozieClient for LocalOozie.
getCoordId() - Method in class org.apache.oozie.BundleActionBean
Get the coordinator Id.
getCoordinator() - Method in class org.apache.oozie.client.rest.BulkResponseImpl
 
getCoordinatorEngine(String) - Method in class org.apache.oozie.service.CoordinatorEngineService
Return a Coordinator engine.
getCoordinatorJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
Get coord job info
getCoordinatorJobLength(int, int) - Method in class org.apache.oozie.servlet.V1JobServlet
Given the requested length and the default length, determine how many coordinator jobs to return.
getCoordinatorJobLength(int, int) - Method in class org.apache.oozie.servlet.V2JobServlet
 
getCoordinators() - Method in class org.apache.oozie.BundleJobBean
 
getCoordInputCheckRequeueInterval() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
This function reads the value of re-queue interval for coordinator input check command from the Oozie configuration provided by Configuration Service.
getCoordJob(String) - Method in class org.apache.oozie.BaseEngine
Return the info about a coord job.
getCoordJob(String, String, int, int, boolean) - Method in class org.apache.oozie.BaseEngine
Return the info about a coord job with actions subset.
getCoordJob(String) - Method in class org.apache.oozie.BundleEngine
 
getCoordJob(String, String, int, int, boolean) - Method in class org.apache.oozie.BundleEngine
 
getCoordJob(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordJob(String, String, int, int, boolean) - Method in class org.apache.oozie.CoordinatorEngine
 
getCoordJob(String) - Method in class org.apache.oozie.DagEngine
 
getCoordJob(String, String, int, int, boolean) - Method in class org.apache.oozie.DagEngine
 
getCoordJobId() - Method in class org.apache.oozie.event.WorkflowJobEvent
 
getCoordJobInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the info of a coordinator job.
getCoordJobInfo(String, String, int, int) - Method in class org.apache.oozie.LocalOozieClientCoord
Get the info of a coordinator job.
getCoordJobs() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
Gets the coord jobs.
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.
getCoordJobsFromBundle(String, String) - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
Gets the coord jobs from bundle.
getCoordJobsInfo(String, int, int) - Method in class org.apache.oozie.LocalOozieClientCoord
Return the info of the coordinator jobs that match the filter.
getCoordName() - Method in class org.apache.oozie.BundleActionBean
Get the Coordinator name.
getCoordPushCheckRequeueInterval() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
Return the re-queue interval for coord push dependency check
getCount(Schema.Table...) - Static method in class org.apache.oozie.util.db.SqlStatement
Select count(*) Statement generator.
getCounter() - Method in class org.apache.oozie.service.UUIDService
 
getCounters() - Method in class org.apache.oozie.util.Instrumentation
Return all the counters.
getCounters() - Method in class org.apache.oozie.util.MetricsInstrumentation
Not Supported: throws UnsupportedOperationException
getCpuMonitorTime() - Method in class org.apache.oozie.servlet.JVMInfo
 
getCpuTime() - Method in class org.apache.oozie.servlet.JVMInfo.JThreadInfo
 
getCreatedConf() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedConfBlob() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedTime() - Method in class org.apache.oozie.BundleJobBean
 
getCreatedTime() - Method in class org.apache.oozie.command.XCommand
Returns the creation time of the command.
getCreatedTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedTime() - Method in class org.apache.oozie.CoordinatorJobBean
Get created time
getCreatedTime() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getCreatedTime() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getCreatedTime() - Method in interface org.apache.oozie.util.XCallable
Returns the createdTime of the callable in milliseconds
getCreatedTime() - Method in class org.apache.oozie.WorkflowActionBean
 
getCreatedTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get created timestamp
getCreatedTimestamp() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
 
getCreatedTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getCred() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getCred() - Method in class org.apache.oozie.WorkflowActionBean
 
getCredProperties(ActionExecutor.Context, String) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getCurrent() - Static method in class org.apache.oozie.util.ELEvaluator
If within the scope of a EL evaluation call, it gives access to the ELEvaluator instance performing the EL evaluation.
getCurrentInstance(Date, int[]) - Static method in class org.apache.oozie.coord.CoordELFunctions
Find the current instance based on effectiveTime (i.e Action_Creation_Time or Action_Start_Time)
getDagEngine(String) - Method in class org.apache.oozie.service.DagEngineService
Return a Dag engine.
getData() - Method in class org.apache.oozie.WorkflowActionBean
 
getDataBlob() - Method in class org.apache.oozie.WorkflowActionBean
 
getDataSets() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
getDatasetTZ() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
getDate(String) - Method in class org.apache.oozie.util.XLogUserFilterParam
Gets the date.
getDateInput() - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
getDates() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
Gets the dates.
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
getDebugMessage() - Method in class org.apache.oozie.util.XLogFilter
 
getDeCompressionCodec(DataInputStream) - Static method in class org.apache.oozie.compression.CodecFactory
Get decompression codec after reading from stream
getDefaultAcl() - Method in class org.apache.oozie.util.ZKUtils.SASLOwnerACLProvider
 
getDefaultGroup(String) - Method in class org.apache.oozie.service.AuthorizationService
Return the default group to which the user belongs.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
Return the sharelib name for the action.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.Hive2ActionExecutor
Return the sharelib name for the action.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
Return the sharelib name for the action.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Returns the default sharelib name for the action if any.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
Return the sharelib name for the action.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
Return the sharelib postfix for the action.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.SparkActionExecutor
Return the sharelib name for the action.
getDefaultShareLibName(Element) - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
Return the sharelib name for the action.
getDefinition(String) - Method in class org.apache.oozie.BaseEngine
Return the a job definition.
getDefinition(String) - Method in class org.apache.oozie.BundleEngine
 
getDefinition(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getDefinition(String) - Method in class org.apache.oozie.DagEngine
Return the a job definition.
getDefinition() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getDefinition() - Method in interface org.apache.oozie.workflow.WorkflowApp
Return the original workflow definition (normally XML).
getDelay(TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the delay of the element.
getDependencies() - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
getDependenciesWithoutMagicNumber(String) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
Gets the dependencies without magic number.
getDependencyMap() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getDependencyType(URI) - Method in class org.apache.oozie.dependency.FSURIHandler
 
getDependencyType(URI) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getDependencyType(URI) - Method in interface org.apache.oozie.dependency.URIHandler
Get the dependency type of the URI.
getDependencyURI() - Method in class org.apache.oozie.dependency.hcat.WaitingAction
Get the dependency uri
getDevContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getDoneFlag(Element) - Static method in class org.apache.oozie.coord.CoordUtils
 
getDoneFlag() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getDryRun(CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Gets the dryrun output.
getDryRun(CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
getDSTimeUnit(ELEvaluator) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
getEarlyRequeueMaxRetries() - Method in class org.apache.oozie.service.CallbackService
 
getEffectiveNominalTime() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
getElement() - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the element from the wrapper.
getELEvaluator() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return an ELEvaluator with the context injected.
getELEvaluator() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getEnd() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the end time of the cron.
getEndDate() - Method in class org.apache.oozie.util.XLogFilter
 
getEndDate() - Method in class org.apache.oozie.util.XLogUserFilterParam
Gets the end date.
getEndOfDuration() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getEndOfDuration() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getEndOffset() - Method in class org.apache.oozie.util.XLogUserFilterParam
 
getEndTime() - Method in class org.apache.oozie.BundleJobBean
 
getEndTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getEndTime() - Method in class org.apache.oozie.util.XLogUserFilterParam
 
getEndTime() - Method in class org.apache.oozie.WorkflowActionBean
 
getEndTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getEndTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getEndTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get end timestamp
getEndTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getEndTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getEntityKey() - Method in class org.apache.oozie.command.BulkJobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BulkBundleXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleCoordSubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.BulkCoordXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionUpdatePushMissingDependency
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.NotificationXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.PurgeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.BulkWorkflowXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.JobXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.KillXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
getEntityKey() - Method in class org.apache.oozie.command.XCommand
Return the entity key for the command.
getEntityKey() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getEntityKey() - Method in interface org.apache.oozie.util.XCallable
Return the lock key of the callable
getEntityManager() - Method in class org.apache.oozie.service.JPAService
Return an EntityManager.
getEntityManager() - Method in class org.apache.oozie.service.StoreService
Return EntityManager
getEntityManager() - Method in class org.apache.oozie.store.Store
Return EntityManager
getEntries() - Static method in class org.apache.oozie.util.JaasConfiguration
Returns the entries map.
getErrorCode() - Method in exception org.apache.oozie.action.ActionExecutorException
Return the error code of the exception.
getErrorCode() - Method in class org.apache.oozie.CoordinatorActionBean
 
getErrorCode() - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
getErrorCode() - Method in class org.apache.oozie.event.WorkflowActionEvent
 
getErrorCode() - Method in class org.apache.oozie.event.WorkflowJobEvent
 
getErrorCode() - Method in exception org.apache.oozie.servlet.XServletException
Return the Oozie error code for the exception.
getErrorCode() - Method in class org.apache.oozie.WorkflowActionBean
 
getErrorCode() - Method in exception org.apache.oozie.XException
Return the error code of the exception.
getErrorMessage() - Method in class org.apache.oozie.CoordinatorActionBean
 
getErrorMessage() - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
getErrorMessage() - Method in class org.apache.oozie.event.WorkflowActionEvent
 
getErrorMessage() - Method in class org.apache.oozie.event.WorkflowJobEvent
 
getErrorMessage() - Method in class org.apache.oozie.WorkflowActionBean
 
getErrorType() - Method in exception org.apache.oozie.action.ActionExecutorException
Return the error type of the exception.
getEvalResult(boolean, int, int, List<String>) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
getEvalResult(AbstractCoordInputDependency, String, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
Gets evaluator Result
getEvent_id() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getEventProcessed() - Method in class org.apache.oozie.sla.SLACalcStatus
Get which type of sla event has been processed needed when calculator periodically loops to update all jobs' sla
getEventProcessed() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getEventQueue() - Method in class org.apache.oozie.service.EventHandlerService
 
getEventStatus() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getEventStatus() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getEventStatus() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getEventStatusString() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getEventType() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getExecution() - Method in class org.apache.oozie.CoordinatorJobBean
Get execution
getExecutionOrder() - Method in class org.apache.oozie.CoordinatorJobBean
 
getExecutionPath() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getExecutionPath() - Method in class org.apache.oozie.WorkflowActionBean
Return the node execution path.
getExecutionStats() - Method in class org.apache.oozie.WorkflowActionBean
Return the action statistics info.
getExecutor(String) - Method in class org.apache.oozie.service.ActionService
 
getExpectedDuration() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getExpectedDuration() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getExpectedDuration() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getExpectedEnd() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getExpectedEnd() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getExpectedEnd() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getExpectedEnd() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getExpectedEnd() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getExpectedEndTimestamp() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getExpectedEndTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getExpectedEndTS() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getExpectedStart() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getExpectedStart() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getExpectedStart() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getExpectedStart() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getExpectedStart() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getExpectedStartTimestamp() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getExpectedStartTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getExpectedStartTS() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getExternalChildIDs() - Method in class org.apache.oozie.WorkflowActionBean
Return the external child IDs.
getExternalChildIDsBlob() - Method in class org.apache.oozie.WorkflowActionBean
Get external ChildIds
getExternalId() - Method in class org.apache.oozie.BundleJobBean
Return externalId
getExternalId() - Method in class org.apache.oozie.CoordinatorActionBean
 
getExternalId() - Method in class org.apache.oozie.CoordinatorJobBean
 
getExternalId() - Method in class org.apache.oozie.WorkflowActionBean
 
getExternalId() - Method in class org.apache.oozie.WorkflowJobBean
 
getExternalStatus() - Method in class org.apache.oozie.CoordinatorActionBean
 
getExternalStatus(String) - Method in class org.apache.oozie.service.CallbackService
Return the action external status from a callback URL.
getExternalStatus() - Method in class org.apache.oozie.WorkflowActionBean
 
getFile() - Method in class org.apache.oozie.util.XLogStreamer.FileInfo
 
getFileSystem() - Method in class org.apache.oozie.service.ShareLibService
Returns file system for shared libraries.
getFilterParams() - Method in class org.apache.oozie.util.XLogFilter
 
getFist() - Method in class org.apache.oozie.util.Pair
 
getFloat(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getFlushMode() - Method in class org.apache.oozie.store.Store
 
getFormattedEndDate() - Method in class org.apache.oozie.util.XLogFilter
 
getFormattedStartDate() - Method in class org.apache.oozie.util.XLogFilter
 
getFrequency() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getFrequency() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getFrequency() - Method in class org.apache.oozie.CoordinatorJobBean
 
getFromRule() - Method in class org.apache.oozie.util.MappingRule
Gets the from rule
getFuncType(String) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
getGroup() - Method in class org.apache.oozie.BundleJobBean
Deprecated.
getGroup() - Method in class org.apache.oozie.CoordinatorJobBean
 
getGroup() - Method in class org.apache.oozie.WorkflowJobBean
 
getGroupName() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getGroups(String) - Method in class org.apache.oozie.service.GroupsService
Returns the list of groups a user belongs to.
getHadoopConf(Configuration) - Static method in class org.apache.oozie.coord.CoordUtils
 
getHadoopId() - Method in class org.apache.oozie.event.WorkflowActionEvent
 
getHandlerClass() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getHCatClient(JobConf, String, String) - Method in class org.apache.oozie.action.hadoop.HCatCredentialHelper
Getting the HCat client.
getHCatConf() - Method in class org.apache.oozie.service.HCatAccessorService
 
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.
getHeaderBytes() - Static method in class org.apache.oozie.compression.CodecFactory
Get header bytes
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.
getHeapMemoryUsage() - Method in class org.apache.oozie.servlet.JVMInfo
 
getHistorySet() - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
getHost() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Return the hostname the servlet container is bound to.
getHttpStatusCode() - Method in exception org.apache.oozie.servlet.XServletException
Return the HTTP error code to return to the client.
getId() - Method in class org.apache.oozie.BundleJobBean
 
getId() - Method in class org.apache.oozie.CoordinatorActionBean
 
getId() - Method in class org.apache.oozie.CoordinatorJobBean
 
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.sla.SLACalcStatus
 
getId() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getId() - Method in class org.apache.oozie.sla.SLASummaryBean
 
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.
getId() - Method in class org.apache.oozie.WorkflowActionBean
 
getId() - Method in class org.apache.oozie.WorkflowJobBean
 
getIfExist(BundleActionQueryExecutor.BundleActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
getIfExist(BundleJobQueryExecutor.BundleJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
getIfExist(CoordActionQueryExecutor.CoordActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
getIfExist(CoordJobQueryExecutor.CoordJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
getIfExist(E, Object...) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
getIfExist(SLARegistrationQueryExecutor.SLARegQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
getIfExist(SLASummaryQueryExecutor.SLASummaryQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
getIfExist(WorkflowActionQueryExecutor.WorkflowActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
getIfExist(WorkflowJobQueryExecutor.WorkflowJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
getInitInstance() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getInputDataInstance() - Method in class org.apache.oozie.coord.input.dependency.CoordInputInstance
Gets the input data instance.
getInputDependencies(String, SyncCoordAction) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
Get input dependencies.
getInputLogic(String) - Static method in class org.apache.oozie.coord.CoordUtils
 
getInputLogic(Element) - Static method in class org.apache.oozie.coord.CoordUtils
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.BatchQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.BinaryBlobValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.StringBlobValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
getInstance() - Static method in class org.apache.oozie.util.JaasConfiguration
Return the singleton.
getInstanceNumber(String, 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.XCommand
Return the Instrumentation instance in use.
getInt(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getInt(String, int) - Static method in class org.apache.oozie.service.ConfigurationService
 
getInt(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getInterface() - Method in class org.apache.oozie.service.AbandonedCoordCheckerService
 
getInterface() - Method in class org.apache.oozie.service.ActionCheckerService
Return the public interface for the action checker service.
getInterface() - Method in class org.apache.oozie.service.ActionService
 
getInterface() - Method in class org.apache.oozie.service.AuthorizationService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.BundleEngineService
Return the public interface of the Bundle engine service.
getInterface() - Method in class org.apache.oozie.service.CallableQueueService
Return the public interface for command queue service.
getInterface() - Method in class org.apache.oozie.service.CallbackService
Return the public interface of the Dag engine service.
getInterface() - Method in class org.apache.oozie.service.ConfigurationService
Return the public interface for configuration service.
getInterface() - Method in class org.apache.oozie.service.CoordinatorEngineService
Return the public interface of the Coordinator engine service.
getInterface() - Method in class org.apache.oozie.service.CoordMaterializeTriggerService
 
getInterface() - Method in class org.apache.oozie.service.DagEngineService
Return the public interface of the Dag engine service.
getInterface() - Method in class org.apache.oozie.service.DagXLogInfoService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.ELService
Return the public interface for EL service.
getInterface() - Method in class org.apache.oozie.service.EventHandlerService
 
getInterface() - Method in class org.apache.oozie.service.GroupsService
Returns the service interface.
getInterface() - Method in class org.apache.oozie.service.HadoopAccessorService
 
getInterface() - Method in class org.apache.oozie.service.HCatAccessorService
 
getInterface() - Method in class org.apache.oozie.service.InstrumentationService
Return the public interface for instrumentation service.
getInterface() - Method in class org.apache.oozie.service.JMSAccessorService
 
getInterface() - Method in class org.apache.oozie.service.JMSTopicService
 
getInterface() - Method in class org.apache.oozie.service.JobsConcurrencyService
Return the public interface for the jobs concurrency services
getInterface() - Method in class org.apache.oozie.service.JPAService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.JvmPauseMonitorService
 
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.PartitionDependencyManagerService
 
getInterface() - Method in class org.apache.oozie.service.PauseTransitService
Return the public interface for the purge jobs service.
getInterface() - Method in class org.apache.oozie.service.ProxyUserService
Returns the service interface.
getInterface() - Method in class org.apache.oozie.service.PurgeService
Return the public interface for the purge jobs service.
getInterface() - Method in class org.apache.oozie.service.RecoveryService
Return the public interface for the Recovery Service.
getInterface() - Method in class org.apache.oozie.service.SchedulerService
Return the public interface for scheduler service.
getInterface() - Method in class org.apache.oozie.service.SchemaService
Return the public interface of the service.
getInterface() - Method in interface org.apache.oozie.service.Service
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.ShareLibService
 
getInterface() - Method in class org.apache.oozie.service.SLAStoreService
 
getInterface() - Method in class org.apache.oozie.service.SparkConfigurationService
 
getInterface() - Method in class org.apache.oozie.service.StatusTransitService
Return the public interface for the purge jobs service.
getInterface() - Method in class org.apache.oozie.service.StoreService
Return the public interface of the service.
getInterface() - Method in class org.apache.oozie.service.URIHandlerService
 
getInterface() - Method in class org.apache.oozie.service.UserGroupInformationService
 
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.
getInterface() - Method in class org.apache.oozie.service.XLogStreamingService
Return the public interface for log streaming service.
getInterface() - Method in class org.apache.oozie.sla.service.SLAService
 
getJavaSystemProperties() - Method in class org.apache.oozie.util.Instrumentation
Return the JVM system properties.
getJMSConnectionInfo(URI) - Method in class org.apache.oozie.service.HCatAccessorService
Given a publisher host:port return the connection details of JMS server that the publisher publishes to
getJMSConnectionInfo() - Method in class org.apache.oozie.service.JMSAccessorService.JMSRetryRunnable
 
getJMSConnectionInfo(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
getJMSConnectionInfo(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1AdminServlet
 
getJMSConnectionInfo(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2AdminServlet
 
getJMSTopicName(String) - Method in class org.apache.oozie.BaseEngine
Return the jms topic name for the job.
getJMSTopicName(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJMSTopicName(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJMSTopicName(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
getJNDIProperties() - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
 
getJNDIProperties() - Method in class org.apache.oozie.jms.JMSConnectionInfo
Get JNDI properties to establish a JMS connection
getJNDIPropertiesString() - Method in class org.apache.oozie.jms.JMSConnectionInfo
Return JNDI properties string
getJob(String) - Method in class org.apache.oozie.BaseEngine
Return the info about a wf job.
getJob(String, int, int) - Method in class org.apache.oozie.BaseEngine
Return the info about a wf job with actions subset.
getJob(String) - Method in class org.apache.oozie.BundleEngine
 
getJob(String, int, int) - Method in class org.apache.oozie.BundleEngine
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
getJob() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
getJob() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
getJob() - Method in class org.apache.oozie.command.TransitionXCommand
Get the Job for the command.
getJob(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getJob(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
 
getJob(String) - Method in class org.apache.oozie.DagEngine
Return the info about a job.
getJob(String, int, int) - Method in class org.apache.oozie.DagEngine
Return the info about a job with actions subset.
getJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJobConf() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
 
getJobConsoleUrl(String) - Static method in class org.apache.oozie.command.wf.JobXCommand
 
getJobData() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getJobData() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getJobData() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getJobDefinition(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJobDefinition(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJobId() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
getJobId() - Method in class org.apache.oozie.CoordinatorActionBean
 
getJobId() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getJobId(String) - Method in class org.apache.oozie.LocalOozieClient
Return the workflow job Id for an external Id.
getJobId() - Method in class org.apache.oozie.WorkflowActionBean
Return the job Id.
getJobIdForExternalId(String) - Method in class org.apache.oozie.BaseEngine
Return the workflow Job ID for an external ID.
getJobIdForExternalId(String) - Method in class org.apache.oozie.BundleEngine
 
getJobIdForExternalId(String) - Method in class org.apache.oozie.CoordinatorEngine
 
getJobIdForExternalId(String) - Method in class org.apache.oozie.DagEngine
Return the workflow Job ID for an external ID.
getJobIdForExternalId(HttpServletRequest, String) - Method in class org.apache.oozie.servlet.V0JobsServlet
v0 service implementation to get a JSONObject representation of a job from its external ID
getJobIdForExternalId(HttpServletRequest, String) - Method in class org.apache.oozie.servlet.V1JobsServlet
v1 service implementation to get a JSONObject representation of a job from its external ID
getJobIdsForThisServer(List<String>) - Method in class org.apache.oozie.service.JobsConcurrencyService
Filter out any job ids that should not be processed by this server.
getJobIdsForThisServer(List<String>) - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Filter out any job ids that should not be processed by this server.
getJobInfo() - Method in class org.apache.oozie.action.hadoop.OozieJobInfo
Get the job info.
getJobInfo(String) - Method in class org.apache.oozie.LocalOozieClient
Get the info of a workflow job.
getJobInfo(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated.
getJobs(String, int, int) - Method in class org.apache.oozie.DagEngine
Return the info about a set of jobs.
getJobs(HttpServletRequest) - Method in class org.apache.oozie.servlet.V0JobsServlet
v0 service implementation to get a list of workflows, with filtering or interested windows embedded in the request object
getJobs(HttpServletRequest) - Method in class org.apache.oozie.servlet.V1JobsServlet
v1 service implementation to get a list of workflows, coordinators, or bundles, with filtering or interested windows embedded in the request object
getJobsByParentId(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJobsByParentId(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJobsByParentId(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
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(String) - Method in class org.apache.oozie.BaseEngine
Return the status for a Job ID
getJobStatus(String) - Method in class org.apache.oozie.BundleEngine
Return the status for a Job ID
getJobStatus() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getJobStatus() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
getJobStatus() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
getJobStatus() - Method in class org.apache.oozie.command.StatusTransitXCommand
Gets the job status.
getJobStatus() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getJobStatus(String) - Method in class org.apache.oozie.CoordinatorEngine
Return the status for a Job ID
getJobStatus(String) - Method in class org.apache.oozie.DagEngine
Return the status for a Job ID
getJobStatus(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
getJobStatus(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
getJobStatus(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
getJobStatus() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getJobStatus() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getJobStatus() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getJobStatusStr() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getJobXml() - Method in class org.apache.oozie.BundleJobBean
 
getJobXml() - Method in class org.apache.oozie.CoordinatorJobBean
Get job xml
getJobXmlBlob() - Method in class org.apache.oozie.BundleJobBean
 
getJobXmlBlob() - Method in class org.apache.oozie.CoordinatorJobBean
 
getKey() - Method in class org.apache.oozie.command.bundle.BundleCoordSubmitXCommand
 
getKey() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
getKey() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
getKey() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
getKey() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.KillXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
getKey() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
getKey() - Method in class org.apache.oozie.command.XCommand
Get command key
getKey() - Method in interface org.apache.oozie.util.XCallable
Return the key of the callable
getKickoffTime() - Method in class org.apache.oozie.BundleJobBean
 
getKickoffTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getLastActionNumber() - Method in class org.apache.oozie.CoordinatorJobBean
 
getLastActionTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getLastActionTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get last action timestamp
getLastCheckTime() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getLastCheckTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getLastMessage() - Method in class org.apache.oozie.util.TimestampedMessageParser
Returns the message that was last parsed.
getLastModifiedTime() - Method in class org.apache.oozie.BundleActionBean
Get Last modified time.
getLastModifiedTime() - Method in class org.apache.oozie.BundleJobBean
Get last modified time
getLastModifiedTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getLastModifiedTime() - Method in class org.apache.oozie.CoordinatorJobBean
Get last modified time
getLastModifiedTime() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getLastModifiedTime() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getLastModifiedTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.BundleActionBean
Get Last modified time.
getLastModifiedTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get last modified timestamp
getLastModifiedTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getLastModifiedTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getLastSeqId() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
Get lastSeqId
getLastTimestamp() - Method in class org.apache.oozie.util.TimestampedMessageParser
Returns the timestamp from the last message that was parsed.
getLatestLibPath(Path, String) - Method in class org.apache.oozie.service.ShareLibService
Gets the Latest lib path.
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.Hive2ActionExecutor
 
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.ScriptLanguageActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
getLauncherClasses() - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
getLauncherConfig() - Method in class org.apache.oozie.service.URIHandlerService
Return the configuration required to use LauncherURIHandler in the launcher
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.Hive2ActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
getLauncherMain(Configuration, Element) - Method in class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
getLauncherURIHandlerClass() - Method in class org.apache.oozie.dependency.FSURIHandler
 
getLauncherURIHandlerClass() - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getLauncherURIHandlerClass() - Method in interface org.apache.oozie.dependency.URIHandler
Get the URIHandler that will be used to handle the supported schemes in launcher
getLen() - Method in class org.apache.oozie.BulkResponseInfo
Return the number of the bulk entries being returned.
getLen() - Method in class org.apache.oozie.BundleJobInfo
Return the number of the bundle being returned.
getLen() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the number of the workflows being returned.
getLen() - Method in class org.apache.oozie.WorkflowsInfo
Return the number of the workflows being returned.
getLength() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
getLength() - Method in interface org.apache.oozie.util.db.Schema.Column
Returns the length of the column
getLimit() - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
getLimit() - Method in class org.apache.oozie.util.XLogUserFilterParam
 
getList(BundleActionQueryExecutor.BundleActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
getList(BundleJobQueryExecutor.BundleJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
getList(CoordActionQueryExecutor.CoordActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
getList(CoordJobQueryExecutor.CoordJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
getList(E, Object...) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
getList(SLARegistrationQueryExecutor.SLARegQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
getList(SLASummaryQueryExecutor.SLASummaryQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
getList(WorkflowActionQueryExecutor.WorkflowActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
getList(WorkflowJobQueryExecutor.WorkflowJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
getListAsString(List<String>) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getListAsString(List<String>, String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
getListAsString(List<String>, String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
getLock(String, MemoryLocksService.Type, long) - Method in class org.apache.oozie.lock.MemoryLocks
Obtain a lock for a source.
getLockMap() - Method in class org.apache.oozie.lock.MemoryLocks
 
getLocks() - Method in class org.apache.oozie.service.ZKLocksService
 
getLockTimeOut() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
getLockTimeOut() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
getLockTimeOut() - Method in class org.apache.oozie.command.StatusTransitXCommand
 
getLockTimeOut() - Method in class org.apache.oozie.command.XCommand
Return the time out when acquiring a lock.
getLog() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
getLog() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
getLog() - Method in class org.apache.oozie.command.XCommand
Get XLog log
getLog(String) - Static method in class org.apache.oozie.util.XLog
Return the named logger.
getLog(Class) - Static method in class org.apache.oozie.util.XLog
Return the named logger.
getLogFileName() - Method in class org.apache.oozie.service.XLogUtil
 
getLogLevel() - Method in class org.apache.oozie.util.XLogUserFilterParam
Gets the log level.
getLogLimit() - Method in class org.apache.oozie.util.XLogFilter
 
getLogMask() - Method in enum org.apache.oozie.ErrorCode
Return the log mask (to which log the exception should be logged) of the error.
getLogPath() - Method in class org.apache.oozie.service.XLogUtil
 
getLogRotation() - Method in class org.apache.oozie.service.XLogUtil
 
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(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getLong(String, long) - Static method in class org.apache.oozie.service.ConfigurationService
 
getLong(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getLong(Configuration, String, long) - Static method in class org.apache.oozie.service.ConfigurationService
 
getLong(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Numeric data
getLoopFlag(String) - Static method in class org.apache.oozie.workflow.lite.NodeHandler
 
getMagicNumber() - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
Gets the magic number.
getMaskedConfiguration() - Method in class org.apache.oozie.service.ConfigurationService
Return a configuration with all sensitive values masked.
getMatThrottling() - Method in class org.apache.oozie.CoordinatorJobBean
 
getMaxExternalStatsSize() - Static method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Get the maximum allowed size of stats
getMaxHistory() - Method in class org.apache.oozie.util.OozieRollingPolicy
 
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.
getMemoryLocks() - Method in class org.apache.oozie.service.MemoryLocksService
 
getMessageFormat() - Method in class org.apache.oozie.event.messaging.JSONMessageSerializer
 
getMessageFormat() - Method in class org.apache.oozie.event.messaging.MessageSerializer
Get the message format for the serializer
getMessageHandler() - Method in class org.apache.oozie.jms.MessageReceiver
Get the MessageHandler that will process the message
getMessageSerializer() - Static method in class org.apache.oozie.event.messaging.MessageFactory
Gets the configured serializer
getMissingDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getMissingDependencies() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getMissingDependencies() - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Gets the missing dependencies.
getMissingDependencies() - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
getMissingDependencies() - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
getMissingDependencies() - Method in class org.apache.oozie.CoordinatorActionBean
 
getMissingDependencies() - Method in class org.apache.oozie.dependency.ActionDependency
 
getMissingDependenciesAsList() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
getMissingDependenciesAsList() - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Gets the missing dependencies as list.
getMissingDependenciesAsList() - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
getMissingDependenciesBlob() - Method in class org.apache.oozie.CoordinatorActionBean
 
getMissingDeps() - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
getModTime() - Method in class org.apache.oozie.util.XLogStreamer.FileInfo
 
getMRDelegationTokenRenewer(JobConf) - Method in class org.apache.oozie.service.HadoopAccessorService
 
getMsgPrefix() - Method in class org.apache.oozie.util.XLog
Return the common prefix.
getMsgType() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getMsgType() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getName() - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Get the name
getName() - Method in class org.apache.oozie.command.XCommand
Return the command name.
getName() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getName() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getName() - Method in class org.apache.oozie.executor.jpa.BulkJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleActionsCountForJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobGetCoordinatorsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobGetForUserJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobInfoGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetNeedStartJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetPausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetRunningOrPendingJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.BundleJobsGetUnpausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForCheckJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForExternalIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInfoJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForInputCheckJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForStartJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetForTimeoutJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionRemoveJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsActiveCountJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsCountForJobIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsGetFromCoordJobIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseCountGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsPendingFalseStatusCountGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordActionsRunningGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordinatorJobGetForUserAppnameJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordinatorJobGetForUserJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionByActionNumberJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionModifiedDateForRangeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionRunningCountForRangeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsNotCompletedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsRunningJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsStatusJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSubsetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetActionsSuspendedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetReadyActionsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobGetRunningActionsCountJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobInfoGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsCountNotForPurgeFromParentIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetFromParentIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetPendingJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsGetUnpausedJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
getName() - Method in interface org.apache.oozie.executor.jpa.JPAExecutor
Return the name of the JPA executor.
getName() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetRecordsOnRestartJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
Deprecated.
 
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventsGetForFilterJPAExecutor
Deprecated.
 
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventsGetForSeqIdJPAExecutor
Deprecated.
 
getName() - Method in class org.apache.oozie.executor.jpa.SLAEventsGetJPAExecutor
Deprecated.
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionRetryManualGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionsGetForJobJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowActionSubsetGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowIdGetForExternalIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowInfoWithActionsSubsetGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetActionsJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetForUserJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobGetJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobInsertJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsDeleteJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetFromCoordParentIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowJobsGetFromWorkflowParentIdJPAExecutor
 
getName() - Method in class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
 
getName() - Method in interface org.apache.oozie.util.XCallable
Return the callable name.
getName() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getName() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getName() - Method in interface org.apache.oozie.workflow.WorkflowApp
Return the name of teh workflow application.
getName() - Method in class org.apache.oozie.WorkflowActionBean
 
getNewStatementWithValues(Map<Object, Object>) - Method in class org.apache.oozie.util.db.SqlStatement
Replace the keys(newValues) which are place holders in the sql statements with the corresponding new values.
getNextMaterializedTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getNextMaterializedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get next materialized timestamp
getNextValidActionTimeForCronFrequency(Date, CoordinatorJobBean) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Get the next action time after a given time
getNode(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getNodeDef(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
Get NodeDef from workflow instance
getNodeDef() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getNodeDef(String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Get NodeDef from workflow instance
getNodeDefDefaultVersion() - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Get NodeDef default version, _oozie_inst_v_0, _oozie_inst_v_1 or _oozie_inst_v_2
getNodeDefs() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
getNodeDefVersion() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getNominalEnd() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getNominalStart() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getNominalTime() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getNominalTime() - Method in class org.apache.oozie.CoordinatorActionBean
 
getNominalTime() - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
getNominalTime() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getNominalTime() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getNominalTime() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getNominalTimestamp() - Method in class org.apache.oozie.CoordinatorActionBean
 
getNominalTimestamp() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getNominalTimestamp() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getNonHeapMemoryUsage() - Method in class org.apache.oozie.servlet.JVMInfo
 
getNotificationMsg() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getNotificationMsg() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getNotificationMsg() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getNumActions() - Method in class org.apache.oozie.CoordinatorJobBean
 
getOozieAuditLogName() - Method in class org.apache.oozie.service.XLogService
 
getOozieAuditLogPath() - Method in class org.apache.oozie.service.XLogService
 
getOozieConf() - Method in class org.apache.oozie.action.ActionExecutor
Return Oozie configuration.
getOozieEffectiveUrl() - Static method in class org.apache.oozie.util.ConfigUtils
Returns the HTTP or HTTPS URL for this Oozie server depending on which is actually configured
getOozieErrorLogName() - Method in class org.apache.oozie.service.XLogService
 
getOozieErrorLogPath() - Method in class org.apache.oozie.service.XLogService
 
getOozieHome() - Static method in class org.apache.oozie.service.Services
 
getOozieInterpreter() - Method in class org.apache.oozie.coord.input.logic.OozieJexlEngine
 
getOozieLogName() - Method in class org.apache.oozie.service.XLogService
 
getOozieLogPath() - Method in class org.apache.oozie.service.XLogService
 
getOozieProcessingTimeZone() - Static method in class org.apache.oozie.util.DateUtils
Returns Oozie processing timezone.
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.
getOozieTimeMask() - Static method in class org.apache.oozie.util.DateUtils
Returns Oozie processing datetime mask.
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.
getOozieURL(boolean) - Static method in class org.apache.oozie.util.ConfigUtils
Returns the HTTP or HTTPS URL for this Oozie server (http://HOSTNAME:HTTP_PORT/oozie or https://HOSTNAME:HTTPS_PORT/oozie)
getOozieURLs() - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
getOozieURLs() - Method in class org.apache.oozie.servlet.V0AdminServlet
 
getOozieURLs() - Method in class org.apache.oozie.servlet.V1AdminServlet
 
getOozieURLs() - Method in class org.apache.oozie.servlet.V2AdminServlet
 
getOozieVersion() - Static method in class org.apache.oozie.store.OozieSchema
Gets the Oozie Schema Version
getOptions() - Method in class org.apache.oozie.command.wf.SubmitHiveXCommand
 
getOptions() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
getOptions() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
getOptions() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
getOrigJobXml() - Method in class org.apache.oozie.BundleJobBean
 
getOrigJobXml() - Method in class org.apache.oozie.CoordinatorJobBean
Get original job xml
getOrigJobXmlBlob() - Method in class org.apache.oozie.BundleJobBean
 
getOrigJobXmlBlob() - Method in class org.apache.oozie.CoordinatorJobBean
 
getOSEnv() - Method in class org.apache.oozie.util.Instrumentation
Return the OS environment used to start Oozie.
getOtherServerUrls() - Method in class org.apache.oozie.service.JobsConcurrencyService
Return a map of instance id to other Oozie servers URL in HA.
getOtherServerUrls() - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Return a map of instance id to Oozie server URL of other servers.
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
Deprecated.
 
getParentExecutionPath(String) - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getParentId() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getParentId() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getParentId() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getParentId() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getParentId() - Method in class org.apache.oozie.WorkflowJobBean
For a sub-workflow, return the Parent Workflow ID and for a top level workflow return the Coordinator action id, if any.
getParentSlaId() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getPassword(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getPassword(Configuration, String, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getPassword(String, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getPasswordAuthentication() - Method in class org.apache.oozie.action.email.EmailActionExecutor.JavaMailAuthenticator
 
getPausedState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
getPausedState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
getPausedState() - Method in class org.apache.oozie.command.StatusTransitXCommand
Gets the job pause state.
getPauseTime() - Method in class org.apache.oozie.BundleJobBean
 
getPauseTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getPauseTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getPauseTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
 
getPending() - Method in class org.apache.oozie.BundleActionBean
Get some actions are in progress for particular bundle action.
getPending() - Method in class org.apache.oozie.BundleJobBean
 
getPending() - Method in class org.apache.oozie.CoordinatorActionBean
Get some actions are in progress for particular bundle action.
getPending() - Method in class org.apache.oozie.WorkflowActionBean
 
getPendingActions(long) - Method in class org.apache.oozie.store.WorkflowStore
Load All the actions that are pending for more than given time.
getPendingAge() - Method in class org.apache.oozie.WorkflowActionBean
Return the pending age of the action.
getPendingAgeTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getPort() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Return the port number the servlet container is bound to.
getPrefix() - Method in class org.apache.oozie.util.XLog.Info
 
getPrevStatus() - Method in class org.apache.oozie.command.RerunTransitionXCommand
This method will return the previous status.
getPriorities() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return number of priorities the queue supports.
getPriority() - Method in class org.apache.oozie.command.XCommand
Return the priority of the command.
getPriority() - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Return the priority of the element.
getPriority() - Method in interface org.apache.oozie.util.XCallable
Return the priority of the callable.
getProcessDefinition() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getProcessInstance() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
getPromotedLock() - Method in class org.apache.oozie.service.ZKUUIDService
 
getProperties() - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Get the properties
getProtoActionConf() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return a proto configuration for actions with auth properties already set.
getProtoActionConf() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getProtoActionConf() - Static method in class org.apache.oozie.DagELFunctions
 
getProtoActionConf() - Method in class org.apache.oozie.WorkflowJobBean
 
getProtoActionConfBlob() - Method in class org.apache.oozie.WorkflowJobBean
 
getProtocolUrl() - Method in class org.apache.oozie.LocalOozieClient
Return the Oozie URL used by the client and server for WS communications.
getProtocolUrl() - Method in class org.apache.oozie.LocalOozieClientCoord
Return the Oozie URL used by the client and server for WS communications.
getProxy(String) - Method in class org.apache.oozie.command.NotificationXCommand
 
getProxyUser(String) - Method in class org.apache.oozie.service.UserGroupInformationService
 
getPullDependencies() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getPullInputDependencies(StringBlob) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
Gets the pull input dependencies.
getPullInputDependencies(String) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
 
getPullInputDependencies() - Method in class org.apache.oozie.CoordinatorActionBean
 
getPushDependencies() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getPushInputDependencies(StringBlob) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
Gets the push input dependencies.
getPushInputDependencies(String) - Static method in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
 
getPushInputDependencies() - Method in class org.apache.oozie.CoordinatorActionBean
 
getPushMissingDependencies() - Method in class org.apache.oozie.CoordinatorActionBean
 
getPushMissingDependenciesBlob() - Method in class org.apache.oozie.CoordinatorActionBean
 
getQaContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getQuery() - Method in class org.apache.oozie.service.JPAService.QueryEntry
 
getQueryName() - Method in class org.apache.oozie.executor.jpa.BatchQueryExecutor.UpdateEntry
 
getQueryName() - Method in class org.apache.oozie.service.JPAService.QueryEntry
 
getQueryParamString(Map<String, String[]>) - Static method in class org.apache.oozie.util.AuthUrlClient
 
getQueueDump() - Method in class org.apache.oozie.service.CallableQueueService
Get the list of strings of queue dump
getQueueDump(JSONObject) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
getQueueDump(JSONObject) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
getQueueDump(JSONObject) - Method in class org.apache.oozie.servlet.V1AdminServlet
Get a json array of queue dump and a json array of unique map dump
getRawBlob() - Method in class org.apache.oozie.BinaryBlob
Returns a raw blob
getRawBlob() - Method in class org.apache.oozie.StringBlob
Get raw blob
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.service.ZKLocksService
Obtain a READ lock for a source.
getRecent() - Method in class org.apache.oozie.util.XLogUserFilterParam
 
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.LauncherMapperHelper
 
getRecoveryId() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getRecoveryPath(ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
getRecoveryServiceInterval(Configuration) - Method in class org.apache.oozie.service.RecoveryService
 
getRemoteFileName(ActionExecutor.Context, WorkflowAction, String, boolean, boolean) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Get remote host working location.
getRequeueDelay() - Method in class org.apache.oozie.command.XCommand
Return the delay time for requeue
getReruns(String) - Method in class org.apache.oozie.CoordinatorEngine
 
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
getResolvedList() - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
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.
getResponses() - Method in class org.apache.oozie.BulkResponseInfo
Return the coordinator actions being returned.
getRestrictParser() - Method in class org.apache.oozie.util.XConfiguration
 
getRestrictSystemProperties() - Method in class org.apache.oozie.util.XConfiguration
 
getResultFromPullPush(CoordinatorActionBean, String, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
getRetries() - Method in class org.apache.oozie.WorkflowActionBean
 
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.
getRetryInterval() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
getRetryPolicy() - Method in class org.apache.oozie.action.ActionExecutor
Return the retry policy for the action executor.
getRetryPolicy() - Static method in class org.apache.oozie.util.ZKUtils
Returns retry policy
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.WorkflowJobBean
 
getRunConf() - Method in class org.apache.oozie.CoordinatorActionBean
 
getRunConfBlob() - Method in class org.apache.oozie.CoordinatorActionBean
 
getRunningActions(long) - Method in class org.apache.oozie.store.WorkflowStore
Load All the actions that are running and were last checked after now - miminumCheckAgeSecs
getRunningJob(ActionExecutor.Context, WorkflowAction, JobClient) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getRunningJob(ActionExecutor.Context, WorkflowAction, JobClient) - Method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
getRunningState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
getRunningState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
getRunningState() - Method in class org.apache.oozie.command.StatusTransitXCommand
Gets the job running state.
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.
getSamplers() - Method in class org.apache.oozie.util.MetricsInstrumentation
Not Supported: throws UnsupportedOperationException
getSchedulableThreads(Configuration) - Method in class org.apache.oozie.service.SchedulerService
Return the number of threads configured with the Scheduler Service
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.
getScriptName() - Method in class org.apache.oozie.action.hadoop.Hive2ActionExecutor
 
getScriptName() - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
getScriptName() - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
getScriptName() - Method in class org.apache.oozie.action.hadoop.ScriptLanguageActionExecutor
 
getScriptParamters() - Method in class org.apache.oozie.command.wf.SubmitHiveXCommand
 
getScriptParamters() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
getScriptParamters() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
getSearchText() - Method in class org.apache.oozie.util.XLogUserFilterParam
Gets the search text.
getSecond() - Method in class org.apache.oozie.util.Pair
 
getSeContact() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getSectionNamespace() - Method in class org.apache.oozie.command.wf.SubmitHiveXCommand
 
getSectionNamespace() - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
getSectionNamespace() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
getSectionNamespace() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
getSectionNamespace() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
getSelectQuery(BundleActionQueryExecutor.BundleActionQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
getSelectQuery(BundleJobQueryExecutor.BundleJobQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
getSelectQuery(CoordActionQueryExecutor.CoordActionQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
getSelectQuery(CoordJobQueryExecutor.CoordJobQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
getSelectQuery(E, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
getSelectQuery(SLARegistrationQueryExecutor.SLARegQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
getSelectQuery(SLASummaryQueryExecutor.SLASummaryQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
getSelectQuery(WorkflowActionQueryExecutor.WorkflowActionQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
getSelectQuery(WorkflowJobQueryExecutor.WorkflowJobQuery, EntityManager, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
getSerializedObject(Object) - Method in class org.apache.oozie.event.messaging.JSONMessageSerializer
 
getSerializedObject(Object) - Method in class org.apache.oozie.event.messaging.MessageSerializer
Get the serialized string from object
getServerUrls() - Method in class org.apache.oozie.service.JobsConcurrencyService
Return a map of instance id to Oozie server URL.
getServerUrls() - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Return a map of instance id to Oozie server URL.
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.
getSession() - Method in class org.apache.oozie.jms.MessageReceiver
Get the JMS session for this message receiver
getShareLib() - Method in class org.apache.oozie.service.ShareLibService
 
getShareLibConf(String, Path) - Method in class org.apache.oozie.service.ShareLibService
 
getShareLibConfigMap() - Method in class org.apache.oozie.service.ShareLibService
 
getShareLibFilesForActionConf() - Method in class org.apache.oozie.action.hadoop.Hive2ActionExecutor
 
getShareLibFilesForActionConf() - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
getShareLibFilesForActionConf() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
getShareLibFilesForActionConf() - Method in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
getShareLibJars(String) - Method in class org.apache.oozie.service.ShareLibService
Gets the action sharelib lib jars.
getShareLibNames(ActionExecutor.Context, Element, Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Return the sharelib names for the action.
getSign() - Method in enum org.apache.oozie.CoordinatorEngine.FILTER_COMPARATORS
 
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.
getSingleValue(BundleActionQueryExecutor.BundleActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
getSingleValue(BundleJobQueryExecutor.BundleJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
getSingleValue(CoordActionQueryExecutor.CoordActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
getSingleValue(CoordJobQueryExecutor.CoordJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
getSingleValue(E, Object...) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
getSingleValue(SLARegistrationQueryExecutor.SLARegQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
getSingleValue(SLASummaryQueryExecutor.SLASummaryQuery, Object...) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
getSingleValue(WorkflowActionQueryExecutor.WorkflowActionQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
getSingleValue(WorkflowJobQueryExecutor.WorkflowJobQuery, Object...) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
getSLACalculator() - Method in class org.apache.oozie.sla.service.SLAService
 
getSLAConfig() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getSlaConfig() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getSLAConfigMap() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getSLAConfigMap() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getSLAElement(Element) - Static method in class org.apache.oozie.util.XmlUtils
 
getSLAEventListNewerSeqLimited(long, int, long[]) - Method in class org.apache.oozie.store.SLAStore
Deprecated.
Get a list of SLA Events newer than a specific sequence with limit clause.
getSLAEventXCommand(SLACalcStatus) - Static method in class org.apache.oozie.sla.SLAXCommandFactory
Gets the SLAevent command.
getSLAEventXCommand(SLACalcStatus, long) - Static method in class org.apache.oozie.sla.SLAXCommandFactory
Gets the SLA event x command.
getSlaId() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getSLAJobHistoryXCommand(String) - Static method in class org.apache.oozie.sla.SLAXCommandFactory
Gets the SLA job history command.
getSLARegistrationBean() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getSLAStatus() - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
getSLAStatus() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getSLAStatus() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getSLAStatusString() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getSLASummaryBean() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getSlaXml() - Method in class org.apache.oozie.CoordinatorActionBean
 
getSlaXml() - Method in class org.apache.oozie.CoordinatorJobBean
Get sla xml
getSlaXml() - Method in class org.apache.oozie.WorkflowActionBean
 
getSlaXml() - Method in class org.apache.oozie.WorkflowJobBean
 
getSlaXmlBlob() - Method in class org.apache.oozie.CoordinatorActionBean
 
getSlaXmlBlob() - Method in class org.apache.oozie.CoordinatorJobBean
 
getSlaXmlBlob() - Method in class org.apache.oozie.WorkflowActionBean
 
getSlaXmlBlob() - Method in class org.apache.oozie.WorkflowJobBean
 
getSortBy(Map<String, List<String>>, String) - Static method in class org.apache.oozie.store.StoreStatusFilter
 
getSparkConfig(String) - Method in class org.apache.oozie.service.SparkConfigurationService
 
getStart() - Method in class org.apache.oozie.BulkResponseInfo
Return the offset of the bulk entries being returned.
getStart() - Method in class org.apache.oozie.BundleJobInfo
Return the offset of the bundles being returned.
getStart() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the offset of the workflows being returned.
getStart() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the start time of the cron.
getStart() - Method in class org.apache.oozie.WorkflowsInfo
Return the offset of the workflows being returned.
getStartDate() - Method in class org.apache.oozie.util.XLogFilter
 
getStartDate() - Method in class org.apache.oozie.util.XLogUserFilterParam
Gets the start date.
getStartOffset() - Method in class org.apache.oozie.util.XLogUserFilterParam
 
getStartTime() - Method in class org.apache.oozie.BundleJobBean
 
getStartTime() - Method in class org.apache.oozie.CoordinatorJobBean
 
getStartTime() - Method in class org.apache.oozie.WorkflowActionBean
 
getStartTime() - Method in class org.apache.oozie.WorkflowJobBean
 
getstartTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getStartTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get start timestamp
getStartTimestamp() - Method in class org.apache.oozie.WorkflowActionBean
Return the action last check time
getStartTimestamp() - Method in class org.apache.oozie.WorkflowJobBean
 
getStats() - Method in class org.apache.oozie.WorkflowActionBean
 
getStatsBlob() - Method in class org.apache.oozie.WorkflowActionBean
 
getStatus() - Method in class org.apache.oozie.BundleActionBean
Get the Status of the Bundle Action
getStatus() - Method in class org.apache.oozie.BundleJobBean
 
getStatus() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
getStatus() - Method in class org.apache.oozie.CoordinatorActionBean
 
getStatus() - Method in class org.apache.oozie.CoordinatorJobBean
 
getStatus() - Method in class org.apache.oozie.event.BundleJobEvent
 
getStatus() - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
getStatus() - Method in class org.apache.oozie.event.CoordinatorJobEvent
 
getStatus() - Method in class org.apache.oozie.event.WorkflowActionEvent
 
getStatus() - Method in class org.apache.oozie.event.WorkflowJobEvent
 
getStatus(CoordinatorJobBean) - Static method in class org.apache.oozie.util.StatusUtils
This Function transforms the statuses based on the name space of the coordinator App
getStatus() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
getStatus() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Return the current status of the instance.
getStatus() - Method in class org.apache.oozie.WorkflowActionBean
 
getStatus() - Method in class org.apache.oozie.WorkflowJobBean
 
getStatusForCoordActionInputCheck(CoordinatorJobBean) - Static method in class org.apache.oozie.util.StatusUtils
This function check if eligible to do action input check when running with backward support is true.
getStatusForCoordRerun(CoordinatorJobBean, Job.Status) - Static method in class org.apache.oozie.util.StatusUtils
This function changes back the status for coordinator rerun if the job was SUCCEEDED or SUSPENDED when rerun with backward support is true.
getStatusIfBackwardSupportTrue(Job.Status) - Static method in class org.apache.oozie.util.StatusUtils
Get the status of coordinator job for Oozie versions (3.2 and before) when RUNNINGWITHERROR, SUSPENDEDWITHERROR and PAUSEDWITHERROR are not supported
getStatusStr() - Method in class org.apache.oozie.BundleActionBean
Get the Status of the Bundle Action
getStatusStr() - Method in class org.apache.oozie.BundleJobBean
 
getStatusStr() - Method in class org.apache.oozie.CoordinatorActionBean
Return the status in string
getStatusStr() - Method in class org.apache.oozie.CoordinatorJobBean
Get status
getStatusStr() - Method in class org.apache.oozie.WorkflowActionBean
Get status
getStatusStr() - Method in class org.apache.oozie.WorkflowJobBean
 
getStatusTimestamp() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getStatusTimestamp() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
getStatusTimestampTS() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
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.
getString() - Method in class org.apache.oozie.StringBlob
Get uncompressed string
getString(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get a String Column
getStrings(String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getStrings(Configuration, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
getSupportedSchemes() - Method in class org.apache.oozie.dependency.FSURIHandler
 
getSupportedSchemes() - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getSupportedSchemes() - Method in interface org.apache.oozie.dependency.URIHandler
Get the list of uri schemes supported by this URIHandler
getSupportedSchemes() - Method in class org.apache.oozie.service.HadoopAccessorService
 
getSuspendedStatus() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
getSuspendedStatus() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
getSuspendedStatus() - Method in class org.apache.oozie.command.StatusTransitXCommand
Gets the suspended status.
getSuspendedTime() - Method in class org.apache.oozie.CoordinatorJobBean
Get suspended time
getSuspendedTimestamp() - Method in class org.apache.oozie.BundleJobBean
 
getSuspendedTimestamp() - Method in class org.apache.oozie.CoordinatorJobBean
Get suspended timestamp
getSystemBundleEngine() - Method in class org.apache.oozie.service.BundleEngineService
Return a Bundle engine for a system user (no user, no group).
getSystemCoordinatorEngine() - Method in class org.apache.oozie.service.CoordinatorEngineService
Return a Coordinator engine for a system user (no user, no group).
getSystemDagEngine() - Method in class org.apache.oozie.service.DagEngineService
Return a Dag engine for a system user (no user, no group).
getSystemId() - Method in class org.apache.oozie.service.Services
Return the system ID, the value defined in the Services.CONF_SYSTEM_ID configuration property.
getSystemLibJars(String) - Method in class org.apache.oozie.service.ShareLibService
Gets the launcher jars.
getSystemLibPath() - Method in class org.apache.oozie.service.WorkflowAppService
Returns Oozie system libpath.
getSystemMode() - Method in class org.apache.oozie.service.Services
Return active system mode.
getTag(String) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
getTagElement(Element, String) - Static method in class org.apache.oozie.sla.SLAOperations
 
getTemplate() - Method in enum org.apache.oozie.ErrorCode
Return the message (StringFormat) template for the error code.
getTerminalStatus() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
getTerminalStatus() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
getTerminalStatus() - Method in class org.apache.oozie.command.StatusTransitXCommand
Gets the job terminal status.
getThreadInfo() - Method in class org.apache.oozie.servlet.JVMInfo
 
getThreadInfo() - Method in class org.apache.oozie.servlet.JVMInfo.JThreadInfo
 
getThreads() - Method in class org.apache.oozie.servlet.JVMInfo
 
getThreadSortOrder() - Method in class org.apache.oozie.servlet.JVMInfo
 
getTicks() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the number of times a cron was added to the timer.
getTimeout() - Method in class org.apache.oozie.BundleJobBean
 
getTimeOut() - Method in class org.apache.oozie.CoordinatorActionBean
 
getTimeout() - Method in class org.apache.oozie.CoordinatorJobBean
 
getTimers() - Method in class org.apache.oozie.util.Instrumentation
Return all the timers.
getTimers() - Method in class org.apache.oozie.util.MetricsInstrumentation
Not Supported: throws UnsupportedOperationException
getTimestamp(Schema.Column) - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Get the Timestamp Column
getTimeUnit() - Method in class org.apache.oozie.BundleJobBean
 
getTimeUnit() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getTimeUnit() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getTimeUnit() - Method in class org.apache.oozie.CoordinatorJobBean
 
getTimeUnitStr() - Method in class org.apache.oozie.BundleJobBean
 
getTimeUnitStr() - Method in class org.apache.oozie.CoordinatorJobBean
Get time unit
getTimeZone() - Method in class org.apache.oozie.coord.SyncCoordAction
 
getTimeZone() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getTimeZone() - Method in class org.apache.oozie.CoordinatorJobBean
 
getTimeZone(String) - Static method in class org.apache.oozie.util.DateUtils
Returns the TimeZone for the given timezone ID.
getTopic(WorkflowJobEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
getTopic(CoordinatorActionEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
getTopic(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
getTopic(String) - Method in class org.apache.oozie.service.JMSTopicService
Retrieve topic from Job id
getTopic(AppType, String, String, String) - Method in class org.apache.oozie.service.JMSTopicService
Retrieve Topic
getTopicPatternProperties() - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
 
getTopicPatternProperties() - Method in class org.apache.oozie.service.JMSTopicService
 
getTopicPrefix() - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
 
getTopicPrefix() - Method in class org.apache.oozie.service.JMSTopicService
 
getToRule() - Method in class org.apache.oozie.util.MappingRule
Gets the to rule
getTotal() - Method in class org.apache.oozie.BulkResponseInfo
Return the total number of bulk entries.
getTotal() - Method in class org.apache.oozie.BundleJobInfo
Return the total number of bundles.
getTotal() - Method in class org.apache.oozie.CoordinatorJobInfo
Return the total number of workflows.
getTotal() - Method in class org.apache.oozie.util.Instrumentation.Cron
Return the total time of the cron.
getTotal() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the total accumulated computing time by the timer.
getTotal() - Method in class org.apache.oozie.WorkflowsInfo
Return the total number of workflows.
getTotalAvg() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total average time.
getTotalMax() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total maximum time.
getTotalMin() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total minimum time.
getTotalSquareSum() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the sum of the square total times.
getTotalStdDev() - Method in class org.apache.oozie.util.Instrumentation.Timer
Returns the total time standard deviation.
getTrackerUri() - Method in class org.apache.oozie.CoordinatorActionBean
 
getTrackerUri() - Method in class org.apache.oozie.WorkflowActionBean
 
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(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.
getTransition() - Method in class org.apache.oozie.WorkflowActionBean
 
getTransitions() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getTrimmedStrings(String) - Method in class org.apache.oozie.util.XConfiguration
Get the comma delimited values of the name property as an array of trimmed Strings.
getType() - Method in class org.apache.oozie.action.ActionExecutor
Return the action executor type.
getType() - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Get the type
getType() - Method in class org.apache.oozie.command.XCommand
Return the callable type.
getType() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getType() - Method in class org.apache.oozie.CoordinatorActionBean
 
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.
getType() - Method in class org.apache.oozie.WorkflowActionBean
 
getUniqueDump() - Method in class org.apache.oozie.service.CallableQueueService
Get the list of strings of uniqueness map dump
getUnResolvedDependency(String) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
getUnResolvedList() - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
getUnresolvedMissingDependencies() - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
getUpdateQuery(BundleActionQueryExecutor.BundleActionQuery, BundleActionBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleActionQueryExecutor
 
getUpdateQuery(BundleJobQueryExecutor.BundleJobQuery, BundleJobBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.BundleJobQueryExecutor
 
getUpdateQuery(CoordActionQueryExecutor.CoordActionQuery, CoordinatorActionBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordActionQueryExecutor
 
getUpdateQuery(CoordJobQueryExecutor.CoordJobQuery, CoordinatorJobBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.CoordJobQueryExecutor
 
getUpdateQuery(E, T, EntityManager) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
getUpdateQuery(SLARegistrationQueryExecutor.SLARegQuery, SLARegistrationBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor
 
getUpdateQuery(SLASummaryQueryExecutor.SLASummaryQuery, SLASummaryBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.SLASummaryQueryExecutor
 
getUpdateQuery(WorkflowActionQueryExecutor.WorkflowActionQuery, WorkflowActionBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor
 
getUpdateQuery(WorkflowJobQueryExecutor.WorkflowJobQuery, WorkflowJobBean, EntityManager) - Method in class org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor
 
getUpstreamApps() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getUpstreamApps() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getUpstreamApps() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getURIHandler(String) - Method in class org.apache.oozie.service.URIHandlerService
 
getURIHandler(URI) - Method in class org.apache.oozie.service.URIHandlerService
 
getURIHandler(URI, boolean) - Method in class org.apache.oozie.service.URIHandlerService
 
getUriTemplate() - Method in class org.apache.oozie.coord.SyncCoordDataset
 
getURIWithDoneFlag(String, String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
getURIWithDoneFlag(String, String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getURIWithDoneFlag(String, String) - Method in interface org.apache.oozie.dependency.URIHandler
Get the URI based on the done flag
getURIWithoutDoneFlag(String, String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
getURIWithoutDoneFlag(String, String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
getURIWithoutDoneFlag(String, String) - Method in interface org.apache.oozie.dependency.URIHandler
Get the URI path from path which has done flag
getUser() - Method in class org.apache.oozie.BaseEngine
Return the user name.
getUser() - Method in class org.apache.oozie.BundleJobBean
 
getUser() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
getUser() - Method in class org.apache.oozie.CoordinatorJobBean
 
getUser() - Method in class org.apache.oozie.dependency.URIHandler.Context
Get the name of the user the URI will be accessed as
getUser(HttpServletRequest) - Method in class org.apache.oozie.servlet.JsonRestServlet
Return the user name of the request if any.
getUser() - Method in class org.apache.oozie.sla.SLACalcStatus
 
getUser() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
getUser() - Method in class org.apache.oozie.sla.SLASummaryBean
 
getUser() - Method in class org.apache.oozie.WorkflowJobBean
 
getUserLogFilter() - Method in class org.apache.oozie.util.XLogFilter
 
getUserRetryCount() - Method in class org.apache.oozie.WorkflowActionBean
 
getUserRetryErrorCode() - Static method in class org.apache.oozie.service.LiteWorkflowStoreService
Get system defined and instance defined error codes for which USER_RETRY is allowed
getUserRetryInterval() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getUserRetryInterval() - Method in class org.apache.oozie.WorkflowActionBean
 
getUserRetryMax() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getUserRetryMax() - Method in class org.apache.oozie.WorkflowActionBean
 
getUserRetryPolicy() - Method in class org.apache.oozie.workflow.lite.NodeDef
 
getUsers() - Static method in class org.apache.oozie.util.ZKUtils
Useful for tests to get the registered classes
getUserTime() - Method in class org.apache.oozie.servlet.JVMInfo.JThreadInfo
 
getValidationQuery(String) - Static method in class org.apache.oozie.store.OozieSchema
Gets the query that will be used to validate the connection
getValidator(SchemaService.SchemaName) - Method in class org.apache.oozie.service.SchemaService
Returns validator for schema
getValidator(Schema) - Static method in class org.apache.oozie.service.SchemaService
Returns validator for schema
getValue() - Method in interface org.apache.oozie.util.Instrumentation.Element
Return the snapshot value of the Intrumentation element.
getValue() - Method in class org.apache.oozie.util.Instrumentation.Timer
Return the timer snapshot.
getVar(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Get a workflow action variable.
getVar(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getVar(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ForkedActionExecutorContext
 
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.
getVariables() - Method in class org.apache.oozie.util.MetricsInstrumentation
Not Supported: throws UnsupportedOperationException
getWaitingActions(HCatURI) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
getWaitingActions(HCatURI) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Get the list of actionIDs waiting for a partition
getWaitingActions(HCatURI) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
getWaitingActions() - Method in class org.apache.oozie.dependency.hcat.WaitingActions
Get the list of waiting actions
getWaitingActions(HCatURI) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Get the list of actionIDs waiting for a partition
getWfId() - Method in class org.apache.oozie.WorkflowActionBean
Return the job Id.
getWfInstanceBlob() - Method in class org.apache.oozie.WorkflowJobBean
 
getWhereClause(StringBuilder, Map<Pair<String, CoordinatorEngine.FILTER_COMPARATORS>, List<Object>>) - Static method in class org.apache.oozie.coord.CoordUtils
 
getWithDeprecatedCheck(Configuration, String, String, String) - Static method in class org.apache.oozie.util.ConfigUtils
Fetches a property using both a deprecated name and the new name.
getWithDeprecatedCheck(Configuration, String, String, boolean) - Static method in class org.apache.oozie.util.ConfigUtils
Fetches a property using both a deprecated name and the new name.
getWorkflow() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return the workflow job.
getWorkflow() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
getWorkflow() - Static method in class org.apache.oozie.DagELFunctions
 
getWorkflow(String, boolean) - Method in class org.apache.oozie.store.WorkflowStore
Load the Workflow into a Bean and return it.
getWorkflowAction(String) - Method in class org.apache.oozie.DagEngine
 
getWorkflowAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
Get wf action info
getWorkflowAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
getWorkflowActionBean(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
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
 
getWorkflowJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
Get workflow job
getWorkflowJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
getWorkflowJobBean(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
Get workflow job
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.
getWorkflowName() - Method in class org.apache.oozie.command.wf.SubmitHiveXCommand
 
getWorkflowName() - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
getWorkflowName() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
getWorkflowName() - Method in class org.apache.oozie.command.wf.SubmitPigXCommand
 
getWorkflowName() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
getWorkflowName() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
getWorkflowNamespace() - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
getWorkflows() - Method in class org.apache.oozie.WorkflowsInfo
Return the workflows being returned.
getWorkflowsInfo(Map<String, List<String>>, int, int) - Method in class org.apache.oozie.store.WorkflowStore
Loads all the jobs that are satisfying the given filter condition.
getWorkflowXml(Configuration) - Method in class org.apache.oozie.command.wf.SubmitHttpXCommand
Generate workflow xml from conf object
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.service.ZKLocksService
Obtain a WRITE lock for a source.
getZKConnectionState() - Static method in class org.apache.oozie.event.listener.ZKConnectionListener
 
getZKId() - Method in class org.apache.oozie.util.ZKUtils
Returns the ID of this Oozie Server as seen by ZooKeeper and other Oozie Servers
getZKIdIndex(List<ServiceInstance<Map>>) - Method in class org.apache.oozie.util.ZKUtils
Returns the index of this Oozie Server in ZooKeeper's list of Oozie Servers (ordered by registration time)
getZKNameSpace() - Static method in class org.apache.oozie.util.ZKUtils
Returns configured zk namesapces
getZKSequence() - Method in class org.apache.oozie.service.ZKUUIDService
 
GraphGenerator - Class in org.apache.oozie.util
Class to generate and plot runtime workflow DAG
GraphGenerator(String, WorkflowJobBean, boolean) - Constructor for class org.apache.oozie.util.GraphGenerator
C'tor
GraphGenerator(String, WorkflowJobBean) - Constructor for class org.apache.oozie.util.GraphGenerator
C'tor
GRAPHITE - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
greaterThan(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for GREATER THAN condition checking
greaterThanOrEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for GREATER THAN OR EQUAL condition checking
GROUP - Static variable in class org.apache.oozie.service.XLogService
Group log info constant.
GROUPS - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
GROUPS - Static variable in class org.apache.oozie.service.ProxyUserService
 
GROUPS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
GroupsService - Class in org.apache.oozie.service
The GroupsService class delegates to the Hadoop's org.apache.hadoop.security.Groups to retrieve the groups a user belongs to.
GroupsService() - Constructor for class org.apache.oozie.service.GroupsService
 
GzipCompressionCodec - Class in org.apache.oozie.compression
Class to compress and decompress data using Gzip codec
GzipCompressionCodec() - Constructor for class org.apache.oozie.compression.GzipCompressionCodec
 
gzTimePattern - Static variable in class org.apache.oozie.util.XLogStreamer
This pattern matches the end of a gzip filename to have a format like "-YYYY-MM-dd-HH.gz" with capturing groups for each part of the date

H

HADOOP_CHILD_JAVA_ENV - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_CHILD_JAVA_OPTS - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
hadoop_conf(String, String) - Static method in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
HADOOP_CONFS - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
hadoop_counters(String) - Static method in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
HADOOP_COUNTERS - Static variable in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
HADOOP_JOB_CLASSLOADER - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_JOB_TRACKER - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_JOB_TRACKER - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
HADOOP_JOB_TRACKER_2 - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_JOB_TRACKER_2 - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
HADOOP_JOBS_PREFIX - Static variable in class org.apache.oozie.DagELFunctions
 
HADOOP_MAP_JAVA_ENV - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_MAP_JAVA_OPTS - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_MAP_MEMORY_MB - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_NAME_NODE - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_REDUCE_JAVA_OPTS - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_USER - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
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
 
HADOOP_USER_CLASSPATH_FIRST - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_YARN_KILL_CHILD_JOBS_ON_AMRESTART - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_YARN_RM - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_YARN_RM - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
HADOOP_YARN_TIMELINE_SERVICE_ENABLED - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
HADOOP_YARN_UBER_MODE - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
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(ActionXCommand.ActionExecutorContext, WorkflowJobBean, WorkflowActionBean) - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
handleError(ActionExecutor.Context, ActionExecutor, String, boolean, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand
Takes care of errors.
handleError(ActionXCommand.ActionExecutorContext, WorkflowJobBean, WorkflowActionBean) - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
handleNonTransient(ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand
Takes care of non transient failures.
handleNonTransient(ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
handleRetry() - Method in class org.apache.oozie.command.NotificationXCommand
 
handleTransient(ActionExecutor.Context, ActionExecutor, WorkflowAction.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand
Takes care of Transient failures.
handleUserRetry(WorkflowActionBean, WorkflowJobBean) - Method in class org.apache.oozie.command.wf.ActionXCommand
Execute retry for action if this action is eligible for user-retry
has(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil.OozieJexlParser
 
hasActionType(String) - Method in class org.apache.oozie.service.ActionService
 
hasEnded() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
hasExternalChildJobs(Map<String, String>) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Determine whether action has external child jobs or not
hashCode() - Method in class org.apache.oozie.CoordinatorActionBean
 
hashCode() - Method in class org.apache.oozie.dependency.hcat.WaitingAction
 
hashCode() - Method in class org.apache.oozie.jms.JMSConnectionInfo
 
hashCode() - Method in class org.apache.oozie.util.Pair
 
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(Map<String, String>) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Determine whether action has new id (id swap) or not
hasOutputData(Map<String, String>) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Determine whether action has output data or not
hasStatsData(Map<String, String>) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Determine whether action has external stats or not
hasTransientVar(String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
HbaseCredentials - Class in org.apache.oozie.action.hadoop
Hbase Credentials implementation to store in jobConf The jobConf is used further to pass credentials to the tasks while running Oozie server should be configured to use this Credentials class by including it via property 'oozie.credentials.credentialclasses'
HbaseCredentials() - Constructor for class org.apache.oozie.action.hadoop.HbaseCredentials
 
HCAT_CONFIGURATION - Static variable in class org.apache.oozie.service.HCatAccessorService
 
hcat_exists(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Return true if partitions exists or false if not.
HCatAccessorException - Exception in org.apache.oozie.service
 
HCatAccessorException(XException) - Constructor for exception org.apache.oozie.service.HCatAccessorException
Create an HCatAccessorException exception from a XException.
HCatAccessorException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.service.HCatAccessorException
Create a HCatAccessorException exception.
HCatAccessorService - Class in org.apache.oozie.service
 
HCatAccessorService() - Constructor for class org.apache.oozie.service.HCatAccessorService
 
HCatCredentialHelper - Class in org.apache.oozie.action.hadoop
Helper class to handle the HCat credentials Performs internally the heavy-lifting of fetching delegation tokens from Hive Metastore, abstracted from the user Token is added to jobConf
HCatCredentialHelper() - Constructor for class org.apache.oozie.action.hadoop.HCatCredentialHelper
 
HCatCredentials - Class in org.apache.oozie.action.hadoop
Credentials implementation to store in jobConf, HCat-specific properties such as Principal and Uri User specifies these credential properties along with the action configuration The jobConf is used further to pass credentials to the tasks while running Oozie server should be configured to use this Credentials class by including it via property 'oozie.credentials.credentialclasses' User can extend the parent class to implement own class as well for handling custom token-based credentials and add to the above server property
HCatCredentials() - Constructor for class org.apache.oozie.action.hadoop.HCatCredentials
 
HCatDependencyCache - Interface in org.apache.oozie.dependency.hcat
 
HCatELFunctions - Class in org.apache.oozie.coord
This class implements the EL function for HCat datasets in coordinator
HCatELFunctions() - Constructor for class org.apache.oozie.coord.HCatELFunctions
 
HCatMessageHandler - Class in org.apache.oozie.dependency.hcat
 
HCatMessageHandler(String) - Constructor for class org.apache.oozie.dependency.hcat.HCatMessageHandler
 
HCatURIHandler - Class in org.apache.oozie.dependency
 
HCatURIHandler() - Constructor for class org.apache.oozie.dependency.HCatURIHandler
 
historySet - Variable in class org.apache.oozie.sla.SLACalculatorMemory
 
Hive2ActionExecutor - Class in org.apache.oozie.action.hadoop
 
Hive2ActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.Hive2ActionExecutor
 
Hive2Credentials - Class in org.apache.oozie.action.hadoop
Credentials implementation to store in jobConf, Hive Server 2 specific properties User specifies these credential properties along with the action configuration The jobConf is used further to pass credentials to the tasks while running Oozie server should be configured to use this class by including it via property 'oozie.credentials.credentialclasses' User can extend the parent class to implement own class as well for handling custom token-based credentials and add to the above server property
Hive2Credentials() - Constructor for class org.apache.oozie.action.hadoop.Hive2Credentials
 
HiveActionExecutor - Class in org.apache.oozie.action.hadoop
 
HiveActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.HiveActionExecutor
 
HostnameFilter - Class in org.apache.oozie.servlet
Filter that resolves the requester hostname.
HostnameFilter() - Constructor for class org.apache.oozie.servlet.HostnameFilter
 
HOSTS - Static variable in class org.apache.oozie.service.ProxyUserService
 
HOUR - Static variable in class org.apache.oozie.coord.CoordELEvaluator
 
HOUR - Static variable in class org.apache.oozie.util.PropertiesUtils
 
HOUR_MSEC - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
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

ignore(String, String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
ignoreChildren() - Method in class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
ignoreChildren() - Method in class org.apache.oozie.command.IgnoreTransitionXCommand
 
ignoreJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
ignoreJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
ignoreJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
Ignore a coordinator job
IgnoreTransitionXCommand<T> - Class in org.apache.oozie.command
 
IgnoreTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.IgnoreTransitionXCommand
 
in(Schema.Column, Object...) - Static method in class org.apache.oozie.util.db.SqlStatement
IN Condition for checking multiple values
in(Schema.Column, SqlStatement.Select) - Static method in class org.apache.oozie.util.db.SqlStatement
Sub query with IN condition
includeDataSets(Element, Configuration) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Include referred datasets into XML.
incr(String, String, long) - Method in class org.apache.oozie.util.Instrumentation
Increment an instrumentation counter.
incr(String, String, long) - Method in class org.apache.oozie.util.MetricsInstrumentation
Increment an instrumentation counter.
incrActionCounter(String, int) - Method in class org.apache.oozie.command.wf.ActionXCommand
Increment the action counter in the instrumentation log.
incrCommandCounter(String, int, Instrumentation) - Static method in class org.apache.oozie.util.InstrumentUtils
Used to increment command counters.
incrCounter(String, String, int, Instrumentation) - Static method in class org.apache.oozie.util.InstrumentUtils
Convenience method to increment counters.
increment() - Method in class org.apache.oozie.util.TimestampedMessageParser
Causes the next message and timestamp to be parsed from the BufferedReader.
incrementAndGetPending() - Method in class org.apache.oozie.BundleActionBean
increment pending and return it
incrementAndGetPending() - Method in class org.apache.oozie.CoordinatorActionBean
increment pending and return it
incRetries() - Method in class org.apache.oozie.WorkflowActionBean
Increments the number of retries for the action.
incrJobCounter(String, int, Instrumentation) - Static method in class org.apache.oozie.util.InstrumentUtils
Used to increment job counters.
incrmentUserRetryCount() - Method in class org.apache.oozie.WorkflowActionBean
 
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_THRESHOLD_KEY - Static variable in class org.apache.oozie.service.JvmPauseMonitorService
 
inInterruptMode() - Method in class org.apache.oozie.command.XCommand
 
inInterruptMode() - Method in interface org.apache.oozie.util.XCallable
 
init(Configuration) - Method in class org.apache.oozie.dependency.FSURIHandler
 
init(Configuration) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
init(Configuration) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Initialize the cache with configuration
init(Configuration) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
init(Configuration) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
init(Configuration) - Method in interface org.apache.oozie.dependency.URIHandler
Initialize the URIHandler
init(Configuration) - Method in interface org.apache.oozie.event.EventQueue
Initialize the event queue
init(Configuration) - Method in class org.apache.oozie.event.listener.JobEventListener
Initialize the listener
init(Configuration) - Method in class org.apache.oozie.event.MemoryEventQueue
 
init(Configuration) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
init(Configuration) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
init(Services) - Method in class org.apache.oozie.service.AbandonedCoordCheckerService
 
init(Services) - Method in class org.apache.oozie.service.ActionCheckerService
Initializes the Action Check service.
init(Services) - Method in class org.apache.oozie.service.ActionService
 
init(Services) - Method in class org.apache.oozie.service.AuthorizationService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.BundleEngineService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.CallableQueueService
Initialize the command queue service.
init(Services) - Method in class org.apache.oozie.service.CallbackService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.ConfigurationService
Initialize the log service.
init(Services) - Method in class org.apache.oozie.service.CoordinatorEngineService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.CoordMaterializeTriggerService
 
init(Services) - Method in class org.apache.oozie.service.DagEngineService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.DagXLogInfoService
Initialize the service.
init(Services) - Method in class org.apache.oozie.service.DBLiteWorkflowStoreService
 
init(Services) - Method in class org.apache.oozie.service.ELService
Initialize the EL service.
init(Services) - Method in class org.apache.oozie.service.EventHandlerService
 
init(Services) - Method in class org.apache.oozie.service.GroupsService
Initializes the service.
init(Services) - Method in class org.apache.oozie.service.HadoopAccessorService
 
init(Configuration) - Method in class org.apache.oozie.service.HadoopAccessorService
 
init(Services) - Method in class org.apache.oozie.service.HCatAccessorService
 
init(Services) - Method in class org.apache.oozie.service.InstrumentationService
Initialize the instrumentation service.
init(Services) - Method in class org.apache.oozie.service.JMSAccessorService
 
init(Services) - Method in class org.apache.oozie.service.JMSTopicService
 
init(Services) - Method in class org.apache.oozie.service.JobsConcurrencyService
Initialize the jobs concurrency service
init(Services) - Method in class org.apache.oozie.service.JPAService
Initializes the JPAService.
init(Services) - Method in class org.apache.oozie.service.JvmPauseMonitorService
 
init(Services) - Method in class org.apache.oozie.service.MemoryLocksService
Initialize the memory locks service
init(Services) - Method in class org.apache.oozie.service.MetricsInstrumentationService
Initialize the metrics instrumentation service.
init(Services) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
 
init(Services) - Method in class org.apache.oozie.service.PauseTransitService
Initializes the PauseTransitService.
init(Services) - Method in class org.apache.oozie.service.ProxyUserService
Initializes the service.
init(Services) - Method in class org.apache.oozie.service.PurgeService
Initializes the PurgeService.
init(Services) - Method in class org.apache.oozie.service.RecoveryService
Initializes the RecoveryService.
init(Services) - Method in class org.apache.oozie.service.SchedulerService
Initialize the scheduler service.
init(Services) - Method in class org.apache.oozie.service.SchemaService
Initialize the service.
init(Services) - Method in interface org.apache.oozie.service.Service
Initialize the service.
init() - Method in class org.apache.oozie.service.Services
Initialize all services define in the Services.CONF_SERVICE_CLASSES configuration property.
init(Services) - Method in class org.apache.oozie.service.ShareLibService
 
init(Services) - Method in class org.apache.oozie.service.SLAStoreService
 
init(Services) - Method in class org.apache.oozie.service.SparkConfigurationService
 
init(Services) - Method in class org.apache.oozie.service.StatusTransitService
Initializes the StatusTransitService.
init(Services) - Method in class org.apache.oozie.service.StoreService
Initializes the StoreService.
init(Services) - Method in class org.apache.oozie.service.URIHandlerService
 
init(Services) - Method in class org.apache.oozie.service.UserGroupInformationService
 
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(Services) - Method in class org.apache.oozie.service.XLogStreamingService
Initialize the log streaming service.
init(Services) - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Initialize the zookeeper jobs concurrency service
init(Services) - Method in class org.apache.oozie.service.ZKLocksService
Initialize the zookeeper locks service
init(Services) - Method in class org.apache.oozie.service.ZKUUIDService
 
init(Services) - Method in class org.apache.oozie.service.ZKXLogStreamingService
Initialize the log streaming service.
init(FilterConfig) - Method in class org.apache.oozie.servlet.AuthFilter
Initialize the filter.
init() - Method in class org.apache.oozie.servlet.CallbackServlet
 
init(FilterConfig) - Method in class org.apache.oozie.servlet.HostnameFilter
Initializes the filter.
init(ServletConfig) - Method in class org.apache.oozie.servlet.JsonRestServlet
Initializes total request and servlet request samplers.
init(Configuration) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
init(Configuration) - Method in class org.apache.oozie.sla.listener.SLAEventListener
Initialize the listener
init(Configuration) - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
init(Services) - Method in class org.apache.oozie.sla.service.SLAService
 
init(Configuration) - Method in interface org.apache.oozie.sla.SLACalculator
 
init(Configuration) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
initActionType() - Method in class org.apache.oozie.action.ActionExecutor
Invoked once at system initialization time.
initActionType() - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
initActionType() - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
Initialize Action.
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.
initalized - Static variable in class org.apache.oozie.util.XConfiguration
 
initEvaluators() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Initialize all the required EL Evaluators.
initialize(Configuration) - Static method in class org.apache.oozie.compression.CodecFactory
Initialize the codec factory to maintain list of codecs
initialize(String, boolean) - Method in class org.apache.oozie.util.OozieRollingPolicy
 
initInstance - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
injectCallback(ActionExecutor.Context, Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
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
 
injectParent(String, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
injectRecovery(String, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
injectSuperParent(WorkflowJob, Configuration, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
input(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
Construct input function
input(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder
Input function of input-logic
input(AbstractCoordInputDependency, String, int, int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
Evaluate input function with min and wait
INPUT_LOGIC - Static variable in interface org.apache.oozie.coord.input.logic.CoordInputLogicEvaluator
 
InputLogicParser - Class in org.apache.oozie.coord.input.logic
Parses xml into jexl expression
InputLogicParser() - Constructor for class org.apache.oozie.coord.input.logic.InputLogicParser
 
inputWait(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
Construct wait function
inputWait(int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
Construct wait function
insert(JsonBean) - Method in class org.apache.oozie.executor.jpa.QueryExecutor
 
insert(WorkflowInstance) - Method in class org.apache.oozie.workflow.lite.DBLiteWorkflowLib
Save the Workflow Instance for the given Workflow Application.
insert(WorkflowInstance) - Method in interface org.apache.oozie.workflow.WorkflowLib
Insert a workflow instance in storage.
insertAction(WorkflowActionBean) - Method in class org.apache.oozie.store.WorkflowStore
Create a new Action record in the ACTIONS table with the given Bean.
insertCallableIntoInterruptMap(XCallable<?>) - Method in class org.apache.oozie.service.CallableQueueService
insert a new callable in the Interrupt Command Map add a new element to the list or create a new list accordingly
insertInto(Schema.Table) - Static method in class org.apache.oozie.util.db.SqlStatement
Return a new Insert Statement
insertList - Variable in class org.apache.oozie.command.TransitionXCommand
 
insertSLAEvent(SLAEventBean) - Method in class org.apache.oozie.store.SLAStore
Deprecated.
Create an SLAEventBeane.
insertWorkflow(WorkflowJobBean) - Method in class org.apache.oozie.store.WorkflowStore
Create a Workflow and return a WorkflowJobBean.
INSTANCE_SEPARATOR - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
INSTR_CHECK_ACTIONS_COUNTER - Static variable in class org.apache.oozie.service.ActionCheckerService
 
INSTR_CHECK_COORD_ACTIONS_COUNTER - Static variable in class org.apache.oozie.service.ActionCheckerService
 
INSTR_FAILED_AUTH_COUNTER - Static variable in class org.apache.oozie.service.AuthorizationService
 
INSTR_FAILED_JOBS_COUNTER_NAME - Static variable in class org.apache.oozie.command.wf.WorkflowXCommand
 
INSTR_KILLED_JOBS_COUNTER_NAME - Static variable in class org.apache.oozie.command.wf.WorkflowXCommand
 
INSTR_SUCCEEDED_JOBS_COUNTER_NAME - Static variable in class org.apache.oozie.command.wf.WorkflowXCommand
 
instrument(Instrumentation) - Method in class org.apache.oozie.service.ActionService
 
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.JobsConcurrencyService
Instruments the jobs concurrency service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.JPAService
 
instrument(Instrumentation) - Method in class org.apache.oozie.service.MemoryLocksService
Instruments the memory locks service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.ShareLibService
Instruments the log service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.XLogService
Instruments the log service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.XLogStreamingService
Instruments the log streaming service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Instruments the zk jobs concurrency service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.ZKLocksService
Instruments the zookeeper locks service.
instrument(Instrumentation) - Method in class org.apache.oozie.service.ZKXLogStreamingService
Instruments the log streaming 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.XCommand
 
instrumentation - Static variable in class org.apache.oozie.service.InstrumentationService
 
Instrumentation - Class in org.apache.oozie.util
Instrumentation framework that supports Timers, Counters, Variables and Sampler instrumentation elements.
Instrumentation() - Constructor for class org.apache.oozie.util.Instrumentation
Instrumentation constructor.
Instrumentation.Cron - Class in org.apache.oozie.util
Cron is a stopwatch that can be started/stopped several times.
Instrumentation.Cron() - Constructor for class org.apache.oozie.util.Instrumentation.Cron
Creates new Cron, stopped, in zero.
Instrumentation.Element<T> - Interface in org.apache.oozie.util
Gives access to a snapshot of an Instrumentation element (Counter, Timer).
Instrumentation.Timer - Class in org.apache.oozie.util
Timer Instrumentation element.
Instrumentation.Variable<T> - Interface in org.apache.oozie.util
Interface for instrumentation variables.
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.command.XCommand
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.service.ActionCheckerService
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.service.AuthorizationService
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.service.MemoryLocksService
 
INSTRUMENTATION_GROUP - Static variable in class org.apache.oozie.servlet.JsonRestServlet
Name of the instrumentation group for the WS layer, value is 'webservices'.
INSTRUMENTATION_LOG_NAME - Static variable in class org.apache.oozie.util.XLog
 
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
 
InstrumentUtils - Class in org.apache.oozie.util
Instrument utilities.
InstrumentUtils() - Constructor for class org.apache.oozie.util.InstrumentUtils
 
INT_DEFAULT - Static variable in class org.apache.oozie.util.ConfigUtils
 
inTerminalState() - Method in class org.apache.oozie.WorkflowActionBean
Return whether workflow action in terminal state or not
inTerminalState() - Method in class org.apache.oozie.WorkflowJobBean
 
INTERNAL_VERSION_ID - Static variable in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
 
interpret(JexlNode) - Method in class org.apache.oozie.coord.input.logic.OozieJexlInterpreter
 
INTERRUPT_TYPES - Static variable in class org.apache.oozie.service.CallableQueueService
 
invokeAll(List<CallableQueueService.CallableWrapper<T>>) - Method in class org.apache.oozie.service.CallableQueueService
 
IOUtils - Class in org.apache.oozie.util
IO Utility methods.
IOUtils() - Constructor for class org.apache.oozie.util.IOUtils
 
IS_RESOLVED - Static variable in class org.apache.oozie.coord.CoordELConstants
 
isActionList() - Method in class org.apache.oozie.util.XLogFilter
 
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.
isAllServerRequest(Map<String, String[]>) - Method in class org.apache.oozie.service.JobsConcurrencyService
Checks if rest request is for all server.
isAllServerRequest(Map<String, String[]>) - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Checks if rest request is for all server.
isAuthorizationEnabled() - Method in class org.apache.oozie.service.AuthorizationService
Return if security is enabled or not.
isAvailable() - Method in class org.apache.oozie.coord.input.dependency.CoordInputInstance
Checks if is available.
isBackwardSupportForCoordStatus() - Static method in class org.apache.oozie.util.ConfigUtils
 
isChangeInDependency(StringBuilder, String, StringBuilder, boolean) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
isChangeInDependency(StringBuilder, String, StringBuilder, boolean) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Checks if is change in dependency.
isChangeInDependency(StringBuilder, String, StringBuilder, boolean) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
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.control.ControlNodeActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
isCompleted(String) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
 
isCompressionEnabled() - Static method in class org.apache.oozie.compression.CodecFactory
Check whether compression is enabled or not
isConnectionInitialized() - Method in interface org.apache.oozie.jms.ConnectionContext
Checks whether connection is initialized or not
isConnectionInitialized() - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
isCritical() - Method in class org.apache.oozie.BundleActionBean
Return if the action is critical.
isDataSetResolved(String) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
isDataSetResolved(String) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
isDebug() - Method in class org.apache.oozie.util.XLogUserFilterParam
Checks if is debug.
isDebugEnabled() - Method in class org.apache.oozie.util.XLog
Return if debug logging is enabled.
isDebugMode() - Method in class org.apache.oozie.util.XLogFilter
 
isDependencyMet - Variable in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
isDependencyMet() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
isDependencyMet() - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Checks if dependencies are meet.
isDependencyMet() - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
isDependencyMet() - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
isDetached(Object) - Method in class org.apache.oozie.store.Store
 
isDoneMaterialization() - Method in class org.apache.oozie.CoordinatorJobBean
Return if the action is done with materialization
isDSTChangeDay(Calendar) - Static method in class org.apache.oozie.util.DateUtils
Determine whether a specific date is on DST change day
isEmpty() - Method in interface org.apache.oozie.event.EventQueue
Find out if queue is empty
isEmpty() - Method in class org.apache.oozie.event.MemoryEventQueue
 
isEmpty() - Method in interface org.apache.oozie.sla.SLACalculator
 
isEmpty() - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
isEnabled() - Static method in class org.apache.oozie.service.EventHandlerService
 
isEnabled() - Static method in class org.apache.oozie.service.InstrumentationService
Returns if the InstrumentationService is enabled or not.
isEnabled() - Static method in class org.apache.oozie.service.MetricsInstrumentationService
Returns if the MetricsInstrumentationService is enabled or not.
isEnabled() - Static method in class org.apache.oozie.sla.service.SLAService
 
isEnded() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
isEnded() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns whether setEndData has been called or not.
isEndMiss() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
isEndState() - Method in enum org.apache.oozie.workflow.WorkflowInstance.Status
Return if the status if an end state (it cannot change anymore).
isEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for equality check
isErrorEnabled() - Method in class org.apache.oozie.util.XLog
Return if error logging is enabled.
isExecuted() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns whether setExecutionData has been called or not.
isExecutionComplete() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action execution is complete.
isFatalEnabled() - Method in class org.apache.oozie.util.XLog
Return if fatal logging is enabled.
isFilterPresent() - Method in class org.apache.oozie.util.XLogFilter
 
isHighlyAvailableMode() - Method in class org.apache.oozie.service.JobsConcurrencyService
Check if it is running in HA mode
isHighlyAvailableMode() - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Return if it is running in HA mode
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.
isInputLogicSpecified(String) - Static method in class org.apache.oozie.coord.CoordUtils
 
isInputLogicSpecified(Element) - Static method in class org.apache.oozie.coord.CoordUtils
 
isInputWaitElapsed(int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
isInputWaitElapsed(int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
isJobEnded() - Method in class org.apache.oozie.command.sla.SLACoordActionJobHistoryXCommand
 
isJobEnded() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
Checks if is job ended.
isJobEnded() - Method in class org.apache.oozie.command.sla.SLAWorkflowActionJobHistoryXCommand
 
isJobEnded() - Method in class org.apache.oozie.command.sla.SLAWorkflowJobHistoryXCommand
 
isJobIdForThisServer(String) - Method in class org.apache.oozie.service.JobsConcurrencyService
Check to see if jobId should be processed by this server.
isJobIdForThisServer(String) - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Check to see if jobId should be processed by this server.
isJobIdInHistorySet(String) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
isJobIdInSLAMap(String) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
isJobInfoEnabled() - Static method in class org.apache.oozie.action.hadoop.OozieJobInfo
 
isJobRequest() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
 
isJobRequest() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
 
isJobRequest() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
isKnownPublisher(URI) - Method in class org.apache.oozie.service.HCatAccessorService
Determine whether a given source URI publishes JMS messages
isLeader() - Method in class org.apache.oozie.service.JobsConcurrencyService
Check to see if this server is the first server.
isLeader() - Method in class org.apache.oozie.service.ZKJobsConcurrencyService
Check to see if this server is the leader server.
isLike(Schema.Column, String) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate condition statement for IS LIKE
isLockRequired() - Method in class org.apache.oozie.command.BulkJobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BulkBundleXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleCoordSubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.BulkCoordXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.NotificationXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.PurgeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.StatusTransitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.BulkWorkflowXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.JobXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.KillXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
isLockRequired() - Method in class org.apache.oozie.command.XCommand
Indicate if the the command requires locking.
isLogOverEnable() - Method in class org.apache.oozie.service.XLogUtil
 
isMainDone(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
isMainSuccessful(RunningJob) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
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
ISO8601_UTC_MASK - Static variable in class org.apache.oozie.util.DateUtils
 
isPausedState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
isPausedState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
isPausedState() - Method in class org.apache.oozie.command.StatusTransitXCommand
Checks if job is in paused state.
isPending() - Method in class org.apache.oozie.BundleActionBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.BundleJobBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.CoordinatorActionBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.CoordinatorJobBean
Return if the action is pending.
isPending() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action is pending.
isPhaseTwoEvaluation() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
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
isRegisteredForNotification(HCatURI) - Method in class org.apache.oozie.service.HCatAccessorService
Check if we are already listening to the JMS topic for the table in the given hcatURI
isReQueueRequired() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
isReQueueRequired() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
isReQueueRequired() - Method in class org.apache.oozie.command.StatusTransitXCommand
 
isReQueueRequired() - Method in class org.apache.oozie.command.XCommand
Indicate if the the command requires to requeue itself if the lock is not acquired.
isResolved() - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
isResolvedDependencyMeet() - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
isRetry() - Method in interface org.apache.oozie.action.ActionExecutor.Context
Return if the executor invocation is a retry or not.
isRetry() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
isRetryOrManual() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action is START_RETRY or START_MANUAL or END_RETRY or END_MANUAL.
isRunningState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
isRunningState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
isRunningState() - Method in class org.apache.oozie.command.StatusTransitXCommand
Checks if job is in running state.
isSecurityEnabled() - Method in class org.apache.oozie.service.AuthorizationService
Deprecated.
isShouldEndWF() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
isSlaAlertDisabled(CoordinatorActionBean, String, Configuration) - Static method in class org.apache.oozie.coord.CoordUtils
Check if sla alert is disabled for action.
isSSLEnabled() - Static method in class org.apache.oozie.servlet.ServicesLoader
 
isStarted() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Returns whether setStartData has been called or not.
isSupportedApptype(String) - Method in class org.apache.oozie.service.EventHandlerService
 
isSuspended() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
isSuspendedState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
isSuspendedState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
isSuspendedState() - Method in class org.apache.oozie.command.StatusTransitXCommand
Checks if is in suspended state.
isTerminalState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
isTerminalState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
isTerminalState() - Method in class org.apache.oozie.command.StatusTransitXCommand
Checks if job is in terminal state.
isTerminalStatus() - Method in class org.apache.oozie.BundleActionBean
 
isTerminalStatus() - Method in class org.apache.oozie.BundleJobBean
 
isTerminalStatus() - Method in class org.apache.oozie.CoordinatorActionBean
 
isTerminalStatus() - Method in class org.apache.oozie.CoordinatorJobBean
 
isTerminalWithFailure() - Method in class org.apache.oozie.CoordinatorActionBean
Return if the action is complete with failure.
isTerminalWithFailure() - Method in class org.apache.oozie.WorkflowActionBean
Return if the action is complete with failure.
isTimeout() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
Returns true if timeout period has been reached
isTraceEnabled() - Method in class org.apache.oozie.util.XLog
Return if trace logging is enabled.
isTriggeringEvent(Appender, LoggingEvent, String, long) - Method in class org.apache.oozie.util.OozieRollingPolicy
 
isTrue() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
isUnResolvedDependencyMet() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
isUnResolvedDependencyMet() - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Checks if is unresolved dependencies met.
isUnResolvedDependencyMet() - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
isUnResolvedDependencyMet() - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
isUserInGroup(String, String) - Method in class org.apache.oozie.service.AuthorizationService
Check if the user belongs to the group or not.
isUserRetry() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Return if the executor invocation is a user retry or not.
isUserRetry() - Method in class org.apache.oozie.WorkflowActionBean
Return true if the action is USER_RETRY
isV1CoordjobKillable(CoordinatorJobBean) - Static method in class org.apache.oozie.util.StatusUtils
If namespace 0.1 is used and backward support is true, SUCCEEDED coord job can be killed
isValid(String) - Method in class org.apache.oozie.service.CallbackService
Return if a callback URL is valid or not.
isValidIdentifier(String) - Static method in class org.apache.oozie.util.ParamChecker
Return if the specified token is a valid Java identifier.
isWaiting() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
isWarnEnabled() - Method in class org.apache.oozie.util.XLog
Return if warn logging is enabled.
iterator() - Method in interface org.apache.oozie.sla.SLACalculator
 
iterator() - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
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

JaasConfiguration - Class in org.apache.oozie.util
Creates a programmatic version of a jaas.conf file.
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
 
JMS_CONNECTION_CONTEXT_IMPL - Static variable in class org.apache.oozie.service.JMSAccessorService
 
JMS_CONNECTION_PROPERTIES - Static variable in class org.apache.oozie.jms.JMSJobEventListener
 
JMS_CONNECTIONS_PROPERTIES - Static variable in class org.apache.oozie.service.HCatAccessorService
 
JMS_DELIVERY_MODE - Static variable in class org.apache.oozie.jms.JMSJobEventListener
 
JMS_EXPIRATION_DATE - Static variable in class org.apache.oozie.jms.JMSJobEventListener
 
JMS_SESSION_OPTS - Static variable in class org.apache.oozie.jms.JMSJobEventListener
 
JMSAccessorService - Class in org.apache.oozie.service
This class will Create/Manage JMS connections using user configured JNDI properties.
JMSAccessorService() - Constructor for class org.apache.oozie.service.JMSAccessorService
 
JMSAccessorService.JMSRetryRunnable - Class in org.apache.oozie.service
 
JMSAccessorService.JMSRetryRunnable(JMSConnectionInfo) - Constructor for class org.apache.oozie.service.JMSAccessorService.JMSRetryRunnable
 
JMSConnectionInfo - Class in org.apache.oozie.jms
 
JMSConnectionInfo(String) - Constructor for class org.apache.oozie.jms.JMSConnectionInfo
Create a JMSConnectionInfo
JMSConnectionInfoBean - Class in org.apache.oozie.client.rest
JMS connection info bean representing the JMS related information for a job
JMSConnectionInfoBean() - Constructor for class org.apache.oozie.client.rest.JMSConnectionInfoBean
 
JMSExceptionListener - Class in org.apache.oozie.jms
 
JMSExceptionListener(JMSConnectionInfo, ConnectionContext, boolean) - Constructor for class org.apache.oozie.jms.JMSExceptionListener
Create ExceptionLister for a JMS Connection
JMSJobEventListener - Class in org.apache.oozie.jms
Class to send JMS notifications related to job events.
JMSJobEventListener() - Constructor for class org.apache.oozie.jms.JMSJobEventListener
 
JMSSLAEventListener - Class in org.apache.oozie.jms
 
JMSSLAEventListener() - Constructor for class org.apache.oozie.jms.JMSSLAEventListener
 
JMSTopicService - Class in org.apache.oozie.service
JMS Topic service to retrieve topic names from events or job id
JMSTopicService() - Constructor for class org.apache.oozie.service.JMSTopicService
 
JMSTopicService.JobType - Enum in org.apache.oozie.service
 
JMSTopicService.TopicType - Enum in org.apache.oozie.service
 
JMX_MONITORING_ENABLE - Static variable in class org.apache.oozie.util.MetricsInstrumentation
 
job - Variable in class org.apache.oozie.command.TransitionXCommand
 
JOB - Static variable in class org.apache.oozie.service.DagXLogInfoService
Job log info constant.
JOB_INFO_KEY - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
JOB_TRACKER_WHITELIST - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
JobEventListener - Class in org.apache.oozie.event.listener
Event listener for Job notification events, defining methods corresponding to job status changes
JobEventListener() - Constructor for class org.apache.oozie.event.listener.JobEventListener
 
jobId - Variable in class org.apache.oozie.command.NotificationXCommand
 
jobId - Variable in class org.apache.oozie.command.RerunTransitionXCommand
 
jobId - Variable in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
JobsConcurrencyService - Class in org.apache.oozie.service
This Service helps coordinate other Services to prevent duplicate processing of Jobs if there are multiple Oozie Servers.
JobsConcurrencyService() - Constructor for class org.apache.oozie.service.JobsConcurrencyService
 
JobsFilterUtils - Class in org.apache.oozie.util
 
JobsFilterUtils() - Constructor for class org.apache.oozie.util.JobsFilterUtils
 
JobsXCommand - Class in org.apache.oozie.command.wf
 
JobsXCommand(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.command.wf.JobsXCommand
Constructor taking the filter information
JobUtils - Class in org.apache.oozie.util
Job utilities.
JobUtils() - Constructor for class org.apache.oozie.util.JobUtils
 
JobXCommand - Class in org.apache.oozie.command.wf
This Xcommand is returning the workflow with action within the range.
JobXCommand(String) - Constructor for class org.apache.oozie.command.wf.JobXCommand
 
JobXCommand(String, int, int) - Constructor for class org.apache.oozie.command.wf.JobXCommand
Constructor used to retrieve WF Job
JoinActionExecutor - Class in org.apache.oozie.action.control
Action executor for JOIN control node.
JoinActionExecutor() - Constructor for class org.apache.oozie.action.control.JoinActionExecutor
 
JoinNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for JOIN control node.
JoinNodeDef(String, Class<? extends ControlNodeHandler>, String) - Constructor for class org.apache.oozie.workflow.lite.JoinNodeDef
 
JoinNodeDef.JoinNodeHandler - Class in org.apache.oozie.workflow.lite
 
JoinNodeDef.JoinNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
 
JPAExecutor<T> - Interface in org.apache.oozie.executor.jpa
Executor pattern interface that gives access to an EntityManager.
JPAExecutorException - Exception in org.apache.oozie.executor.jpa
Exception thrown by JPAExecutors.
JPAExecutorException(XException) - Constructor for exception org.apache.oozie.executor.jpa.JPAExecutorException
Create an jpa executor exception from a XException.
JPAExecutorException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.executor.jpa.JPAExecutorException
Create an jpa executor exception.
jpaService - Variable in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
jpaService - Variable in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
JPAService - Class in org.apache.oozie.service
Service that manages JPA and executes JPAExecutor.
JPAService() - Constructor for class org.apache.oozie.service.JPAService
 
JPAService.QueryEntry<E extends Enum<E>> - Class in org.apache.oozie.service
 
JPAService.QueryEntry(E, Query) - Constructor for class org.apache.oozie.service.JPAService.QueryEntry
 
JsonBean - Interface in org.apache.oozie.client.rest
Inteface for beans that serialize into JSON.
JSONMessageSerializer - Class in org.apache.oozie.event.messaging
 
JSONMessageSerializer() - Constructor for class org.apache.oozie.event.messaging.JSONMessageSerializer
 
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
Deprecated.
JsonSLAEvent() - Constructor for class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
JsonSLAEvent(JSONObject) - Constructor for class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
JT_PRINCIPAL - Static variable in class org.apache.oozie.service.HadoopAccessorService
The Kerberos principal for the job tracker.
JVMInfo - Class in org.apache.oozie.servlet
 
JVMInfo() - Constructor for class org.apache.oozie.servlet.JVMInfo
 
JVMInfo.JThreadInfo - Class in org.apache.oozie.servlet
 
JVMInfo.JThreadInfo(long, long, ThreadInfo) - Constructor for class org.apache.oozie.servlet.JVMInfo.JThreadInfo
 
JvmPauseMonitorService - Class in org.apache.oozie.service
This class sets up a simple thread that sleeps for a short period of time.
JvmPauseMonitorService() - Constructor for class org.apache.oozie.service.JvmPauseMonitorService
 

K

KB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
KiloByte constant (1024).
KB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
KERBEROS_AUTH_ENABLED - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
KERBEROS_KEYTAB - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
KERBEROS_PRINCIPAL - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ActionExecutor
Kill an action.
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.control.ControlNodeActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
kill(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Kill ssh action.
kill(String) - Method in class org.apache.oozie.BaseEngine
Kill a job.
kill(String) - Method in class org.apache.oozie.BundleEngine
 
kill(String) - Method in class org.apache.oozie.CoordinatorEngine
 
kill(String) - Method in class org.apache.oozie.DagEngine
Kill a job.
kill(String) - Method in class org.apache.oozie.LocalOozieClient
Kill a workflow job.
kill(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Kill a coordinator job.
kill(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
kill(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
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.
KillActionExecutor - Class in org.apache.oozie.action.control
Action executor for KILL control node.
KillActionExecutor() - Constructor for class org.apache.oozie.action.control.KillActionExecutor
 
killActions(String, String, String) - Method in class org.apache.oozie.CoordinatorEngine
 
killChildren() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
killChildren() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
killChildren() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
killChildren() - Method in class org.apache.oozie.command.KillTransitionXCommand
 
killJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
killJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
killJob() - Method in interface org.apache.oozie.workflow.lite.NodeHandler.Context
 
killJobs(String, int, int) - Method in class org.apache.oozie.BundleEngine
return a list of killed Bundle job
killJobs(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
return a list of killed Coordinator job
killJobs(String, int, int) - Method in class org.apache.oozie.DagEngine
return the jobs that've been killed
killJobs(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobsServlet
service implementation to bulk kill jobs
killJobs(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobsServlet
service implementation to bulk kill jobs
KillNodeDef - Class in org.apache.oozie.workflow.lite
Node definition for KILL control node.
KillNodeDef(String, String, Class<? extends ControlNodeHandler>) - Constructor for class org.apache.oozie.workflow.lite.KillNodeDef
 
KillNodeDef.KillNodeHandler - Class in org.apache.oozie.workflow.lite
 
KillNodeDef.KillNodeHandler() - Constructor for class org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
 
KillTransitionXCommand<T> - Class in org.apache.oozie.command
This is transition Base commands for all the jobs.
KillTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.KillTransitionXCommand
 
KillXCommand - Class in org.apache.oozie.command.wf
Kill workflow job and its workflow instance and queue a ActionKillXCommand to kill the workflow actions.
KillXCommand(String) - Constructor for class org.apache.oozie.command.wf.KillXCommand
 

L

lastInstanceStartTime - Static variable in class org.apache.oozie.service.StatusTransitService
 
LATEST - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
LATEST_EL_USE_CURRENT_TIME - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
LAUNCHER_LIB_PREFIX - Static variable in class org.apache.oozie.service.ShareLibService
 
LAUNCHERJAR_LIB_RETENTION - Static variable in class org.apache.oozie.service.ShareLibService
 
LauncherMapperHelper - Class in org.apache.oozie.action.hadoop
 
LauncherMapperHelper() - Constructor for class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
lessThan(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for LESS THAN condition checking
lessThanOrEqual(Schema.Column, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
Generate Condition statement for LESS THAN OR EQUAL condition checking
limit - Static variable in class org.apache.oozie.service.StatusTransitService
 
limit(int, int) - Method in class org.apache.oozie.util.db.SqlStatement.Select
Setting the offset and limit for LIMIT clause
LIMIT - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
listEventListeners() - Method in class org.apache.oozie.service.EventHandlerService
 
liteExecute(NodeHandler.Context, String) - 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 ControlNodeHandler>, 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 ControlNodeHandler>, 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.LiteControlNodeHandler - Class in org.apache.oozie.service
 
LiteWorkflowStoreService.LiteControlNodeHandler() - Constructor for class org.apache.oozie.service.LiteWorkflowStoreService.LiteControlNodeHandler
 
LiteWorkflowStoreService.LiteDecisionHandler - Class in org.apache.oozie.service
 
LiteWorkflowStoreService.LiteDecisionHandler() - Constructor for class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
LiteWorkflowValidator - Class in org.apache.oozie.workflow.lite
 
LiteWorkflowValidator() - Constructor for class org.apache.oozie.workflow.lite.LiteWorkflowValidator
 
loadHadoopDefaultResources(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
loadHadoopDefaultResources(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
loadHadoopDefaultResources(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
loadState() - Method in class org.apache.oozie.command.BulkJobsXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BulkBundleXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleCoordSubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsDisableXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsEnableXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleSLAChangeXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.BulkCoordXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionNotificationXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
loadState() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
loadState() - Method in class org.apache.oozie.command.PurgeXCommand
 
loadState() - Method in class org.apache.oozie.command.sla.SLACoordActionJobEventXCommand
 
loadState() - Method in class org.apache.oozie.command.sla.SLACoordActionJobHistoryXCommand
 
loadState() - Method in class org.apache.oozie.command.sla.SLAWorkflowActionJobEventXCommand
 
loadState() - Method in class org.apache.oozie.command.sla.SLAWorkflowActionJobHistoryXCommand
 
loadState() - Method in class org.apache.oozie.command.sla.SLAWorkflowJobEventXCommand
 
loadState() - Method in class org.apache.oozie.command.sla.SLAWorkflowJobHistoryXCommand
 
loadState() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.BulkWorkflowXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.JobXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.KillXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
loadState() - Method in class org.apache.oozie.command.wf.WorkflowNotificationXCommand
 
loadState() - Method in class org.apache.oozie.command.XCommand
Load the necessary state to perform the precondition check and to execute the command.
LOCAL - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
LocalOozie - Class in org.apache.oozie.local
LocalOozie runs workflows in an embedded Oozie instance .
LocalOozie() - Constructor for class org.apache.oozie.local.LocalOozie
 
LocalOozieClient - Class in org.apache.oozie
Client API to submit and manage Oozie workflow jobs against an Oozie intance.
LocalOozieClient(DagEngine) - Constructor for class org.apache.oozie.LocalOozieClient
Create a workflow client for Oozie local use.
LocalOozieClientCoord - Class in org.apache.oozie
Client API to submit and manage Oozie coordinator jobs against an Oozie intance.
LocalOozieClientCoord(CoordinatorEngine) - Constructor for class org.apache.oozie.LocalOozieClientCoord
Create a coordinator client for Oozie local use.
lock - Variable in class org.apache.oozie.util.PriorityDelayQueue
 
LOCK_TIMEOUT - Static variable in class org.apache.oozie.store.WorkflowStore
 
LOCKS_NODE - Static variable in class org.apache.oozie.service.ZKLocksService
 
LOCKS_NODE - Static variable in class org.apache.oozie.service.ZKUUIDService
 
lockTimeout - Static variable in interface org.apache.oozie.service.Service
Lock timeout value if service is only allowed to have one single running instance.
LockToken - Interface in org.apache.oozie.lock
Lock token returned when obtaining a lock, the token must be released when the lock is not needed anymore.
LOG - Variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
LOG - Variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
LOG - Variable in class org.apache.oozie.command.XCommand
 
LOG - Static variable in class org.apache.oozie.coord.input.dependency.CoordInputDependencyFactory
 
log - Variable in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
LOG - Static variable in class org.apache.oozie.service.StatusTransitService
 
log - Static variable in class org.apache.oozie.service.XLogUtil
 
LOG - Static variable in class org.apache.oozie.sla.service.SLAService
 
LOG - Static variable in class org.apache.oozie.sla.SLAOperations
 
LOG - Variable in class org.apache.oozie.util.MetricsInstrumentation
 
LOG - Static variable in class org.apache.oozie.util.WritableUtils
 
LOG - Variable in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
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_LEVEL - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
LogUtils - Class in org.apache.oozie.util
logging utilities.
LogUtils() - Constructor for class org.apache.oozie.util.LogUtils
 
LONG_DEFAULT - Static variable in class org.apache.oozie.util.ConfigUtils
 
longPadding(long) - Method in class org.apache.oozie.service.UUIDService
 
loopDetection(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
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

makeReader(Date, Date) - Method in class org.apache.oozie.util.XLogStreamer
 
MANDATORY_OOZIE_CONFS - Static variable in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
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
 
MappingRule - Class in org.apache.oozie.util
Class for rule mapping
MappingRule(String, String) - Constructor for class org.apache.oozie.util.MappingRule
Maps from source rule to destination rule
MAPRED_CHILD_ENV - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
MapReduceActionExecutor - Class in org.apache.oozie.action.hadoop
 
MapReduceActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
markDependencyAvailable(String, String, String, Map<String, String>) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
markDependencyAvailable(String, String, String, Map<String, String>) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Mark a partition dependency as available
markDependencyAvailable(String, String, String, Map<String, String>) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
matches(ArrayList<String>) - Method in class org.apache.oozie.util.XLogFilter
Checks if the logLevel and logMessage goes through the logFilter.
materialize() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
materialize() - Method in class org.apache.oozie.command.MaterializeTransitionXCommand
Materialize the actions for current job
materializeActions(boolean) - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
Create action instances starting from "startMatdTime" to "endMatdTime" and store them into coord action table.
materializeInputDataEvents(List<Element>, SyncCoordAction, Configuration, CoordinatorActionBean, boolean) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
materializeInstance(Element, String, SyncCoordAction, Configuration, ELEvaluator) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Materialize one instance like current(-2)
materializeOneInstance(String, boolean, Element, Date, Date, int, Configuration, CoordinatorActionBean) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Materialize one instance for specific nominal time.
materializeSLA(Element, CoordinatorActionBean, Configuration) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
MaterializeTransitionXCommand - Class in org.apache.oozie.command
Transition command for materialize the job.
MaterializeTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.MaterializeTransitionXCommand
The constructor for abstract class MaterializeTransitionXCommand
MaterializeTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.MaterializeTransitionXCommand
The constructor for abstract class MaterializeTransitionXCommand
MAX_ACTION_ID_LEN - Static variable in class org.apache.oozie.service.UUIDService
 
MAX_ACTIONLIST_SCAN_DURATION - Static variable in class org.apache.oozie.util.XLogFilter
 
MAX_DURATION - Static variable in class org.apache.oozie.sla.SLAOperations
 
MAX_EXTERNAL_STATS_SIZE - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
MAX_OOZIE_JOB_ID_LEN - Static variable in class org.apache.oozie.service.UUIDService
 
MAX_RETRIES - Static variable in class org.apache.oozie.action.ActionExecutor
 
MAX_SCAN_DURATION - Static variable in class org.apache.oozie.util.XLogFilter
 
MB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
MegaByte constant (1024 KB).
MB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
MemoryEventQueue - Class in org.apache.oozie.event
An implementation of the EventQueue, defining a memory-based data structure holding the events
MemoryEventQueue() - Constructor for class org.apache.oozie.event.MemoryEventQueue
 
MemoryLocks - Class in org.apache.oozie.lock
In memory resource locking that provides READ/WRITE lock capabilities.
MemoryLocks() - Constructor for class org.apache.oozie.lock.MemoryLocks
 
MemoryLocksService - Class in org.apache.oozie.service
Service that provides in-memory locks.
MemoryLocksService() - Constructor for class org.apache.oozie.service.MemoryLocksService
 
MemoryLocksService.Type - Enum in org.apache.oozie.service
 
mergeDefaultConfig() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
Merge default configuration with user-defined configuration.
mergeDefaultConfig() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Merge default configuration with user-defined configuration.
MESSAGE_FORMAT - Static variable in class org.apache.oozie.event.messaging.JSONMessageSerializer
 
MessageFactory - Class in org.apache.oozie.event.messaging
Factory for constructing messages and retrieving the serializer
MessageFactory() - Constructor for class org.apache.oozie.event.messaging.MessageFactory
 
MessageHandler - Interface in org.apache.oozie.jms
 
MessageReceiver - Class in org.apache.oozie.jms
 
MessageReceiver(MessageHandler, Session, MessageConsumer) - Constructor for class org.apache.oozie.jms.MessageReceiver
 
MessageSerializer - Class in org.apache.oozie.event.messaging
Message Serializer to serialize the java object
MessageSerializer() - Constructor for class org.apache.oozie.event.messaging.MessageSerializer
 
MetricsInstrumentation - Class in org.apache.oozie.util
Instrumentation framework that is mostly compatible with Instrumentation but is backed by Codahale Metrics.
MetricsInstrumentation() - Constructor for class org.apache.oozie.util.MetricsInstrumentation
Creates the MetricsInstrumentation and starts taking some metrics.
MetricsInstrumentation.Sampler - Class in org.apache.oozie.util
 
MetricsInstrumentation.Sampler(Instrumentation.Variable<Long>, Histogram) - Constructor for class org.apache.oozie.util.MetricsInstrumentation.Sampler
 
MetricsInstrumentationService - Class in org.apache.oozie.service
This service provides an Instrumentation instance mostly compatible with the original Instrumentation, but backed by Codahale Metrics.
MetricsInstrumentationService() - Constructor for class org.apache.oozie.service.MetricsInstrumentationService
 
min(int) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicBuilder.CoordInputDependencyBuilder
Construct min function
MINUTE - Static variable in class org.apache.oozie.coord.CoordELEvaluator
 
MINUTE - Static variable in class org.apache.oozie.util.PropertiesUtils
 
MINUTE_MSEC - Static variable in class org.apache.oozie.coord.CoordELFunctions
 
MINUTES - Static variable in class org.apache.oozie.util.PropertiesUtils
 
missingDependencies - Variable in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
missingDependenciesSet - Variable in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
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
move(ActionExecutor.Context, XConfiguration, Path, 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.
MR_TOKEN_ALIAS - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
multiExit(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ControlNodeHandler
 
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
 
MultiFileReader - Class in org.apache.oozie.util
Implementation of a Reader which can be used to read in multiple files sequentially.
MultiFileReader(ArrayList<File>) - Constructor for class org.apache.oozie.util.MultiFileReader
Constructs the MultiFileReader with the given files.

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
 
NamedThreadFactory - Class in org.apache.oozie.util
 
NamedThreadFactory(String) - Constructor for class org.apache.oozie.util.NamedThreadFactory
 
NEW_SERIALIZATION_METHOD_FLAG - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowApp
Serialization of strings longer than 65k changed.
newThread(Runnable) - Method in class org.apache.oozie.util.NamedThreadFactory
 
next() - Method in class org.apache.oozie.util.db.SqlStatement.ResultSetReader
Move the Result Set to next record
NODE_DEF_VERSION_0 - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
NODE_DEF_VERSION_1 - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
NODE_DEF_VERSION_2 - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
NODE_VAR_SEPARATOR - Static variable in interface org.apache.oozie.workflow.WorkflowInstance
Separator to qualify variables belonging to a node.
NodeDef - Class in org.apache.oozie.workflow.lite
This node definition is serialized object and should provide readFields() and write() for read and write of fields in this class.
NodeHandler - Class in org.apache.oozie.workflow.lite
 
NodeHandler() - Constructor for class org.apache.oozie.workflow.lite.NodeHandler
 
NodeHandler.Context - Interface in org.apache.oozie.workflow.lite
 
NOMINAL_TIME - Static variable in class org.apache.oozie.sla.SLAOperations
 
normalizeAppPath(String, String, Configuration) - Static method in class org.apache.oozie.util.JobUtils
Normalize appPath in job conf with the provided user/group - If it's not jobs via proxy submission, after normalization appPath always points to job's Xml definition file.
notBetween(Schema.Column, Object, Object) - Static method in class org.apache.oozie.util.db.SqlStatement
NOT BETWEEN range checking statement
notEmpty(String, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a string is not null and not empty.
notEmpty(String, 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.
NOTIFICATION_PROXY_KEY - Static variable in class org.apache.oozie.command.NotificationXCommand
 
NOTIFICATION_URL_CONNECTION_TIMEOUT_KEY - Static variable in class org.apache.oozie.command.NotificationXCommand
 
NotificationXCommand - Class in org.apache.oozie.command
 
NotificationXCommand(String, String, int) - Constructor for class org.apache.oozie.command.NotificationXCommand
 
notifyElementEvicted(Ehcache, Element) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
notifyElementExpired(Ehcache, Element) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
notifyElementPut(Ehcache, Element) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
notifyElementRemoved(Ehcache, Element) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
notifyElementUpdated(Ehcache, Element) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
notifyParent() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
notifyParent() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
notifyParent() - Method in class org.apache.oozie.command.IgnoreTransitionXCommand
 
notifyParent() - Method in class org.apache.oozie.command.TransitionXCommand
This will be used to notify the parent about the status of that perticular job.
notifyRemoveAll(Ehcache) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
notIn(Schema.Column, Object...) - Static method in class org.apache.oozie.util.db.SqlStatement
NOT IN Condition for checking multiple values
notIn(Schema.Column, SqlStatement.Select) - Static method in class org.apache.oozie.util.db.SqlStatement
Sub query with NOT IN condition
notNull(T, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a value is not null.
notNullElements(List<T>, String) - Static method in class org.apache.oozie.util.ParamChecker
Check that a list is not null and that none of its elements is null.
nullToEmpty(List<String>) - Static method in class org.apache.oozie.executor.jpa.BulkJPAExecutor
 

O

of(T, S) - Static method in class org.apache.oozie.util.Pair
 
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 - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
OK - Static variable in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
onAllPushDependenciesAvailable(boolean) - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
onBundleJobEvent(BundleJobEvent) - Method in class org.apache.oozie.event.listener.JobEventListener
On bundle job transition
onBundleJobEvent(BundleJobEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
onBundleJobEvent(BundleJobEvent) - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
onCoordinatorActionEvent(CoordinatorActionEvent) - Method in class org.apache.oozie.event.listener.JobEventListener
On coordinator action transition
onCoordinatorActionEvent(CoordinatorActionEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
onCoordinatorActionEvent(CoordinatorActionEvent) - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
onCoordinatorJobEvent(CoordinatorJobEvent) - Method in class org.apache.oozie.event.listener.JobEventListener
On coordinator job transition
onCoordinatorJobEvent(CoordinatorJobEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
onCoordinatorJobEvent(CoordinatorJobEvent) - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
onDurationMet(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
onDurationMet(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
onDurationMet(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEventListener
on SLA job duration limit met
onDurationMiss(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
onDurationMiss(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
onDurationMiss(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEventListener
on SLA job duration limit missed
ONE_DAY_MILLISCONDS - Static variable in class org.apache.oozie.service.RecoveryService
 
onEndMet(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
onEndMet(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
onEndMet(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEventListener
on SLA job end-time limit met
onEndMiss(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
onEndMiss(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
onEndMiss(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEventListener
on SLA job end-time limit missed
onException(JMSException) - Method in class org.apache.oozie.jms.JMSExceptionListener
 
onMessage(Message) - Method in class org.apache.oozie.jms.MessageReceiver
 
onStartMet(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
onStartMet(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
onStartMet(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEventListener
on SLA job start-time limit met
onStartMiss(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
onStartMiss(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
onStartMiss(SLAEvent) - Method in class org.apache.oozie.sla.listener.SLAEventListener
on SLA job start-time limit missed
onWorkflowActionEvent(WorkflowActionEvent) - Method in class org.apache.oozie.event.listener.JobEventListener
On workflow action transition
onWorkflowActionEvent(WorkflowActionEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
onWorkflowActionEvent(WorkflowActionEvent) - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
onWorkflowJobEvent(WorkflowJobEvent) - Method in class org.apache.oozie.event.listener.JobEventListener
On workflow job transition
onWorkflowJobEvent(WorkflowJobEvent) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
onWorkflowJobEvent(WorkflowJobEvent) - Method in class org.apache.oozie.sla.listener.SLAJobEventListener
 
OOZIE_ACTION_EXTERNAL_STATS_WRITE - Static variable in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
OOZIE_ACTION_EXTERNAL_STATS_WRITE - Static variable in class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
OOZIE_ACTION_YARN_TAG - Static variable in class org.apache.oozie.action.ActionExecutor
 
OOZIE_ACTION_YARN_TAG - Static variable in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
OOZIE_BASE_URL - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
OOZIE_BASE_URL - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
OOZIE_COMMON_LIBDIR - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
OOZIE_CONFIG_DIR - Static variable in class org.apache.oozie.service.ConfigurationService
System property that indicates the configuration directory.
OOZIE_CONFIG_FILE - Static variable in class org.apache.oozie.service.ConfigurationService
System property that indicates the name of the site configuration file to load.
OOZIE_COORD_ACTION_NOMINAL_TIME - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
OOZIE_CREDENTIALS_SKIP - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
OOZIE_DATA_DIR - Static variable in class org.apache.oozie.service.ConfigurationService
System property that indicates the data directory.
OOZIE_GLOBAL - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
OOZIE_HADOOP_ACCESSOR_SERVICE_CREATED - Static variable in class org.apache.oozie.service.HadoopAccessorService
 
OOZIE_HOME_DIR - Static variable in class org.apache.oozie.service.Services
Environment variable that indicates the location of the Oozie home directory.
OOZIE_ID - Static variable in class org.apache.oozie.util.ZKUtils.ZKMetadataKeys
The ID of the Oozie Server
OOZIE_INSTANCE_ID - Static variable in class org.apache.oozie.util.ZKUtils
oozie-env environment variable for specifying the Oozie instance ID
OOZIE_LAUNCHER_CHILD_ENV - Variable in class org.apache.oozie.action.hadoop.ShellActionExecutor
Config property name to set the child environment
OOZIE_LAUNCHER_MAP_ENV - Variable in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
OOZIE_LOG_DIR - Static variable in class org.apache.oozie.service.XLogService
System property that indicates the logs directory.
OOZIE_MAPREDUCE_UBER_JAR_ENABLE - Static variable in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
OOZIE_MESSAGE_FORMAT - Static variable in class org.apache.oozie.event.messaging.MessageFactory
 
OOZIE_MESSAGE_SERIALIZE - Static variable in class org.apache.oozie.event.messaging.MessageFactory
 
OOZIE_PREFIX - Static variable in class org.apache.oozie.servlet.AuthFilter
 
OOZIE_PROCESSING_TIMEZONE_DEFAULT - Static variable in class org.apache.oozie.util.DateUtils
 
OOZIE_PROCESSING_TIMEZONE_KEY - Static variable in class org.apache.oozie.util.DateUtils
 
OOZIE_SUBWORKFLOW_CLASSPATH_INHERITANCE - Static variable in class org.apache.oozie.service.WorkflowAppService
 
OOZIE_URL - Static variable in class org.apache.oozie.util.ZKUtils.ZKMetadataKeys
The URL of the Oozie Server
OOZIE_WF_SUBWORKFLOW_CLASSPATH_INHERITANCE - Static variable in class org.apache.oozie.service.WorkflowAppService
 
OozieJexlEngine - Class in org.apache.oozie.coord.input.logic
Oozie implementation of Jexl Engine
OozieJexlEngine() - Constructor for class org.apache.oozie.coord.input.logic.OozieJexlEngine
 
OozieJexlInterpreter - Class in org.apache.oozie.coord.input.logic
Oozie implementation of jexl Interpreter
OozieJexlInterpreter(Interpreter) - Constructor for class org.apache.oozie.coord.input.logic.OozieJexlInterpreter
 
OozieJexlInterpreter(JexlEngine, JexlContext, boolean, boolean) - Constructor for class org.apache.oozie.coord.input.logic.OozieJexlInterpreter
 
OozieJobInfo - Class in org.apache.oozie.action.hadoop
 
OozieJobInfo(Configuration, ActionExecutor.Context, WorkflowAction) - Constructor for class org.apache.oozie.action.hadoop.OozieJobInfo
Instantiates a new oozie job info.
OozieRollingPolicy - Class in org.apache.oozie.util
Has the same behavior as the TimeBasedRollingPolicy.
OozieRollingPolicy() - Constructor for class org.apache.oozie.util.OozieRollingPolicy
 
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
 
OperationType - Enum in org.apache.oozie.command
 
OPS - Static variable in class org.apache.oozie.util.XLog
Mask for tee logging to the OPS log.
OPTIONAL_OOZIE_CONFS - Static variable in class org.apache.oozie.command.wf.SubmitHttpXCommand
 
OR - Static variable in class org.apache.oozie.coord.input.logic.InputLogicParser
 
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.control - package org.apache.oozie.action.control
 
org.apache.oozie.action.decision - package org.apache.oozie.action.decision
 
org.apache.oozie.action.email - package org.apache.oozie.action.email
 
org.apache.oozie.action.hadoop - package org.apache.oozie.action.hadoop
 
org.apache.oozie.action.oozie - package org.apache.oozie.action.oozie
 
org.apache.oozie.action.ssh - package org.apache.oozie.action.ssh
 
org.apache.oozie.bundle - package org.apache.oozie.bundle
 
org.apache.oozie.client.rest - package org.apache.oozie.client.rest
 
org.apache.oozie.command - package org.apache.oozie.command
 
org.apache.oozie.command.bundle - package org.apache.oozie.command.bundle
 
org.apache.oozie.command.coord - package org.apache.oozie.command.coord
 
org.apache.oozie.command.sla - package org.apache.oozie.command.sla
 
org.apache.oozie.command.wf - package org.apache.oozie.command.wf
 
org.apache.oozie.compression - package org.apache.oozie.compression
 
org.apache.oozie.coord - package org.apache.oozie.coord
 
org.apache.oozie.coord.input.dependency - package org.apache.oozie.coord.input.dependency
 
org.apache.oozie.coord.input.logic - package org.apache.oozie.coord.input.logic
 
org.apache.oozie.dependency - package org.apache.oozie.dependency
 
org.apache.oozie.dependency.hcat - package org.apache.oozie.dependency.hcat
 
org.apache.oozie.event - package org.apache.oozie.event
 
org.apache.oozie.event.listener - package org.apache.oozie.event.listener
 
org.apache.oozie.event.messaging - package org.apache.oozie.event.messaging
 
org.apache.oozie.executor.jpa - package org.apache.oozie.executor.jpa
 
org.apache.oozie.executor.jpa.sla - package org.apache.oozie.executor.jpa.sla
 
org.apache.oozie.jms - package org.apache.oozie.jms
 
org.apache.oozie.local - package org.apache.oozie.local
 
org.apache.oozie.lock - package org.apache.oozie.lock
 
org.apache.oozie.service - package org.apache.oozie.service
 
org.apache.oozie.servlet - package org.apache.oozie.servlet
 
org.apache.oozie.sla - package org.apache.oozie.sla
 
org.apache.oozie.sla.listener - package org.apache.oozie.sla.listener
 
org.apache.oozie.sla.service - package org.apache.oozie.sla.service
 
org.apache.oozie.store - package org.apache.oozie.store
 
org.apache.oozie.test - package org.apache.oozie.test
 
org.apache.oozie.util - package org.apache.oozie.util
 
org.apache.oozie.util.db - package org.apache.oozie.util.db
 
org.apache.oozie.workflow - package org.apache.oozie.workflow
 
org.apache.oozie.workflow.lite - package org.apache.oozie.workflow.lite
 

P

Pair<T,S> - Class in org.apache.oozie.util
Utility class for holding a pair of data
Pair(T, S) - Constructor for class org.apache.oozie.util.Pair
 
ParamChecker - Class in org.apache.oozie.util
Utility class to check common parameter preconditions.
ParamChecker() - Constructor for class org.apache.oozie.util.ParamChecker
 
ParameterVerifier - Class in org.apache.oozie.util
Utility class to parse and verify the <parameters> section in a workflow or coordinator job
ParameterVerifier() - Constructor for class org.apache.oozie.util.ParameterVerifier
 
ParameterVerifierException - Exception in org.apache.oozie.util
Exception thrown by ParameterVerifier.
ParameterVerifierException(XException) - Constructor for exception org.apache.oozie.util.ParameterVerifierException
Create a ParameterHandler exception from a XException.
ParameterVerifierException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.util.ParameterVerifierException
Create a ParameterHandler exception.
PARENT_ID - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
parse(Element) - Method in class org.apache.oozie.coord.input.logic.InputLogicParser
Parses the xml.
parse(Element, String, String, String) - Method in class org.apache.oozie.coord.input.logic.InputLogicParser
 
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
parseBulkFilter(String) - Static method in class org.apache.oozie.BundleEngine
Parse filter string to a map with key = filter name and values = filter values Allowed keys are defined as constants on top
parseChangeValue(String) - Static method in class org.apache.oozie.util.JobUtils
This Function will parse the value of the changed values in key value manner.
parseDateOozieTZ(String) - Static method in class org.apache.oozie.util.DateUtils
Parses a datetime in ISO8601 format in the Oozie processing timezone.
parseDateUTC(String) - Static method in class org.apache.oozie.util.DateUtils
Parses a datetime in ISO8601 format in UTC timezone
parseDef(Configuration) - Method in class org.apache.oozie.service.LiteWorkflowAppService
Parse workflow definition.
parseDef(Configuration, Configuration) - Method in class org.apache.oozie.service.LiteWorkflowAppService
 
parseDef(String, Configuration) - Method in class org.apache.oozie.service.LiteWorkflowAppService
 
parseDef(String, Configuration, Configuration) - Method in class org.apache.oozie.service.LiteWorkflowAppService
 
parseDef(Configuration) - Method in class org.apache.oozie.service.WorkflowAppService
Parse workflow definition.
parseDef(Configuration, Configuration) - Method in class org.apache.oozie.service.WorkflowAppService
Parse workflow definition along with config-default.xml config
parseDef(String, Configuration) - Method in class org.apache.oozie.service.WorkflowAppService
Parse workflow definition.
parseDef(String, Configuration, Configuration) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowLib
 
parseDef(String, Configuration, Configuration) - 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.
parseFilter(String, Set<String>) - Method in class org.apache.oozie.servlet.SLAServlet
 
parseFilter(String) - Static method in class org.apache.oozie.util.JobsFilterUtils
 
parseJobFilter(String) - Method in class org.apache.oozie.CoordinatorEngine
 
parseJobXmlAndConfiguration(ActionExecutor.Context, Element, Path, Configuration) - Static method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
parseJobXmlAndConfiguration(ActionExecutor.Context, Element, Path, Configuration, boolean) - Static method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
parseNextLine() - Method in class org.apache.oozie.util.SimpleTimestampedMessageParser
This implementation simply returns the next line from the Reader.
parseNextLine() - Method in class org.apache.oozie.util.TimestampedMessageParser
Reads the next line from the Reader and checks if it matches the filter.
parseOneArg(String) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
parseOneStringArg(String) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
parseWithName(Element, String) - Method in class org.apache.oozie.coord.input.logic.InputLogicParser
Parses the xml with name.
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.
partitionAvailable(String, String, String, Map<String, String>) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Mark a partition dependency as available
PartitionDependencyManagerService - Class in org.apache.oozie.service
Module that functions like a caching service to maintain partition dependency mappings
PartitionDependencyManagerService() - Constructor for class org.apache.oozie.service.PartitionDependencyManagerService
 
pathExists(String, Configuration, String) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
pathExists(String, Configuration) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
 
pathExists(CoordinatorActionBean, String, Configuration, String) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
pathExists(String, Configuration) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseOne
 
pathExists(String, Configuration) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorPhaseThree
 
pauseChildren() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
pauseChildren() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
pauseChildren() - Method in class org.apache.oozie.command.PauseTransitionXCommand
pause actions associated with the job
PauseTransitionXCommand - Class in org.apache.oozie.command
Transition command for pause the job.
PauseTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.PauseTransitionXCommand
The constructor for abstract class PauseTransitionXCommand
PauseTransitService - Class in org.apache.oozie.service
PauseTransitService is the runnable which is scheduled to run at the configured interval, it checks all bundles to see if they should be paused, un-paused or started.
PauseTransitService() - Constructor for class org.apache.oozie.service.PauseTransitService
 
PauseTransitService.PauseTransitRunnable - Class in org.apache.oozie.service
PauseTransitRunnable is the runnable which is scheduled to run at the configured interval, it checks all bundles to see if they should be paused, un-paused or started.
PauseTransitService.PauseTransitRunnable() - Constructor for class org.apache.oozie.service.PauseTransitService.PauseTransitRunnable
 
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 interface org.apache.oozie.event.EventQueue
Read topmost event from queue but do not pop from it
peek() - Method in class org.apache.oozie.event.MemoryEventQueue
 
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.
performWrites() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
performWrites() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
performWrites() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
performWrites() - Method in class org.apache.oozie.command.TransitionXCommand
This will be used to perform atomically all the writes within this command.
ph1_coord_absolute_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_actionId_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_actualTime_echo_wrap() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_current_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_currentRange_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_databaseIn_echo(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Echo the same EL function without evaluating anything
ph1_coord_databaseOut_echo(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dataIn_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_dataInPartitionFilter_echo(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dataInPartitionMax_echo(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dataInPartitionMin_echo(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dataInPartitions_echo(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dataOut_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_dataOutPartitions_echo(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dataOutPartitionValue_echo(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_dateOffset_echo(String, String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_dateTzOffset_echo(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_epochTime_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_formatTime_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_future_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_futureRange_echo(String, 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_latestRange_echo(String, 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_offset_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph1_coord_tableIn_echo(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_tableOut_echo(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
 
ph1_coord_tzOffset_echo() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_absolute_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_absolute_range(String, int) - 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 Oozie processing timezone of n-th dataset instance.
ph2_coord_current_echo(String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_currentRange(int, int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in Oozie processing timezone of current dataset instances from start to end offsets from the nominal time.
ph2_coord_currentRange_echo(String, 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 a date string that is offset from 'strBaseDate' by the amount specified.
ph2_coord_dateTzOffset(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Returns a date string that is offset from 'strBaseDate' by the difference from Oozie processing timezone to the given timezone.
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_epochTime(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Convert from standard date-time formatting to a Unix epoch time.
ph2_coord_formatTime(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Convert from standard date-time formatting to a desired format.
ph2_coord_future_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph2_coord_futureRange_echo(String, 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_latestRange_echo(String, 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_offset(int, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in Oozie processing timezone of the given offset from the dataset effective nominal time.
ph2_coord_offset_echo(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
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_databaseIn(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Extract the hcat DB name from the URI-template associate with 'dataInName'.
ph3_coord_databaseOut(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Extract the hcat DB name from the URI-template associate with 'dataOutName'.
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_dataInPartitionFilter(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Used to specify the HCat partition filter which is input dependency for workflow job.
ph3_coord_dataInPartitionMax(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Used to specify the MINIMUM value of an HCat partition which is input dependency for workflow job.
ph3_coord_dataInPartitionMin(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Used to specify the MAXIMUM value of an HCat partition which is input dependency for workflow job.
ph3_coord_dataInPartitions(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Used to specify the entire HCat partition defining input for 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_dataOutPartitions(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Used to specify the entire HCat partition defining output for workflow job.
ph3_coord_dataOutPartitionValue(String, String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Used to specify the HCat partition's value defining output for workflow job.
ph3_coord_dateOffset(String, int, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_dateTzOffset(String, 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_epochTime(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_formatTime(String, String) - Static method in class org.apache.oozie.coord.CoordELFunctions
 
ph3_coord_future(int, int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in Oozie processing timezone of n-th future available dataset instance from nominal Time but not beyond the instance specified as 'instance.
ph3_coord_futureRange(int, int, int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in Oozie processing timezone of the future available dataset instances from start to end offsets 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 Oozie processing timezone of n-th latest available dataset instance.
ph3_coord_latestRange(int, int) - Static method in class org.apache.oozie.coord.CoordELFunctions
Determine the date-time in Oozie processing timezone of latest available dataset instances from start to end offsets from the nominal time.
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_tableIn(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Extract the hcat Table name from the URI-template associate with 'dataInName'.
ph3_coord_tableOut(String) - Static method in class org.apache.oozie.coord.HCatELFunctions
Extract the hcat Table name from the URI-template associate with 'dataOutName'.
ph3_coord_tzOffset() - Static method in class org.apache.oozie.coord.CoordELFunctions
 
PigActionExecutor - Class in org.apache.oozie.action.hadoop
 
PigActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.PigActionExecutor
 
poll() - Method in interface org.apache.oozie.event.EventQueue
Fetch single event from queue
poll() - Method in class org.apache.oozie.event.MemoryEventQueue
 
poll() - Method in class org.apache.oozie.util.PollablePriorityDelayQueue
Retrieve and remove the head of this queue if it is eligible to poll.
poll() - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve and remove the head of this queue, or return null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
PollablePriorityDelayQueue<E> - Class in org.apache.oozie.util
 
PollablePriorityDelayQueue(int, long, TimeUnit, int) - Constructor for class org.apache.oozie.util.PollablePriorityDelayQueue
 
pollBatch() - Method in interface org.apache.oozie.event.EventQueue
Fetch events from queue in batch
pollBatch() - Method in class org.apache.oozie.event.MemoryEventQueue
 
populateOozieMode(JSONObject) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
populateOozieMode(JSONObject) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
populateOozieMode(JSONObject) - Method in class org.apache.oozie.servlet.V1AdminServlet
 
PreconditionException - Exception in org.apache.oozie.command
 
PreconditionException(XException) - Constructor for exception org.apache.oozie.command.PreconditionException
Create a verifyXCommand exception for verify conditions purposes.
PreconditionException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.command.PreconditionException
Create a verifyXCommand exception for verify conditions purposes.
prepare(PreparedStatement) - Method in class org.apache.oozie.util.db.SqlStatement
Assign the values to Prepared Statement.
prepare(Connection) - Method in class org.apache.oozie.util.db.SqlStatement
Prepare the SQL Statement.
prepareActionDir(FileSystem, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
prepareAndSetValues(Connection) - Method in class org.apache.oozie.util.db.SqlStatement
Prepare the SQL Statement that is generated and assign the values to prepared statement.
prepareForBatch(Connection, List<? extends Map<Object, Object>>, PreparedStatement) - Method in class org.apache.oozie.util.db.SqlStatement
Preparing Multiple statements for batch execution.
prettyPrint(Element) - Static method in class org.apache.oozie.util.XmlUtils
Return a pretty print string for a JDOM Element.
prettyPrint(String) - Static method in class org.apache.oozie.util.XmlUtils
Return a pretty print string for a XML string.
prettyPrint(Configuration) - Static method in class org.apache.oozie.util.XmlUtils
Return a pretty print string for a Configuration object.
prevPending - Variable in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
prevPending - Variable in class org.apache.oozie.command.coord.CoordRerunXCommand
 
prevStatus - Variable in class org.apache.oozie.command.RerunTransitionXCommand
 
priorities - Variable in class org.apache.oozie.util.PriorityDelayQueue
 
PriorityDelayQueue<E> - Class in org.apache.oozie.util
A Queue implementation that support queuing elements into the future and priority queuing.
PriorityDelayQueue(int, long, TimeUnit, int) - Constructor for class org.apache.oozie.util.PriorityDelayQueue
Create a PriorityDelayQueue.
PriorityDelayQueue.QueueElement<E> - Class in org.apache.oozie.util
Element wrapper required by the queue.
PriorityDelayQueue.QueueElement(XCallable<E>, int, long, TimeUnit) - Constructor for class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Create an Element wrapper.
process(Message) - Method in class org.apache.oozie.dependency.hcat.HCatMessageHandler
Process JMS message produced by HCat.
process(Message) - Method in interface org.apache.oozie.jms.MessageHandler
Process a generic JMS message.
processCallback(String, String, Properties) - Method in class org.apache.oozie.DagEngine
Process an action callback.
processRemaining(Writer, int, int) - Method in class org.apache.oozie.util.TimestampedMessageParser
Streams log messages to the passed in Writer.
processRemaining(Writer, int) - Method in class org.apache.oozie.util.TimestampedMessageParser
Streams log messages to the passed in Writer, with zero bytes already written
processRemaining(Writer) - Method in class org.apache.oozie.util.TimestampedMessageParser
Streams log messages to the passed in Writer, with default buffer len 4K and zero bytes already written
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
 
proxyConf - Variable in class org.apache.oozie.command.NotificationXCommand
 
ProxyUserService - Class in org.apache.oozie.service
The ProxyUserService checks if a user of a request has proxyuser privileges.
ProxyUserService() - Constructor for class org.apache.oozie.service.ProxyUserService
 
purge(long, int) - Method in class org.apache.oozie.store.WorkflowStore
Purge the Workflows Completed older than given days.
PURGE_INTERVAL - Static variable in class org.apache.oozie.service.ShareLibService
 
PURGE_LIMIT - Static variable in class org.apache.oozie.service.PurgeService
 
PURGE_OLD_COORD_ACTION - Static variable in class org.apache.oozie.service.PurgeService
 
PurgeService - Class in org.apache.oozie.service
The PurgeService schedules purging of completed jobs and associated action older than a specified age for workflow, coordinator and bundle.
PurgeService() - Constructor for class org.apache.oozie.service.PurgeService
 
PurgeXCommand - Class in org.apache.oozie.command
This class is used to purge workflows, coordinators, and bundles.
PurgeXCommand(int, int, int, int) - Constructor for class org.apache.oozie.command.PurgeXCommand
 
PurgeXCommand(int, int, int, int, boolean) - Constructor for class org.apache.oozie.command.PurgeXCommand
 
put(PriorityDelayQueue.QueueElement<E>) - Method in class org.apache.oozie.util.PriorityDelayQueue
Insert the specified element into this queue, waiting if necessary for space to become available.

Q

QueryExecutor<T,E extends Enum<E>> - Class in org.apache.oozie.executor.jpa
Base Class of Query Executor
QueryExecutor() - Constructor for class org.apache.oozie.executor.jpa.QueryExecutor
 
queue(XCommand<?>, long) - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
queue(XCommand<?>, long) - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
queue(XCommand<?>) - Method in class org.apache.oozie.command.XCommand
Queue a command for execution after the current command execution completes.
queue(XCommand<?>, long) - Method in class org.apache.oozie.command.XCommand
Queue a command for delayed execution after the current command execution completes.
queue(XCallable<?>) - Method in class org.apache.oozie.service.CallableQueueService
Queue a callable for asynchronous execution.
queue(XCallable<?>, long) - Method in class org.apache.oozie.service.CallableQueueService
Queue a callable for asynchronous execution sometime in the future.
queueCommandForTransientFailure(long) - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
queueCommandForTransientFailure(long) - Method in class org.apache.oozie.command.wf.ActionXCommand
 
queueEvent(Event) - Method in class org.apache.oozie.service.EventHandlerService
 
queueMaterializeTransitionXCommand(String) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Queue MaterializeTransitionXCommand
queueMaterializeTransitionXCommand(String) - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
queues - Variable in class org.apache.oozie.util.PriorityDelayQueue
 
queueSerial(List<? extends XCallable<?>>) - Method in class org.apache.oozie.service.CallableQueueService
Queue a list of callables for serial execution.
queueSerial(List<? extends XCallable<?>>, long) - Method in class org.apache.oozie.service.CallableQueueService
Queue a list of callables for serial execution sometime in the future.
queueSize() - Method in class org.apache.oozie.service.CallableQueueService
 

R

read(char[], int, int) - Method in class org.apache.oozie.util.MultiFileReader
 
readAndValidateXml() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Read the application XML and validate against coordinator Schema
readBytesAsString(DataInput) - Static method in class org.apache.oozie.util.WritableUtils
 
readDefinition(String) - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
Read bundle definition.
readDefinition(String) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Read coordinator definition.
readDefinition(String, String, Configuration) - Method in class org.apache.oozie.service.WorkflowAppService
Read workflow definition.
reader - Variable in class org.apache.oozie.util.TimestampedMessageParser
 
readFields(DataInput) - Method in class org.apache.oozie.BundleActionBean
 
readFields(DataInput) - Method in class org.apache.oozie.BundleJobBean
 
readFields(DataInput) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
readFields(DataInput) - Method in class org.apache.oozie.coord.input.dependency.CoordInputInstance
 
readFields(DataInput) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
readFields(DataInput) - Method in class org.apache.oozie.coord.input.dependency.CoordPushInputDependency
 
readFields(DataInput) - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
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
Deprecated.
 
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.
readList(DataInput, Class<T>) - Static method in class org.apache.oozie.util.WritableUtils
Read list.
readMap(DataInput, Class<T>) - Static method in class org.apache.oozie.util.WritableUtils
Read map.
readMapWithList(DataInput, Class<T>) - Static method in class org.apache.oozie.util.WritableUtils
Read map with list.
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.
readString(DataInput) - Static method in class org.apache.oozie.util.StringSerializationUtil
 
readStringList(DataInput) - Static method in class org.apache.oozie.util.WritableUtils
 
REAPING_THREADS - Static variable in class org.apache.oozie.service.ZKLocksService
 
REAPING_THRESHOLD - Static variable in class org.apache.oozie.service.ZKLocksService
 
RECENT_LOG_OFFSET - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
RECORDS - Static variable in class org.apache.oozie.action.hadoop.HadoopELFunctions
 
RECORDS - Static variable in class org.apache.oozie.util.PropertiesUtils
 
RECOVERY_ID_SEPARATOR - Static variable in class org.apache.oozie.command.wf.ActionXCommand
 
RECOVERY_SERVICE_CONF_PREFIX - Static variable in class org.apache.oozie.service.RecoveryService
 
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
 
reestablishConnection(JMSConnectionInfo) - Method in class org.apache.oozie.service.JMSAccessorService
Reestablish connection for the given JMS connect information
register(Object) - Static method in class org.apache.oozie.util.ZKUtils
Classes that want to use ZooKeeper should call this method to get the ZKUtils singleton.
registerAndInitExecutor(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.
registerForNotification(URI, Configuration, String, String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
registerForNotification(URI, Configuration, String, String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
registerForNotification(URI, Configuration, String, String) - Method in interface org.apache.oozie.dependency.URIHandler
Register for notifications in case of a push dependency
registerForNotification(HCatURI, String, HCatMessageHandler) - Method in class org.apache.oozie.service.HCatAccessorService
Register for notifications on a JMS topic for the specified hcatalog table.
registerForNotification(JMSConnectionInfo, String, MessageHandler) - Method in class org.apache.oozie.service.JMSAccessorService
Register for notifications on a JMS topic.
release() - Method in interface org.apache.oozie.lock.LockToken
Release the lock.
reloadExpectedTimeAndConfig(SLACalcStatus) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
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.
removeAvailableDependencyURIs(String, Collection<String>) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
removeAvailableDependencyURIs(String, Collection<String>) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Remove the list of available dependency URIs for a actionID once the missing dependencies are processed.
removeAvailableDependencyURIs(String, Collection<String>) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
removeAvailableDependencyURIs(String, Collection<String>) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Remove the list of available dependency URIs for a actionID once the missing dependencies are processed.
removeComments(String) - Static method in class org.apache.oozie.util.XmlUtils
Remove comments from any Xml String.
removeCoordActionWithDependenciesAvailable(String) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
removeCoordActionWithDependenciesAvailable(String) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Remove coordAction when all dependencies met
removeCoordActionWithDependenciesAvailable(String) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
removeCoordActionWithDependenciesAvailable(String) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Remove a coord action from dependency cache when all push missing dependencies available
removeEntry(String) - Static method in class org.apache.oozie.util.JaasConfiguration
Removes the specified entry.
removeFromMissingDependencies(String, CoordInputInstance) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
removeFromSLAConfigMap(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
removeFromUniqueCallables() - Method in class org.apache.oozie.service.CallableQueueService.CallableWrapper
Remove the keys from the set
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.
removeMissingDependency(HCatURI, String) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
removeMissingDependency(HCatURI, String) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Remove a missing partition dependency associated with a actionID
removeMissingDependency(HCatURI, String) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
removeMissingDependency(HCatURI, String) - Method in class org.apache.oozie.service.PartitionDependencyManagerService
Remove a missing partition dependency associated with a actionID
removeNonWaitingCoordActions(Set<String>) - Method in class org.apache.oozie.dependency.hcat.EhcacheHCatDependencyCache
 
removeNonWaitingCoordActions(Set<String>) - Method in interface org.apache.oozie.dependency.hcat.HCatDependencyCache
Purge stale actions
removeNonWaitingCoordActions(Set<String>) - Method in class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
removeRegistration(String) - Method in class org.apache.oozie.sla.service.SLAService
 
removeRegistration(String) - Method in interface org.apache.oozie.sla.SLACalculator
 
removeRegistration(String) - Method in class org.apache.oozie.sla.SLACalculatorMemory
Remove job from being tracked in map
replaceAll(String, String, String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Replace each occurrence of regular expression match in the first string with the replacement string.
requiresNameNodeJobTracker() - Method in class org.apache.oozie.action.ActionExecutor
Returns true if this action type requires a NameNode and JobTracker.
requiresNameNodeJobTracker() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
reRun(String, Configuration) - Method in class org.apache.oozie.BaseEngine
Rerun a job.
reRun(String, Configuration) - Method in class org.apache.oozie.BundleEngine
Deprecated.
reRun(String, String, String, boolean, boolean) - Method in class org.apache.oozie.BundleEngine
Rerun Bundle actions for given rerunType
reRun(String, Configuration) - Method in class org.apache.oozie.CoordinatorEngine
Deprecated.
reRun(String, String, String, boolean, boolean, boolean, Configuration) - 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_CONF - Static variable in class org.apache.oozie.command.coord.CoordRerunXCommand
 
rerunChildren() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
rerunChildren() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
rerunChildren() - Method in class org.apache.oozie.command.RerunTransitionXCommand
Rerun actions associated with the job
reRunCoord(String, String, String, boolean, boolean) - Method in class org.apache.oozie.LocalOozieClientCoord
Rerun coordinator actions.
reRunCoord(String, String, String, boolean, boolean, boolean, Properties) - Method in class org.apache.oozie.LocalOozieClientCoord
Rerun coordinator actions with failed option.
reRunJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V0JobServlet
 
reRunJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V1JobServlet
 
RerunTransitionXCommand<T> - Class in org.apache.oozie.command
Transition command for rerun the job.
RerunTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.RerunTransitionXCommand
The constructor for abstract class RerunTransitionXCommand
RerunTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.RerunTransitionXCommand
The constructor for abstract class RerunTransitionXCommand
ReRunXCommand - Class in org.apache.oozie.command.wf
This is a RerunXCommand which is used for rerunn.
ReRunXCommand(String, Configuration) - Constructor for class org.apache.oozie.command.wf.ReRunXCommand
 
reset() - Static method in class org.apache.oozie.util.XLog.Info
Remove all defined context parameters.
reset() - Static method in class org.apache.oozie.util.XLogFilter
 
RESET_VALUE - Static variable in class org.apache.oozie.service.ZKUUIDService
 
resetCritical() - Method in class org.apache.oozie.BundleActionBean
Reseset that this bundle action is not critical.
resetDoneMaterialization() - Method in class org.apache.oozie.CoordinatorJobBean
Set doneMaterialization to false
resetInitInfo() - Static method in class org.apache.oozie.action.ActionExecutor
Clear all init settings for all action types.
resetPending() - Method in class org.apache.oozie.BundleJobBean
Set pending to false
resetPending() - Method in class org.apache.oozie.CoordinatorJobBean
Set pending to false
resetPending() - Method in class org.apache.oozie.WorkflowActionBean
Removes the pending flag and pendingAge from the action.
resetPendingOnly() - Method in class org.apache.oozie.WorkflowActionBean
Removes the pending flag from the action.
resetPrefix() - Method in class org.apache.oozie.util.XLog.Info
 
resetPrefix(XLog) - Static method in class org.apache.oozie.util.XLog
Reset the logger prefix
resetStartTime() - Method in class org.apache.oozie.service.UUIDService
reset start time
resetUsed() - Method in class org.apache.oozie.command.XCommand
Set false to the used
resolve() - Method in class org.apache.oozie.util.XConfiguration
Returns a new XConfiguration instance with all inline values resolved.
resolveAppName(String, Configuration) - Static method in class org.apache.oozie.util.ELUtils
Resolves the application name using the configuration properties to resolve any EL variable.
RESOLVED_PATH - Static variable in class org.apache.oozie.coord.CoordELConstants
 
RESOLVED_UNRESOLVED_SEPARATOR - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
resolveFunction(String, String) - Method in class org.apache.oozie.util.ELEvaluator.Context
Resolve a function prefix:name.
resolveInitial(Configuration, String, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Resolve basic entities using job Configuration.
resolveInstanceRange(Element, StringBuilder, SyncCoordAction, Configuration, ELEvaluator) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Resolve <start-instance> <end-insatnce> tag.
resolveInstances(Element, StringBuilder, SyncCoordAction, Configuration, ELEvaluator) - Static method in class org.apache.oozie.command.coord.CoordCommandUtils
Resolve list of <instance> </instance> tags.
resolveNamespace(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil.OozieJexlParser
 
resolveOffsetRawTime(int, TimeUnit, ELEvaluator) - Static method in class org.apache.oozie.coord.CoordELFunctions
Resolve the offset time from the effective nominal time
resolveSla(Element, ELEvaluator) - Static method in class org.apache.oozie.command.wf.SubmitXCommand
Resolve variables in sla xml element.
resolveVariable(String) - Method in class org.apache.oozie.util.ELEvaluator.Context
Resolve a variable name.
resume(String) - Method in class org.apache.oozie.BaseEngine
Resume a job.
resume(String) - Method in class org.apache.oozie.BundleEngine
 
resume(String) - Method in class org.apache.oozie.CoordinatorEngine
 
resume(String) - Method in class org.apache.oozie.DagEngine
Resume a job.
resume(String) - Method in class org.apache.oozie.LocalOozieClient
Resume a workflow job.
resume(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Resume a coordinator job.
resume() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
resume() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Resume the instance.
resumeChildren() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
resumeChildren() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
resumeChildren() - Method in class org.apache.oozie.command.ResumeTransitionXCommand
Resume all children of the job
resumeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
resumeJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
resumeJobs(String, int, int) - Method in class org.apache.oozie.BundleEngine
return a list of resumed Bundle job
resumeJobs(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
return the jobs that've been resumed
resumeJobs(String, int, int) - Method in class org.apache.oozie.DagEngine
return the jobs that've been resumed
resumeJobs(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobsServlet
service implementation to bulk resume jobs
resumeJobs(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobsServlet
service implementation to bulk resume jobs
ResumeTransitionXCommand - Class in org.apache.oozie.command
 
ResumeTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.ResumeTransitionXCommand
 
ResumeTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.ResumeTransitionXCommand
 
ResumeXCommand - Class in org.apache.oozie.command.wf
 
ResumeXCommand(String) - Constructor for class org.apache.oozie.command.wf.ResumeXCommand
 
ret - Variable in class org.apache.oozie.command.IgnoreTransitionXCommand
 
ret - Variable in class org.apache.oozie.command.KillTransitionXCommand
 
ret - Variable in class org.apache.oozie.command.RerunTransitionXCommand
 
retries - Variable in class org.apache.oozie.command.NotificationXCommand
 
RETRY_COUNT - Static variable in class org.apache.oozie.service.ZKUUIDService
 
RETRY_INTERVAL - Static variable in class org.apache.oozie.action.ActionExecutor
Define the default inteval in seconds between retries.
RM_PRINCIPAL - Static variable in class org.apache.oozie.service.HadoopAccessorService
The Kerberos principal for the resource manager.
rollbackTrx() - Method in class org.apache.oozie.store.Store
Rollback transaction
rollover(String) - Method in class org.apache.oozie.util.OozieRollingPolicy
 
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() - Method in class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
run() - Method in class org.apache.oozie.service.CallableQueueService.CallableWrapper
 
run() - Method in class org.apache.oozie.service.EventHandlerService.EventWorker
 
run() - Method in class org.apache.oozie.service.JMSAccessorService.JMSRetryRunnable
 
run() - Method in class org.apache.oozie.service.PauseTransitService.PauseTransitRunnable
 
run() - Method in class org.apache.oozie.service.StatusTransitService.StatusTransitRunnable
 
run() - Method in class org.apache.oozie.sla.SLACalculatorMemory.HistoryPurgeWorker
 
run() - Method in class org.apache.oozie.util.MetricsInstrumentation.Sampler
 
runCachePurgeWorker() - Method in class org.apache.oozie.service.PartitionDependencyManagerService
 
runSLAWorker() - Method in class org.apache.oozie.sla.service.SLAService
 

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.
schedule(Runnable, 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
 
ScriptLanguageActionExecutor - Class in org.apache.oozie.action.hadoop
 
ScriptLanguageActionExecutor(String) - Constructor for class org.apache.oozie.action.hadoop.ScriptLanguageActionExecutor
 
SEARCH_TEXT - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
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.
sendInstrumentationResponse(HttpServletResponse, Instrumentation) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
sendInstrumentationResponse(HttpServletResponse, Instrumentation) - Method in class org.apache.oozie.servlet.V2AdminServlet
 
sendJMSMessage(SLAMessage, String, String, String) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
sendJsonResponse(HttpServletResponse, int, JsonBean, String) - Method in class org.apache.oozie.servlet.JsonRestServlet
Sends a JSON response.
sendJsonResponse(HttpServletResponse, int, JSONStreamAware) - Method in class org.apache.oozie.servlet.JsonRestServlet
 
sendMail(String) - Method in class org.apache.oozie.service.AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable
 
sendMessage(Map<String, String>, String, String, String) - Method in class org.apache.oozie.jms.JMSJobEventListener
 
sendMetricsResponse(HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
sendMetricsResponse(HttpServletResponse) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
sendMetricsResponse(HttpServletResponse) - Method in class org.apache.oozie.servlet.V1AdminServlet
 
sendMetricsResponse(HttpServletResponse) - Method in class org.apache.oozie.servlet.V2AdminServlet
 
sendNotification() - Method in class org.apache.oozie.command.NotificationXCommand
 
sendSLANotification(SLAEvent) - Method in class org.apache.oozie.jms.JMSSLAEventListener
 
SEPARATOR - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
serialize() - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
serialize() - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Serialize.
serialize() - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
serialize(ServiceInstance<T>) - Method in class org.apache.oozie.util.FixedJsonInstanceSerializer
 
SERVER_SERVER_AUTH_TYPE - Static variable in class org.apache.oozie.util.AuthUrlClient
 
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
 
SESSION_OPTS - Static variable in class org.apache.oozie.service.JMSAccessorService
 
set(JobConf, String, String) - Method in class org.apache.oozie.action.hadoop.HCatCredentialHelper
This Function will set the HCat token to jobconf
set(String, Object) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil.OozieJexlParser
 
set(String, String) - Static method in class org.apache.oozie.service.ConfigurationService
 
set(Schema.Column, Object) - Method in class org.apache.oozie.util.db.SqlStatement.Update
SET clause for update statement
setAction(CoordinatorActionBean) - Method in class org.apache.oozie.client.rest.BulkResponseImpl
Sets the coord action comprising this bulk response object
setActionCompletionData(ActionExecutor.Context, FileSystem) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
Sets some data for the action on completion
setActionId(String) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setActionInfo(WorkflowInstance, WorkflowAction) - Static method in class org.apache.oozie.DagELFunctions
 
setActionList(boolean) - Method in class org.apache.oozie.util.XLogFilter
 
setActionNumber(int) - Method in class org.apache.oozie.CoordinatorActionBean
 
setActions(List<CoordinatorActionBean>) - Method in class org.apache.oozie.CoordinatorJobBean
 
setActions(List<WorkflowActionBean>) - Method in class org.apache.oozie.WorkflowJobBean
 
setActionXml(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setActionXmlBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorActionBean
 
setActualDuration(long) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setActualDuration(long) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setActualEnd(Date) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setActualEnd(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setActualStart(Date) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setActualStart(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setActualTime(Date) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setAlertContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setAlertContact(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setAlertEvents(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setAlertFrequency(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setAlertPercentage(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
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.BundleJobBean
Set bundleName
setAppName(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setAppName(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setAppName(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setAppName(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setAppName(String) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setAppName(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setAppNamespace(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set app namespce
setAppPath(String) - Method in class org.apache.oozie.BundleJobBean
Set bundlePath
setAppPath(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setAppPath(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setAppType(SLAEvent.SlaAppType) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setAppType(AppType) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setAppType(AppType) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setAppType(SLAEvent.SlaAppType) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setAppTypes(Set<String>) - Method in class org.apache.oozie.service.EventHandlerService
 
setAppTypeStr(String) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setAvailability(boolean) - Method in class org.apache.oozie.coord.input.dependency.CoordInputInstance
 
setBoolean(String, boolean) - Static method in class org.apache.oozie.service.ConfigurationService
 
setBundle(BundleJobBean) - Method in class org.apache.oozie.client.rest.BulkResponseImpl
Sets the bundle comprising this bulk response object
setBundleActionId(String) - Method in class org.apache.oozie.BundleActionBean
bundleActionId to set
setBundleId(String) - Method in class org.apache.oozie.BundleActionBean
Set the Bundle Id.
setBundleId(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setBundleId(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setBundleName(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setBytes(byte[]) - Method in class org.apache.oozie.BinaryBlob
Set bytes
setConcurrency(int) - Method in class org.apache.oozie.CoordinatorJobBean
 
setConf(String) - Method in class org.apache.oozie.BundleJobBean
Set conf
setConf(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setConf(Configuration) - Static method in class org.apache.oozie.util.DateUtils
Configures the Datetime parsing with Oozie processing timezone.
setConf(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setConf(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setConfBlob(StringBlob) - Method in class org.apache.oozie.BundleJobBean
 
setConfBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorJobBean
 
setConfBlob(StringBlob) - Method in class org.apache.oozie.WorkflowActionBean
 
setConfBlob(StringBlob) - Method in class org.apache.oozie.WorkflowJobBean
 
setConsoleUrl(String) - Method in class org.apache.oozie.BundleJobBean
Set consoleUrl
setConsoleUrl(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setConsoleUrl(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set the coordinate application console URL.
setConsoleUrl(String) - Method in class org.apache.oozie.WorkflowActionBean
Set console URL
setConsoleUrl(String) - Method in class org.apache.oozie.WorkflowJobBean
Set the workflow job console URL.
setCoordId(String) - Method in class org.apache.oozie.BundleActionBean
Set the coordinator Id.
setCoordinator(CoordinatorJobBean) - Method in class org.apache.oozie.client.rest.BulkResponseImpl
Sets the coordinator comprising this bulk response object
setCoordJobs(List<CoordinatorJobBean>) - Method in class org.apache.oozie.BundleJobBean
Set coordJobs
setCoordName(String) - Method in class org.apache.oozie.BundleActionBean
Set the Coordinator name.
setCpuMonitorTime(String) - Method in class org.apache.oozie.servlet.JVMInfo
 
setCreatedConf(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setCreatedConfBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorActionBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
Set created time
setCreatedTime(Date) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
 
setCreatedTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setCreatedTimestamp(Timestamp) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setCreatedTimestamp(Timestamp) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setCred(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setCredentialPropertyToActionConf(ActionExecutor.Context, WorkflowAction, Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
setCredentialTokens(JobConf, ActionExecutor.Context, WorkflowAction, HashMap<String, CredentialsProperties>) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
setCritical() - Method in class org.apache.oozie.BundleActionBean
Set that this bundle action is critical.
setData(String) - Method in class org.apache.oozie.WorkflowActionBean
Set data
setDataBlob(StringBlob) - Method in class org.apache.oozie.WorkflowActionBean
 
setDataSets(String) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
setDateInput(Date) - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
setDelay(long, TimeUnit) - Method in class org.apache.oozie.util.PriorityDelayQueue.QueueElement
Set the delay of the element.
setDeleteList(Collection<String>) - Method in class org.apache.oozie.executor.jpa.BundleJobsDeleteJPAExecutor
Sets the delete list for BundleJobBeans
setDeleteList(Collection<String>) - Method in class org.apache.oozie.executor.jpa.CoordActionsDeleteJPAExecutor
Sets the delete list for CoordinatorActionBeans
setDeleteList(Collection<String>) - Method in class org.apache.oozie.executor.jpa.CoordJobsDeleteJPAExecutor
Sets the delete list for CoordinatorJobBeans
setDeleteList(Collection<String>) - Method in class org.apache.oozie.executor.jpa.WorkflowJobsDeleteJPAExecutor
Sets the delete list for WorkflowJobBeans
setDependencyMap(Map<String, List<CoordInputInstance>>) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
setDependencyMet(boolean) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
setDependencyMet(boolean) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Sets the dependency meet.
setDependencyMet(boolean) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
setDevContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setDoneFlag(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setDoneMaterialization() - Method in class org.apache.oozie.CoordinatorJobBean
Set doneMaterialization to true
setDoneMaterialization(int) - Method in class org.apache.oozie.CoordinatorJobBean
Set doneMaterialization
setEndData(WorkflowAction.Status, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set the action end completion information for a completed action.
setEndData(WorkflowAction.Status, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setEndData(WorkflowAction.Status, String) - Method in class org.apache.oozie.WorkflowActionBean
Set the completion information for an action end.
setEnded(boolean) - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
setEndMiss(boolean) - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
setEndOfDuration(TimeUnit) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setEndOfDuration(TimeUnit) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setEndTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setEndTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setEndTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
Set end time
setEndTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setEndTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setEndTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set end timestamp
setErrorCode(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setErrorCode(String) - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
setErrorCode(String) - Method in class org.apache.oozie.event.WorkflowActionEvent
 
setErrorCode(String) - Method in class org.apache.oozie.event.WorkflowJobEvent
 
setErrorInfo(String, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
 
setErrorInfo(String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setErrorInfo(String, String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setErrorInfo(String, String) - Method in class org.apache.oozie.WorkflowActionBean
Set the error Info
setErrorMessage(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setErrorMessage(String) - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
setErrorMessage(String) - Method in class org.apache.oozie.event.WorkflowActionEvent
 
setErrorMessage(String) - Method in class org.apache.oozie.event.WorkflowJobEvent
 
setEvent_id(long) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setEventProcessed(int) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setEventProcessed(int) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setEventStatus(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setEventStatus(SLAEvent.EventStatus) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setEventStatus(SLAEvent.EventStatus) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setEventType(String) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setExceptionListener(ExceptionListener) - Method in interface org.apache.oozie.jms.ConnectionContext
Set the exception Listener
setExceptionListener(ExceptionListener) - Method in class org.apache.oozie.jms.DefaultConnectionContext
 
setExecution(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set execution order
setExecutionData(String, Properties) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set the action execution completion information for an action.
setExecutionData(String, Properties) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setExecutionData(String, Properties) - Method in class org.apache.oozie.WorkflowActionBean
Set the completion information for an action start.
setExecutionOrder(CoordinatorJob.Execution) - Method in class org.apache.oozie.CoordinatorJobBean
Set order
setExecutionPath(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the node execution path.
setExecutionStats(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set execution statistics information for a particular action.
setExecutionStats(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setExecutionStats(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the action statistics info for the workflow action.
setExpectedDuration(String, SLARegistrationBean) - Static method in class org.apache.oozie.sla.SLAOperations
 
setExpectedDuration(long) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setExpectedDuration(long) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setExpectedEnd(Date) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setExpectedEnd(String, Date, SLARegistrationBean) - Static method in class org.apache.oozie.sla.SLAOperations
 
setExpectedEnd(Date) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setExpectedEnd(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setExpectedEnd(Date) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setExpectedStart(Date) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setExpectedStart(String, Date, SLARegistrationBean) - Static method in class org.apache.oozie.sla.SLAOperations
 
setExpectedStart(Date) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setExpectedStart(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setExpectedStart(Date) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setExternalChildIDs(String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set external child IDs for a particular action (Eg: pig).
setExternalChildIDs(String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setExternalChildIDs(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the external child IDs for the workflow action.
setExternalChildIDsBlob(StringBlob) - Method in class org.apache.oozie.WorkflowActionBean
Set external child ids
setExternalId(String) - Method in class org.apache.oozie.BundleJobBean
Set externalId
setExternalId(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setExternalId(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setExternalId(String) - Method in class org.apache.oozie.WorkflowActionBean
Set external Id
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.command.wf.ActionXCommand.ActionExecutorContext
 
setExternalStatus(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setExternalStatus(String) - Method in class org.apache.oozie.WorkflowActionBean
Set external status
setFileNamePattern(String) - Method in class org.apache.oozie.util.OozieRollingPolicy
 
setFilterPattern(Pattern) - Method in class org.apache.oozie.util.XLogFilter
 
setFrequency(String) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setFrequency(int) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setFrequency(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setGroup(String) - Method in class org.apache.oozie.BundleJobBean
Set group
setGroup(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setGroup(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setGroupName(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setHadoopId(String) - Method in class org.apache.oozie.event.WorkflowActionEvent
 
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.
setId(String) - Method in class org.apache.oozie.BundleJobBean
Set id
setId(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setId(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setId(String) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setId(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setId(String) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setId(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setId(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setInitInstance(Date) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setInterruptMode(boolean) - Method in class org.apache.oozie.command.XCommand
set the mode of execution for the callable.
setInterruptMode(boolean) - Method in interface org.apache.oozie.util.XCallable
set the mode of execution for the callable.
setJNDIProperties(Properties) - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
Set the JNDI properties for jms connection
setJob(Job) - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
setJob(Job) - Method in class org.apache.oozie.command.TransitionXCommand
Set the Job for the command.
setJobData(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setJobData(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setJobId(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setJobId(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setJobId(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the job id.
setJobInfo(boolean) - Static method in class org.apache.oozie.action.hadoop.OozieJobInfo
 
setJobStatus(SLAEvent.Status) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setJobStatus(Job.Status) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setJobStatus(String) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setJobStatus(String) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setJobStatus(SLAEvent.Status) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setJobStatusStr(String) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setJobXml(String) - Method in class org.apache.oozie.BundleJobBean
 
setJobXml(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set job xml
setJobXmlBlob(StringBlob) - Method in class org.apache.oozie.BundleJobBean
 
setJobXmlBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorJobBean
 
setKickoffTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setKickoffTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setLastActionNumber(int) - Method in class org.apache.oozie.CoordinatorJobBean
 
setLastActionTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setLastActionTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set last action timestamp
setLastCheckTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
Sets the action last check time
setLastModifiedTime(Date) - Method in class org.apache.oozie.BundleActionBean
Set Last modified time.
setLastModifiedTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
Set last modified time
setLastModifiedTime(Date) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setLastModifiedTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.BundleActionBean
Set Last modified time.
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setLastModifiedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set last modified timestamp
setLastSeqId(long) - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
Set lastSeqId
setLibFilesArchives(ActionExecutor.Context, Element, Path, Configuration) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
setLimit(int) - Method in class org.apache.oozie.executor.jpa.CoordJobsToBeMaterializedJPAExecutor
 
setListInConf(String, Element, Configuration, String, boolean) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
This method read a list of tag from an XML element and set the Configuration accordingly
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.NotificationXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.KillXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
setLogInfo() - Method in class org.apache.oozie.command.XCommand
Set the thread local logInfo with the context of this command and reset log prefix.
setLogInfo(String) - Method in class org.apache.oozie.servlet.JsonRestServlet
Set the thread local log info with the given information.
setLogInfo(CoordinatorJobBean) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the context of the given coordinator bean.
setLogInfo(CoordinatorActionBean) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the context of the given coordinator action bean.
setLogInfo(WorkflowJobBean) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the context of the given workflow bean.
setLogInfo(WorkflowActionBean) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the context of the given action bean.
setLogInfo(WorkflowAction) - Static method in class org.apache.oozie.util.LogUtils
 
setLogInfo(String) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the given id.
setLogInfo(BundleJobBean) - Static method in class org.apache.oozie.util.LogUtils
Set the thread local log info with the context of the given bundle bean.
setLogInfo(XLog, String, String, String) - Static method in class org.apache.oozie.util.LogUtils
 
setLogLevel(String) - Method in class org.apache.oozie.util.XLogFilter
 
setLogPrefix(XLog, Event) - Static method in class org.apache.oozie.util.LogUtils
 
setLogToken(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the job log token.
setLogToken(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setMatThrottling(int) - Method in class org.apache.oozie.CoordinatorJobBean
 
setMaxHistory(int) - Method in class org.apache.oozie.util.OozieRollingPolicy
 
setMaxRetries(int) - Method in class org.apache.oozie.action.ActionExecutor
Set the maximum number of retries for the action executor.
setMissingDependencies(String) - Method in interface org.apache.oozie.coord.input.dependency.CoordInputDependency
Sets the missing dependencies.
setMissingDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.CoordOldInputDependency
 
setMissingDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
setMissingDependencies(String) - Method in class org.apache.oozie.coord.input.dependency.CoordPushInputDependency
 
setMissingDependencies(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setMissingDependenciesBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorActionBean
 
setMissingDeps(String) - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
setMsgPrefix(String) - Method in class org.apache.oozie.util.XLog
Set the common prefix.
setMsgType(Event.MessageType) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setName(String) - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Set the name
setName(String) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setName(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setName(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setNextMaterializedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setNextMaterializedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set next materialized timestamp
setNominalEnd(Date) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setNominalStart(Date) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setNominalTime(Date) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setNominalTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setNominalTime(Date) - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
setNominalTime(String, SLARegistrationBean) - Static method in class org.apache.oozie.sla.SLAOperations
 
setNominalTime(Date) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setNominalTime(Date) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setNotificationMsg(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setNotificationMsg(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setNumActions(int) - Method in class org.apache.oozie.CoordinatorJobBean
 
setOozieDbName(String) - Static method in class org.apache.oozie.store.OozieSchema
 
setOozieHome() - Static method in class org.apache.oozie.service.Services
 
setOozieMode(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.oozie.servlet.BaseAdminServlet
 
setOozieMode(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.oozie.servlet.V0AdminServlet
 
setOozieMode(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.oozie.servlet.V1AdminServlet
 
setOrigJobXml(String) - Method in class org.apache.oozie.BundleJobBean
 
setOrigJobXml(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set original job xml
setOrigJobXmlBlob(StringBlob) - Method in class org.apache.oozie.BundleJobBean
 
setOrigJobXmlBlob(StringBlob) - 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.XLogFilter
 
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
Deprecated.
 
setParentId(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setParentId(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setParentId(String) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setParentId(String) - Method in class org.apache.oozie.WorkflowJobBean
Set parent id for the workflow.
setParentSlaId(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setPauseTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setPauseTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setPauseTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setPending(int) - Method in class org.apache.oozie.BundleActionBean
Set some actions are in progress for particular bundle action.
setPending() - Method in class org.apache.oozie.BundleJobBean
Set pending to true
setPending(int) - Method in class org.apache.oozie.BundleJobBean
Set pending value
setPending(int) - Method in class org.apache.oozie.CoordinatorActionBean
Set some actions are in progress for particular coordinator action.
setPending() - Method in class org.apache.oozie.CoordinatorJobBean
Set pending to true
setPending() - Method in class org.apache.oozie.WorkflowActionBean
Set the action as pending and the current time as pending.
setPending(int) - Method in class org.apache.oozie.WorkflowActionBean
Set pending flag
setPendingAge(Date) - Method in class org.apache.oozie.WorkflowActionBean
Set a time when the action will be pending, normally a time in the future.
setPendingOnly() - Method in class org.apache.oozie.WorkflowActionBean
Set the action pending flag to true.
setPigScript(Configuration, String, String[], String[]) - Static method in class org.apache.oozie.action.hadoop.PigActionExecutor
 
setProperties(HashMap<String, String>) - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Set the properties
setProtoActionConf(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setProtoActionConfBlob(StringBlob) - Method in class org.apache.oozie.WorkflowJobBean
 
setPullDependencies(CoordInputDependency) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setPullInputDependencies(CoordInputDependency) - Method in class org.apache.oozie.CoordinatorActionBean
 
setPushDependencies(CoordInputDependency) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setPushInputDependencies(CoordInputDependency) - Method in class org.apache.oozie.CoordinatorActionBean
 
setPushMissingDependencies(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setPushMissingDependenciesBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorActionBean
 
setQaContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setRerunTime(Date) - Method in class org.apache.oozie.CoordinatorActionBean
 
setResolved(boolean) - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
setResolvedList(List<String>) - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
setRestrictParser(boolean) - Method in class org.apache.oozie.util.XConfiguration
Restrict the parser
setRestrictSystemProperties(boolean) - Method in class org.apache.oozie.util.XConfiguration
Restrict reading property from System.getProperty()
setRetries(int) - Method in class org.apache.oozie.WorkflowActionBean
 
setRetry(int) - Method in class org.apache.oozie.command.NotificationXCommand
 
setRetryInterval(long) - Method in class org.apache.oozie.action.ActionExecutor
Sets the retry interval for the action executor.
setRetryPolicy(ActionExecutor.RETRYPOLICY) - Method in class org.apache.oozie.action.ActionExecutor
Sets the retry policy for the action executor.
setRun(int) - Method in class org.apache.oozie.WorkflowJobBean
 
setRunConf(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setRunConfBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorActionBean
 
setScheduler(ScheduledExecutorService) - Method in class org.apache.oozie.util.Instrumentation
Set the scheduler instance to handle the samplers.
setScheduler(ScheduledExecutorService) - Method in class org.apache.oozie.util.MetricsInstrumentation
Set the scheduler instance to handle the samplers.
setSeContact(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setService(Class<? extends Service>) - Method in class org.apache.oozie.service.Services
Set a service programmatically.
setShouldEndWF(boolean) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setSignalValue(String) - Method in class org.apache.oozie.WorkflowActionBean
Set the signal value for the action.
setSlaConfig(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setSlaId(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setSLARegistrationBean(SLARegistrationBean) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setSLAStatus(String) - Method in class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
setSLAStatus(SLAEvent.SLAStatus) - Method in class org.apache.oozie.sla.SLACalcStatus
 
setSLAStatus(SLAEvent.SLAStatus) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setSlaXml(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setSlaXml(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set sla xml
setSlaXml(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setSlaXml(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setSlaXmlBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorActionBean
 
setSlaXmlBlob(StringBlob) - Method in class org.apache.oozie.CoordinatorJobBean
 
setSlaXmlBlob(StringBlob) - Method in class org.apache.oozie.WorkflowActionBean
 
setSlaXmlBlob(StringBlob) - Method in class org.apache.oozie.WorkflowJobBean
 
setStartData(String, String, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set the action tracking information for an successfully started action.
setStartData(String, String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setStartData(String, String, String) - Method in class org.apache.oozie.WorkflowActionBean
Set a tracking information for an action, and set the action status to WorkflowAction.Status.DONE
setStartTime(Date) - Method in class org.apache.oozie.BundleJobBean
Set startTime
setStartTime() - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
Setting the start time of the action
setStartTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
 
setStartTime(Date) - Method in class org.apache.oozie.WorkflowActionBean
Set start time
setStartTime(Date) - Method in class org.apache.oozie.WorkflowJobBean
 
setStartTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setStartTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set start timestamp
setStats(String) - Method in class org.apache.oozie.WorkflowActionBean
Set stats
setStatsBlob(StringBlob) - Method in class org.apache.oozie.WorkflowActionBean
 
setStatus(Job.Status) - Method in class org.apache.oozie.BundleActionBean
Set the Status of the Bundle Action
setStatus(Job.Status) - Method in class org.apache.oozie.BundleJobBean
Set status
setStatus(String) - Method in class org.apache.oozie.BundleJobBean
Set status
setStatus(CoordInputLogicEvaluatorResult.STATUS) - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult
 
setStatus(CoordinatorAction.Status) - Method in class org.apache.oozie.CoordinatorActionBean
 
setStatus(Job.Status) - Method in class org.apache.oozie.CoordinatorJobBean
 
setStatus(Job.Status) - Method in class org.apache.oozie.event.BundleJobEvent
 
setStatus(CoordinatorAction.Status) - Method in class org.apache.oozie.event.CoordinatorActionEvent
 
setStatus(Job.Status) - Method in class org.apache.oozie.event.CoordinatorJobEvent
 
setStatus(WorkflowAction.Status) - Method in class org.apache.oozie.event.WorkflowActionEvent
 
setStatus(WorkflowJob.Status) - Method in class org.apache.oozie.event.WorkflowJobEvent
 
setStatus(WorkflowInstance.Status) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
setStatus(WorkflowAction.Status) - Method in class org.apache.oozie.WorkflowActionBean
Set status of job
setStatus(WorkflowJob.Status) - Method in class org.apache.oozie.WorkflowJobBean
 
setStatusStr(String) - Method in class org.apache.oozie.BundleActionBean
Set the Status of the Bundle Action
setStatusStr(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setStatusStr(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set status
setStatusStr(String) - Method in class org.apache.oozie.WorkflowActionBean
Set status
setStatusStr(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setStatusTimestamp(Date) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setStatusTimestamp(Date) - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
setStreaming(Configuration, String, String, String, String[], String[]) - Static method in class org.apache.oozie.action.hadoop.MapReduceActionExecutor
 
setString(String) - Method in class org.apache.oozie.StringBlob
Set string
setSuspendedTime(Date) - Method in class org.apache.oozie.BundleJobBean
 
setSuspendedTime(Date) - Method in class org.apache.oozie.CoordinatorJobBean
Set suspended time
setSuspendedTimestamp(Timestamp) - Method in class org.apache.oozie.BundleJobBean
 
setSuspendedTimestamp(Timestamp) - Method in class org.apache.oozie.CoordinatorJobBean
Set suspended timestamp
setSystemMode(OozieClient.SYSTEM_MODE) - Method in class org.apache.oozie.service.Services
Set and set system mode.
setThreadSortOrder(String) - Method in class org.apache.oozie.servlet.JVMInfo
 
setTimeOut(int) - Method in class org.apache.oozie.BundleJobBean
Set timeOut
setTimeOut(int) - Method in class org.apache.oozie.CoordinatorActionBean
 
setTimeout(int) - Method in class org.apache.oozie.CoordinatorJobBean
 
setTimeUnit(BundleJob.Timeunit) - Method in class org.apache.oozie.BundleJobBean
Set timeUnit
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
 
setTimeUnitStr(String) - Method in class org.apache.oozie.CoordinatorJobBean
Set time unit
setTimeZone(TimeZone) - Method in class org.apache.oozie.coord.SyncCoordAction
 
setTimeZone(TimeZone) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setTimeZone(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setTopicPatternProperties(Properties) - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
Set the topic pattern properties
setTopicPrefix(String) - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
Sets the topic prefix
setTrackerUri(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setTrackerUri(String) - Method in class org.apache.oozie.WorkflowActionBean
Set tracker uri
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.WorkflowActionBean
Set transition
setType(String) - Method in class org.apache.oozie.action.hadoop.CredentialsProperties
Set the type
setType(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setType(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
setType(String) - Method in class org.apache.oozie.WorkflowActionBean
 
setupLauncherConf(Configuration, Element, Path, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.ScriptLanguageActionExecutor
 
setupLauncherConf(Configuration, Element, Path, ActionExecutor.Context) - Method in class org.apache.oozie.action.hadoop.ShellActionExecutor
 
setupLauncherInfo(JobConf, String, String, Path, String, Configuration, String) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
setupLauncherURIHandlerConf(Configuration) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
setupMainArguments(Configuration, String[]) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
setupMainClass(Configuration, String) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
setupMaxExternalStatsSize(Configuration, int) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Set the maximum value of stats data
setupMaxFSGlob(Configuration, int) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
Set the maximum number of globbed files/dirs
setupMaxOutputData(Configuration, int) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
setupRemote(String, ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Do ssh action execution setup on remote host.
setUpstreamApps(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setUpstreamApps(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setupYarnRestartHandling(JobConf, Configuration, String, long) - Static method in class org.apache.oozie.action.hadoop.LauncherMapperHelper
 
setUriTemplate(String) - Method in class org.apache.oozie.coord.SyncCoordDataset
 
setUser(String) - Method in class org.apache.oozie.BundleJobBean
Set user
setUser(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
setUser(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
setUser(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
setUser(String) - Method in class org.apache.oozie.sla.SLASummaryBean
 
setUser(String) - Method in class org.apache.oozie.WorkflowJobBean
 
setUserLogFilter(XLogUserFilterParam) - Method in class org.apache.oozie.util.XLogFilter
 
setUserRetryCount(int) - Method in class org.apache.oozie.WorkflowActionBean
 
setUserRetryInterval(int) - Method in class org.apache.oozie.WorkflowActionBean
 
setUserRetryMax(int) - Method in class org.apache.oozie.WorkflowActionBean
Set user retry max
setUserRetryPolicy(String) - Method in class org.apache.oozie.workflow.lite.NodeDef
 
setValue(Object, Object) - Method in class org.apache.oozie.util.db.SqlStatement
Replace the place holders with actual values in the sql statement
setVar(String, String) - Method in interface org.apache.oozie.action.ActionExecutor.Context
Set a workflow action variable.
setVar(String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
setVar(String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ForkedActionExecutorContext
 
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.
setVarToWorkflow(String, String) - Method in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
This is not thread safe, don't use if workflowjob is shared among multiple actions command
setWfInstanceBlob(BinaryBlob) - Method in class org.apache.oozie.WorkflowJobBean
 
setWorkflowInstance(WorkflowInstance) - Method in class org.apache.oozie.WorkflowJobBean
 
SHARE_LIB_CONF_PREFIX - Static variable in class org.apache.oozie.service.ShareLibService
 
SHARE_LIB_PREFIX - Static variable in class org.apache.oozie.service.ShareLibService
 
SHARELIB_MAPPING_FILE - Static variable in class org.apache.oozie.service.ShareLibService
 
ShareLibService - Class in org.apache.oozie.service
 
ShareLibService() - Constructor for class org.apache.oozie.service.ShareLibService
 
ShellActionExecutor - Class in org.apache.oozie.action.hadoop
 
ShellActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.ShellActionExecutor
 
SHIP_LAUNCHER_JAR - Static variable in class org.apache.oozie.service.ShareLibService
 
SHOULD_END - Static variable in class org.apache.oozie.sla.SLAOperations
 
SHOULD_START - Static variable in class org.apache.oozie.sla.SLAOperations
 
shouldAddScriptToCache() - Method in class org.apache.oozie.action.hadoop.Hive2ActionExecutor
 
shouldAddScriptToCache() - Method in class org.apache.oozie.action.hadoop.HiveActionExecutor
 
shouldAddScriptToCache() - Method in class org.apache.oozie.action.hadoop.ScriptLanguageActionExecutor
 
signal(String, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
signal(String, String) - Method in interface org.apache.oozie.workflow.WorkflowInstance
Signal the instance that a node has completed.
SignalXCommand - Class in org.apache.oozie.command.wf
 
SignalXCommand(String, int, String) - Constructor for class org.apache.oozie.command.wf.SignalXCommand
 
SignalXCommand(String, String) - Constructor for class org.apache.oozie.command.wf.SignalXCommand
 
SimpleHCatDependencyCache - Class in org.apache.oozie.dependency.hcat
 
SimpleHCatDependencyCache() - Constructor for class org.apache.oozie.dependency.hcat.SimpleHCatDependencyCache
 
SimpleTimestampedMessageParser - Class in org.apache.oozie.util
A simplified version of TimestampedMessageParser which doesn't do any filtering when reading the lines from the Reader.
SimpleTimestampedMessageParser(BufferedReader, XLogFilter) - Constructor for class org.apache.oozie.util.SimpleTimestampedMessageParser
 
SITE_CONFIG_FILE - Static variable in class org.apache.oozie.service.ConfigurationService
 
size() - Method in interface org.apache.oozie.event.EventQueue
Get current queue size
size() - Method in class org.apache.oozie.event.MemoryEventQueue
 
size() - Method in class org.apache.oozie.lock.MemoryLocks
Return the number of active locks.
size() - Method in interface org.apache.oozie.sla.SLACalculator
 
size() - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
size() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the number of elements in the queue.
sizes() - Method in class org.apache.oozie.util.PriorityDelayQueue
Return the number of elements on each priority sub-queue.
SLA_CONF_EXT_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
SLA_CONF_SCHEMAS - Static variable in class org.apache.oozie.service.SchemaService
 
SLA_DEFAULT_MAXEVENTS - Static variable in class org.apache.oozie.command.coord.SLAEventsXCommand
 
SLA_ENTITYKEY_PREFIX - Static variable in class org.apache.oozie.sla.SLACalcStatus
 
SLA_NAME_SPACE_URI - Static variable in class org.apache.oozie.service.SchemaService
Deprecated.
SLA_NAMESPACE_URI_2 - Static variable in class org.apache.oozie.service.SchemaService
 
SLAAlertsXCommand - Class in org.apache.oozie.command
 
SLAAlertsXCommand(String, String, String) - Constructor for class org.apache.oozie.command.SLAAlertsXCommand
 
SLACalcStatus - Class in org.apache.oozie.sla
Class used by SLAService to store SLA objects and perform calculations and sla decisions
SLACalcStatus(SLARegistrationBean) - Constructor for class org.apache.oozie.sla.SLACalcStatus
 
SLACalcStatus(SLASummaryBean, SLARegistrationBean) - Constructor for class org.apache.oozie.sla.SLACalcStatus
 
SLACalcStatus(SLASummaryBean) - Constructor for class org.apache.oozie.sla.SLACalcStatus
 
SLACalcStatus(SLACalcStatus) - Constructor for class org.apache.oozie.sla.SLACalcStatus
copy constructor
SLACalcStatus() - Constructor for class org.apache.oozie.sla.SLACalcStatus
 
SLACalculator - Interface in org.apache.oozie.sla
 
SLACalculatorMemory - Class in org.apache.oozie.sla
Implementation class for SLACalculator that calculates SLA related to start/end/duration of jobs using a memory-based map
SLACalculatorMemory() - Constructor for class org.apache.oozie.sla.SLACalculatorMemory
 
SLACalculatorMemory.HistoryPurgeWorker - Class in org.apache.oozie.sla
 
SLACalculatorMemory.HistoryPurgeWorker() - Constructor for class org.apache.oozie.sla.SLACalculatorMemory.HistoryPurgeWorker
 
slaChange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
slaConfigMapToString() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
SLACoordActionJobEventXCommand - Class in org.apache.oozie.command.sla
 
SLACoordActionJobEventXCommand(SLACalcStatus, long) - Constructor for class org.apache.oozie.command.sla.SLACoordActionJobEventXCommand
 
SLACoordActionJobHistoryXCommand - Class in org.apache.oozie.command.sla
 
SLACoordActionJobHistoryXCommand(String) - Constructor for class org.apache.oozie.command.sla.SLACoordActionJobHistoryXCommand
 
SLADbOperations - Class in org.apache.oozie.util.db
Deprecated.
SLADbOperations() - Constructor for class org.apache.oozie.util.db.SLADbOperations
Deprecated.
 
SLADbXOperations - Class in org.apache.oozie.util.db
Deprecated.
SLADbXOperations() - Constructor for class org.apache.oozie.util.db.SLADbXOperations
Deprecated.
 
slaDisableAlert(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
SLAEmailEventListener - Class in org.apache.oozie.sla.listener
 
SLAEmailEventListener() - Constructor for class org.apache.oozie.sla.listener.SLAEmailEventListener
 
SLAEmailEventListener.EmailField - Enum in org.apache.oozie.sla.listener
 
slaEnableAlert(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
SLAEventBean - Class in org.apache.oozie
Deprecated.
SLAEventBean() - Constructor for class org.apache.oozie.SLAEventBean
Deprecated.
 
SLAEventInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Deprecated.
SLAEventInsertJPAExecutor(SLAEventBean) - Constructor for class org.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
Deprecated.
 
SLAEventListener - Class in org.apache.oozie.sla.listener
Event listener for SLA related events, defining methods corresponding to SLA mets/misses
SLAEventListener() - Constructor for class org.apache.oozie.sla.listener.SLAEventListener
 
SLAEventsGetForFilterJPAExecutor - Class in org.apache.oozie.executor.jpa
Deprecated.
SLAEventsGetForFilterJPAExecutor(long, int, Map<String, List<String>>, long[]) - Constructor for class org.apache.oozie.executor.jpa.SLAEventsGetForFilterJPAExecutor
Deprecated.
 
SLAEventsGetForSeqIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Deprecated.
SLAEventsGetForSeqIdJPAExecutor(long, int, long[]) - Constructor for class org.apache.oozie.executor.jpa.SLAEventsGetForSeqIdJPAExecutor
Deprecated.
 
SLAEventsGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Deprecated.
SLAEventsGetJPAExecutor() - Constructor for class org.apache.oozie.executor.jpa.SLAEventsGetJPAExecutor
Deprecated.
 
SLAEventsXCommand - Class in org.apache.oozie.command.coord
The command to get a list of SLAEvents which are greater than given seqId.
SLAEventsXCommand(long, int, Map<String, List<String>>) - Constructor for class org.apache.oozie.command.coord.SLAEventsXCommand
 
SLAJobEventListener - Class in org.apache.oozie.sla.listener
 
SLAJobEventListener() - Constructor for class org.apache.oozie.sla.listener.SLAJobEventListener
 
SLAJobEventXCommand - Class in org.apache.oozie.command.sla
 
SLAJobEventXCommand(SLACalcStatus, long) - Constructor for class org.apache.oozie.command.sla.SLAJobEventXCommand
 
SLAJobHistoryXCommand - Class in org.apache.oozie.command.sla
 
SLAJobHistoryXCommand(String) - Constructor for class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
slaMap - Variable in class org.apache.oozie.sla.SLACalculatorMemory
 
SLAOperations - Class in org.apache.oozie.sla
 
SLAOperations() - Constructor for class org.apache.oozie.sla.SLAOperations
 
SLARegistrationBean - Class in org.apache.oozie.sla
 
SLARegistrationBean() - Constructor for class org.apache.oozie.sla.SLARegistrationBean
 
SLARegistrationBean(JSONObject) - Constructor for class org.apache.oozie.sla.SLARegistrationBean
 
SLARegistrationQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor for SLA Event
SLARegistrationQueryExecutor.SLARegQuery - Enum in org.apache.oozie.executor.jpa
 
SLAService - Class in org.apache.oozie.sla.service
 
SLAService() - Constructor for class org.apache.oozie.sla.service.SLAService
 
SLAServlet - Class in org.apache.oozie.servlet
 
SLAServlet() - Constructor for class org.apache.oozie.servlet.SLAServlet
 
SLAServlet(String, JsonRestServlet.ResourceInfo...) - Constructor for class org.apache.oozie.servlet.SLAServlet
 
SLAStore - Class in org.apache.oozie.store
Deprecated.
SLAStore() - Constructor for class org.apache.oozie.store.SLAStore
Deprecated.
 
SLAStore(Store) - Constructor for class org.apache.oozie.store.SLAStore
Deprecated.
 
SLAStoreService - Class in org.apache.oozie.service
 
SLAStoreService() - Constructor for class org.apache.oozie.service.SLAStoreService
 
SLASummaryBean - Class in org.apache.oozie.sla
 
SLASummaryBean() - Constructor for class org.apache.oozie.sla.SLASummaryBean
 
SLASummaryBean(SLACalcStatus) - Constructor for class org.apache.oozie.sla.SLASummaryBean
 
SLASummaryGetForFilterJPAExecutor - Class in org.apache.oozie.executor.jpa.sla
Load the list of SLASummaryBean (for dashboard) and return the list.
SLASummaryGetForFilterJPAExecutor(SLASummaryGetForFilterJPAExecutor.SLASummaryFilter, int) - Constructor for class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor
 
SLASummaryGetForFilterJPAExecutor.SLASummaryFilter - Class in org.apache.oozie.executor.jpa.sla
 
SLASummaryGetForFilterJPAExecutor.SLASummaryFilter() - Constructor for class org.apache.oozie.executor.jpa.sla.SLASummaryGetForFilterJPAExecutor.SLASummaryFilter
 
SLASummaryGetRecordsOnRestartJPAExecutor - Class in org.apache.oozie.executor.jpa.sla
Load the list of SLASummaryBean when Oozie restarts and return the list.
SLASummaryGetRecordsOnRestartJPAExecutor(int) - Constructor for class org.apache.oozie.executor.jpa.sla.SLASummaryGetRecordsOnRestartJPAExecutor
 
SLASummaryQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor for SLA Event
SLASummaryQueryExecutor.SLASummaryQuery - Enum in org.apache.oozie.executor.jpa
 
SLAWorkflowActionJobEventXCommand - Class in org.apache.oozie.command.sla
 
SLAWorkflowActionJobEventXCommand(SLACalcStatus, long) - Constructor for class org.apache.oozie.command.sla.SLAWorkflowActionJobEventXCommand
 
SLAWorkflowActionJobHistoryXCommand - Class in org.apache.oozie.command.sla
 
SLAWorkflowActionJobHistoryXCommand(String) - Constructor for class org.apache.oozie.command.sla.SLAWorkflowActionJobHistoryXCommand
 
SLAWorkflowJobEventXCommand - Class in org.apache.oozie.command.sla
 
SLAWorkflowJobEventXCommand(SLACalcStatus, long) - Constructor for class org.apache.oozie.command.sla.SLAWorkflowJobEventXCommand
 
SLAWorkflowJobHistoryXCommand - Class in org.apache.oozie.command.sla
 
SLAWorkflowJobHistoryXCommand(String) - Constructor for class org.apache.oozie.command.sla.SLAWorkflowJobHistoryXCommand
 
SLAXCommandFactory - Class in org.apache.oozie.sla
A factory for creating SLACommand objects.
SLAXCommandFactory() - Constructor for class org.apache.oozie.sla.SLAXCommandFactory
 
SMTP_CONNECTION_TIMEOUT - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
SMTP_TIMEOUT - Static variable in class org.apache.oozie.sla.listener.SLAEmailEventListener
 
SPARK_CLASS - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SPARK_CONFIGURATIONS - Static variable in class org.apache.oozie.service.SparkConfigurationService
 
SPARK_CONFIGURATIONS_BLACKLIST - Static variable in class org.apache.oozie.service.SparkConfigurationService
 
SPARK_CONFIGURATIONS_IGNORE_SPARK_YARN_JAR - Static variable in class org.apache.oozie.service.SparkConfigurationService
 
SPARK_JAR - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SPARK_JOB_NAME - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SPARK_MAIN_CLASS_NAME - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SPARK_MASTER - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SPARK_MODE - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SPARK_OPTS - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SparkActionExecutor - Class in org.apache.oozie.action.hadoop
 
SparkActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.SparkActionExecutor
 
SparkConfigurationService - Class in org.apache.oozie.service
 
SparkConfigurationService() - Constructor for class org.apache.oozie.service.SparkConfigurationService
 
splitLogMessage(String) - Method in class org.apache.oozie.util.XLogFilter
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
SqoopActionExecutor - Class in org.apache.oozie.action.hadoop
 
SqoopActionExecutor() - Constructor for class org.apache.oozie.action.hadoop.SqoopActionExecutor
 
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.control.ControlNodeActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.decision.DecisionActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
start(ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.ssh.SshActionExecutor
Start the ssh action execution.
start(String) - Method in class org.apache.oozie.BaseEngine
Start a job.
start(String) - Method in class org.apache.oozie.BundleEngine
 
start(String) - Method in class org.apache.oozie.CoordinatorEngine
Deprecated.
start(String) - Method in class org.apache.oozie.DagEngine
Start a job.
start() - Static method in class org.apache.oozie.local.LocalOozie
Start LocalOozie.
start(String) - Method in class org.apache.oozie.LocalOozieClient
Start a workflow job.
start(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Deprecated.
start(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
 
start(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
 
start() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Start the servlet container.
start() - Method in class org.apache.oozie.util.Instrumentation.Cron
Start the cron.
start(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ActionNodeHandler
 
start(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.DecisionNodeHandler
 
start() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
START - Static variable in class org.apache.oozie.workflow.lite.StartNodeDef
Reserved name fo the start node.
start() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Start the instance.
START_DATA_MISSING - Static variable in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
START_DATA_MISSING - Static variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
START_TIME - Static variable in class org.apache.oozie.util.XLogUserFilterParam
 
StartActionExecutor - Class in org.apache.oozie.action.control
Action executor for START control node.
StartActionExecutor() - Constructor for class org.apache.oozie.action.control.StartActionExecutor
 
StartChildren() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
StartChildren() - Method in class org.apache.oozie.command.StartTransitionXCommand
Start actions associated with the job
startCron() - Method in class org.apache.oozie.servlet.JsonRestServlet
Start the request instrumentation cron.
startForkedActions(List<WorkflowActionBean>) - Method in class org.apache.oozie.command.wf.SignalXCommand
 
startForkedActionsByQueuing(List<WorkflowActionBean>) - Method in class org.apache.oozie.command.wf.SignalXCommand
 
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(Class<? extends ControlNodeHandler>, 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
 
startSLAWorker() - Method in class org.apache.oozie.sla.service.SLAService
 
startTime - Variable in class org.apache.oozie.service.UUIDService
 
StartTransitionXCommand - Class in org.apache.oozie.command
Transition command for start the job.
StartTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.StartTransitionXCommand
The constructor for abstract class StartTransitionXCommand
StartTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.StartTransitionXCommand
The constructor for abstract class StartTransitionXCommand
StartXCommand - Class in org.apache.oozie.command.wf
Starting the command.
StartXCommand(String) - Constructor for class org.apache.oozie.command.wf.StartXCommand
 
stateChanged(CuratorFramework, ConnectionState) - Method in class org.apache.oozie.event.listener.ZKConnectionListener
 
StatusTransitService - Class in org.apache.oozie.service
StateTransitService is scheduled to run at the configured interval.
StatusTransitService() - Constructor for class org.apache.oozie.service.StatusTransitService
 
StatusTransitService.StatusTransitRunnable - Class in org.apache.oozie.service
StateTransitRunnable is the runnable which is scheduled to run at the configured interval.
StatusTransitService.StatusTransitRunnable() - Constructor for class org.apache.oozie.service.StatusTransitService.StatusTransitRunnable
 
StatusTransitXCommand - Class in org.apache.oozie.command
StatusTransitXCommand is super class for Status Transit Command, it defines layout for Status Transit Commands.
StatusTransitXCommand(String, String, int) - Constructor for class org.apache.oozie.command.StatusTransitXCommand
Instantiates a new status transit x command.
StatusUpdateXCommand - Class in org.apache.oozie.command
Transition command for update status.
StatusUpdateXCommand(String, String, int) - Constructor for class org.apache.oozie.command.StatusUpdateXCommand
The constructor for abstract class StatusUpdateXCommand
StatusUpdateXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.StatusUpdateXCommand
The constructor for abstract class StatusUpdateXCommand
StatusUtils - Class in org.apache.oozie.util
 
StatusUtils() - Constructor for class org.apache.oozie.util.StatusUtils
 
STD - Static variable in class org.apache.oozie.util.XLog
Mask for logging to the standard log.
stop() - Static method in class org.apache.oozie.local.LocalOozie
Stop LocalOozie.
stop() - Method in class org.apache.oozie.test.EmbeddedServletContainer
Stop the servlet container.
stop() - Method in class org.apache.oozie.util.Instrumentation.Cron
Stops the cron.
stop() - Method in class org.apache.oozie.util.Instrumentation
 
stop() - Method in class org.apache.oozie.util.MetricsInstrumentation
Reporting final metrics into the server before stopping
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
 
storeToDB(String, Element, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
Write a coordinator job into database
storeToDB(String, Element, CoordinatorJobBean) - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
STREAM_BUFFER_LEN - Static variable in class org.apache.oozie.service.XLogStreamingService
 
streamAuditLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.BaseEngine
Stream Audit log of a job.
streamAuditLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.BundleEngine
 
streamAuditLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.CoordinatorEngine
 
streamAuditLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.DagEngine
Stream the audit log of a job.
streamAuditLog(XLogFilter, Date, Date, Writer, Map<String, String[]>) - Method in class org.apache.oozie.service.XLogStreamingService
Stream the audit log of a job.
streamAuditLog(XLogFilter, Date, Date, Writer, Map<String, String[]>) - Method in class org.apache.oozie.service.ZKXLogStreamingService
Stream the audit log of a job.
streamErrorLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.BaseEngine
Stream error log of a job.
streamErrorLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.BundleEngine
 
streamErrorLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.CoordinatorEngine
 
streamErrorLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.DagEngine
Stream the error log of a job.
streamErrorLog(XLogFilter, Date, Date, Writer, Map<String, String[]>) - Method in class org.apache.oozie.service.XLogStreamingService
Stream the error log of a job.
streamErrorLog(XLogFilter, Date, Date, Writer, Map<String, String[]>) - Method in class org.apache.oozie.service.ZKXLogStreamingService
Stream the error log of a job.
streamJobAuditLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
streamJobAuditLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
streamJobAuditLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
streamJobErrorLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
streamJobErrorLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
streamJobErrorLog(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V2JobServlet
 
streamJobGraph(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
streamJobGraph(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
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, Map<String, String[]>) - Method in class org.apache.oozie.BaseEngine
Stream the log of a job.
streamLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.BundleEngine
 
streamLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.CoordinatorEngine
 
streamLog(String, String, String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.CoordinatorEngine
Add list of actions to the filter based on conditions
streamLog(String, Writer, Map<String, String[]>) - Method in class org.apache.oozie.DagEngine
Stream the log of a job.
streamLog(XLogFilter, Date, Date, Writer, Map<String, String[]>) - Method in class org.apache.oozie.service.XLogStreamingService
Stream the log of a job.
streamLog(XLogFilter, Date, Date, Writer, Map<String, String[]>) - Method in class org.apache.oozie.service.ZKXLogStreamingService
Stream the log of a job.
streamLog(Writer, Date, Date, int) - Method in class org.apache.oozie.util.XLogStreamer
Gets the files that are modified between startTime and endTime in the given logPath and streams the log after applying the filters.
STRING_DEFAULT - Static variable in class org.apache.oozie.util.ConfigUtils
 
StringBlob - Class in org.apache.oozie
StringBlob to maintain compress and uncompressed data
StringBlob(byte[]) - Constructor for class org.apache.oozie.StringBlob
Construct string blob from compressed byte array
StringBlob(String) - Constructor for class org.apache.oozie.StringBlob
Construct StringBlob with uncompressed string
StringBlobValueHandler - Class in org.apache.oozie.executor.jpa
 
StringBlobValueHandler() - Constructor for class org.apache.oozie.executor.jpa.StringBlobValueHandler
 
StringSerializationUtil - Class in org.apache.oozie.util
This class provides a workaround for the 64k limit for string in DataOutput.
stringToProperties(String) - Static method in class org.apache.oozie.util.PropertiesUtils
 
submit() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
submit() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
submit() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
submit() - Method in class org.apache.oozie.command.SubmitTransitionXCommand
Submit the job
submit(Properties) - Method in class org.apache.oozie.LocalOozieClient
Submit a workflow job.
submit(Properties) - Method in class org.apache.oozie.LocalOozieClientCoord
Submit a coordinator job.
SUBMIT_DAY - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_DAYS - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_DAYS - Static variable in class org.apache.oozie.util.ELConstantsFunctions
 
SUBMIT_HOUR - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_HOURS - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_HOURS - Static variable in class org.apache.oozie.util.ELConstantsFunctions
 
SUBMIT_MINUTE - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_MINUTES - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_MINUTES - Static variable in class org.apache.oozie.util.ELConstantsFunctions
 
SUBMIT_MONTH - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SUBMIT_YEAR - Static variable in class org.apache.oozie.coord.CoordELConstants
 
SubmitHiveXCommand - Class in org.apache.oozie.command.wf
 
SubmitHiveXCommand(Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitHiveXCommand
 
submitHttpJob(Configuration, String) - Method in class org.apache.oozie.DagEngine
Submit a pig/hive/mapreduce job through HTTP.
SubmitHttpXCommand - Class in org.apache.oozie.command.wf
 
SubmitHttpXCommand(String, String, Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitHttpXCommand
 
submitJob(Configuration, boolean) - Method in class org.apache.oozie.BaseEngine
Submit a job.
submitJob(Configuration, boolean) - Method in class org.apache.oozie.BundleEngine
 
submitJob() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
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
submitJobFromCoordinator(Configuration, String) - Method in class org.apache.oozie.DagEngine
Submit a workflow through a coordinator.
submitLauncher(FileSystem, ActionExecutor.Context, WorkflowAction) - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
SubmitMRXCommand - Class in org.apache.oozie.command.wf
 
SubmitMRXCommand(Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitMRXCommand
 
SubmitPigXCommand - Class in org.apache.oozie.command.wf
 
SubmitPigXCommand(Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitPigXCommand
 
SubmitScriptLanguageXCommand - Class in org.apache.oozie.command.wf
 
SubmitScriptLanguageXCommand(String, String, Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
SubmitSqoopXCommand - Class in org.apache.oozie.command.wf
 
SubmitSqoopXCommand(Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
SubmitTransitionXCommand - Class in org.apache.oozie.command
Base class for submit transition command.
SubmitTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.SubmitTransitionXCommand
The constructor for abstract class SubmitTransitionXCommand
SubmitTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.SubmitTransitionXCommand
The constructor for abstract class SubmitTransitionXCommand
SubmitXCommand - Class in org.apache.oozie.command.wf
 
SubmitXCommand(Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitXCommand
Constructor to create the workflow Submit Command.
SubmitXCommand(Configuration, String) - Constructor for class org.apache.oozie.command.wf.SubmitXCommand
Constructor for submitting wf through coordinator
SubmitXCommand(boolean, Configuration) - Constructor for class org.apache.oozie.command.wf.SubmitXCommand
Constructor to create the workflow Submit Command.
SUBWORKFLOW_DEPTH - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
SUBWORKFLOW_MAX_DEPTH - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
SUBWORKFLOW_RERUN - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
SubWorkflowActionExecutor - Class in org.apache.oozie.action.oozie
 
SubWorkflowActionExecutor() - Constructor for class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
SUPER_PARENT_ID - Static variable in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
SUPPORTED_FILESYSTEMS - Static variable in class org.apache.oozie.service.HadoopAccessorService
Supported filesystem schemes for namespace federation
supportsConfigurationJobXML() - Method in class org.apache.oozie.action.ActionExecutor
Returns true if this action type supports a Configuration and JobXML.
supportsConfigurationJobXML() - Method in class org.apache.oozie.action.hadoop.FsActionExecutor
 
supportsConfigurationJobXML() - Method in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
supportsConfigurationJobXML() - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
suspend(String) - Method in class org.apache.oozie.BaseEngine
Suspend a job.
suspend(String) - Method in class org.apache.oozie.BundleEngine
 
suspend(String) - Method in class org.apache.oozie.CoordinatorEngine
 
suspend(String) - Method in class org.apache.oozie.DagEngine
Suspend a job.
suspend(String) - Method in class org.apache.oozie.LocalOozieClient
Suspend a workflow job.
suspend(String) - Method in class org.apache.oozie.LocalOozieClientCoord
Suspend a coordinator job.
suspend() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowInstance
 
suspend() - Method in interface org.apache.oozie.workflow.WorkflowInstance
Suspend the instance.
suspendChildren() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
suspendChildren() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
suspendChildren() - Method in class org.apache.oozie.command.SuspendTransitionXCommand
Suspend all children of the job
suspendJob(JPAService, WorkflowJobBean, String, String, List<BatchQueryExecutor.UpdateEntry>) - Static method in class org.apache.oozie.command.wf.SuspendXCommand
Suspend the workflow job and pending flag to false for the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL
suspendJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobServlet
 
suspendJob(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobServlet
 
suspendJobs(String, int, int) - Method in class org.apache.oozie.BundleEngine
return a list of suspended Bundle job
suspendJobs(String, int, int) - Method in class org.apache.oozie.CoordinatorEngine
return the jobs that've been suspended
suspendJobs(String, int, int) - Method in class org.apache.oozie.DagEngine
return the jobs that've been suspended
suspendJobs(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V0JobsServlet
service implementation to bulk suspend jobs
suspendJobs(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.V1JobsServlet
service implementation to bulk suspend jobs
SuspendTransitionXCommand - Class in org.apache.oozie.command
 
SuspendTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.SuspendTransitionXCommand
 
SuspendTransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.SuspendTransitionXCommand
 
SuspendXCommand - Class in org.apache.oozie.command.wf
 
SuspendXCommand(String) - Constructor for class org.apache.oozie.command.wf.SuspendXCommand
 
SyncCoordAction - Class in org.apache.oozie.coord
This class represents a Coordinator action.
SyncCoordAction() - Constructor for class org.apache.oozie.coord.SyncCoordAction
 
SyncCoordDataset - Class in org.apache.oozie.coord
This class is a bean to represent a dataset.
SyncCoordDataset() - Constructor for class org.apache.oozie.coord.SyncCoordDataset
 
SYSTEM_LIB_PATH - Static variable in class org.apache.oozie.service.WorkflowAppService
 

T

table() - Method in enum org.apache.oozie.store.OozieSchema.OozieColumn
 
table() - Method in interface org.apache.oozie.util.db.Schema.Column
Table to which the column belongs
TABLE_COLUMNS - Static variable in class org.apache.oozie.store.OozieSchema
 
take() - Method in class org.apache.oozie.util.PriorityDelayQueue
Retrieve and removes the head of this queue, waiting if necessary until an element becomes available.
TASK_USER_CLASSPATH_PRECEDENCE - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
TASK_USER_PRECEDENCE - Static variable in class org.apache.oozie.action.hadoop.SparkActionExecutor
 
TB - Static variable in class org.apache.oozie.util.ELConstantsFunctions
TeraByte constant (1024 GB).
TB - Static variable in class org.apache.oozie.util.PropertiesUtils
 
TEXT_UTF8 - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
TIME_FORMAT - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
timestamp() - Static method in class org.apache.oozie.util.ELConstantsFunctions
Return the current datetime in ISO8601 using Oozie processing timezone, yyyy-MM-ddTHH:mmZ.
TimestampedMessageParser - Class in org.apache.oozie.util
Encapsulates the parsing and filtering of the log messages from a BufferedReader.
TimestampedMessageParser(BufferedReader, XLogFilter) - Constructor for class org.apache.oozie.util.TimestampedMessageParser
Creates a TimestampedMessageParser with the given BufferedReader and filter.
TimeUnit - Enum in org.apache.oozie.coord
 
TO_ADDRESS - Static variable in class org.apache.oozie.service.AbandonedCoordCheckerService
 
TO_SKIP - Static variable in class org.apache.oozie.command.wf.ReRunXCommand
 
toByteArray(Writable) - Static method in class org.apache.oozie.util.WritableUtils
Write a writable to a byte array.
toConfigurationStr(Map<String, String>) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.oozie.executor.jpa.BinaryBlobValueHandler
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.oozie.executor.jpa.StringBlobValueHandler
 
toDate(Timestamp) - Static method in class org.apache.oozie.util.DateUtils
Convert java.sql.Timestamp to java.util.Date
toJSONArray(List<BundleJobBean>, String) - Static method in class org.apache.oozie.BundleJobBean
Convert a Bundle job list into a JSONArray.
toJSONArray(List<? extends BulkResponseImpl>, String) - Static method in class org.apache.oozie.client.rest.BulkResponseImpl
Convert a nodes list into a JSONArray.
toJSONArray(List<CoordinatorActionBean>, String) - Static method in class org.apache.oozie.CoordinatorActionBean
Convert a nodes list into a JSONArray.
toJSONArray(List<CoordinatorJobBean>, String) - Static method in class org.apache.oozie.CoordinatorJobBean
Convert a coordinator application list into a JSONArray.
toJSONArray(List<? extends SLARegistrationBean>, String) - Static method in class org.apache.oozie.sla.SLARegistrationBean
Convert a SLARegistrationBean list into a JSONArray.
toJSONArray(List<WorkflowActionBean>, String) - Static method in class org.apache.oozie.WorkflowActionBean
Convert a nodes list into a JSONArray.
toJSONArray(List<WorkflowJobBean>, String) - Static method in class org.apache.oozie.WorkflowJobBean
Convert a workflows list into a JSONArray.
toJSONObject() - Method in class org.apache.oozie.BundleActionBean
 
toJSONObject(String) - Method in class org.apache.oozie.BundleActionBean
 
toJSONObject() - Method in class org.apache.oozie.BundleJobBean
 
toJSONObject(String) - Method in class org.apache.oozie.BundleJobBean
 
toJSONObject() - Method in class org.apache.oozie.client.rest.BulkResponseImpl
Construct JSON object using the bulk request object and the associated tags
toJSONObject(String) - Method in class org.apache.oozie.client.rest.BulkResponseImpl
Construct JSON object using the bulk request object and the associated tags
toJSONObject() - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
 
toJSONObject(String) - Method in class org.apache.oozie.client.rest.JMSConnectionInfoBean
 
toJSONObject() - Method in interface org.apache.oozie.client.rest.JsonBean
Return the JSONObject for the bean with GMT time zone.
toJSONObject(String) - Method in interface org.apache.oozie.client.rest.JsonBean
Return the JSONObject for the bean with the given time zone.
toJSONObject() - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
toJSONObject(String) - Method in class org.apache.oozie.client.rest.JsonSLAEvent
Deprecated.
 
toJSONObject() - Method in class org.apache.oozie.CoordinatorActionBean
 
toJSONObject(String) - Method in class org.apache.oozie.CoordinatorActionBean
 
toJSONObject() - Method in class org.apache.oozie.CoordinatorJobBean
 
toJSONObject(String) - Method in class org.apache.oozie.CoordinatorJobBean
 
toJSONObject() - Method in class org.apache.oozie.sla.SLARegistrationBean
 
toJSONObject(String) - Method in class org.apache.oozie.sla.SLARegistrationBean
 
toJSONObject() - Method in class org.apache.oozie.sla.SLASummaryBean
 
toJSONObject(String) - Method in class org.apache.oozie.sla.SLASummaryBean
 
toJSONObject(List<? extends SLASummaryBean>, String) - Static method in class org.apache.oozie.sla.SLASummaryBean
Convert a sla summary list into a json object.
toJSONObject(List<? extends SLASummaryBean>, Map<String, Map<String, String>>, String) - Static method in class org.apache.oozie.sla.SLASummaryBean
 
toJSONObject() - Method in class org.apache.oozie.WorkflowActionBean
 
toJSONObject(String) - Method in class org.apache.oozie.WorkflowActionBean
 
toJSONObject() - Method in class org.apache.oozie.WorkflowJobBean
 
toJSONObject(String) - Method in class org.apache.oozie.WorkflowJobBean
 
toJsonStr(Map<String, String>) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
TOKEN - Static variable in class org.apache.oozie.service.DagXLogInfoService
Token log info constant.
toObjectValue(ValueMapping, Object) - Method in class org.apache.oozie.executor.jpa.BinaryBlobValueHandler
 
toObjectValue(ValueMapping, Object) - Method in class org.apache.oozie.executor.jpa.StringBlobValueHandler
 
TOPIC_NAME - Static variable in class org.apache.oozie.service.JMSTopicService
 
TOPIC_PREFIX - Static variable in class org.apache.oozie.service.JMSTopicService
 
toProperties() - Method in class org.apache.oozie.util.XConfiguration
Return a Properties instance with the configuration properties.
toPropertiesStr(Map<String, String>) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
toString() - Method in class org.apache.oozie.BundleJobBean
 
toString() - Method in class org.apache.oozie.command.XCommand
String for the command - key
toString() - Method in class org.apache.oozie.coord.input.dependency.CoordInputInstance
 
toString() - Method in class org.apache.oozie.CoordinatorActionBean
 
toString() - Method in class org.apache.oozie.CoordinatorJobBean
 
toString() - Method in class org.apache.oozie.dependency.hcat.WaitingAction
 
toString() - Method in class org.apache.oozie.jms.JMSConnectionInfo
 
toString() - Method in enum org.apache.oozie.sla.listener.SLAEmailEventListener.EmailField
 
toString() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
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.MetricsInstrumentation
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.XLogUserFilterParam
 
toString() - Method in class org.apache.oozie.util.XmlUtils.PrettyPrint
Return the pretty print representation of an XML document.
toString() - Method in class org.apache.oozie.WorkflowActionBean
 
toString() - Method in class org.apache.oozie.WorkflowJobBean
 
touch(NodeHandler.Context) - Method in class org.apache.oozie.service.LiteWorkflowStoreService.LiteControlNodeHandler
 
touch(NodeHandler.Context) - Method in class org.apache.oozie.workflow.lite.ControlNodeHandler
Called by NodeHandler.enter(Context) when returning TRUE.
toXml() - Method in class org.apache.oozie.SLAEventBean
Deprecated.
 
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.WorkflowStoreService
 
TransitionXCommand<T> - Class in org.apache.oozie.command
This is the base commands for all the jobs related commands .
TransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.TransitionXCommand
 
TransitionXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.TransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
transitToNext() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
Transit job to suspended from running or to prepsuspended from prep.
transitToNext() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
transitToNext() - Method in class org.apache.oozie.command.IgnoreTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.KillTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.MaterializeTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.PauseTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.ResumeTransitionXCommand
Transit job to PREP from PREPSUSPENDED or to RUNNING from SUSPENDED.
transitToNext() - Method in class org.apache.oozie.command.StartTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.SubmitTransitionXCommand
 
transitToNext() - Method in class org.apache.oozie.command.SuspendTransitionXCommand
Transit job to suspended from running or to prepsuspended from prep.
transitToNext() - Method in class org.apache.oozie.command.TransitionXCommand
Transit to the next status based on the result of the Job.
transitToNext() - Method in class org.apache.oozie.command.UnpauseTransitionXCommand
 
Trim(String) - Method in class org.apache.oozie.action.hadoop.CredentialsProvider
To trim string
Trim(String) - Static method in class org.apache.oozie.action.hadoop.DistcpActionExecutor
To trim string
trim(String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
 
trim() - Method in class org.apache.oozie.util.XConfiguration
Returns a new XConfiguration with all values trimmed.
TYPE - Static variable in class org.apache.oozie.action.control.EndActionExecutor
 
TYPE - Static variable in class org.apache.oozie.action.control.ForkActionExecutor
 
TYPE - Static variable in class org.apache.oozie.action.control.JoinActionExecutor
 
TYPE - Static variable in class org.apache.oozie.action.control.KillActionExecutor
 
TYPE - Static variable in class org.apache.oozie.action.control.StartActionExecutor
 
type - Variable in class org.apache.oozie.coord.SyncCoordDataset
 

U

UNDEF - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
UNEXPECTED - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
unpauseChildren() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
unpauseChildren() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
unpauseChildren() - Method in class org.apache.oozie.command.UnpauseTransitionXCommand
Unpause actions associated with the job
UnpauseTransitionXCommand - Class in org.apache.oozie.command
Transition command for unpause the job.
UnpauseTransitionXCommand(String, String, int) - Constructor for class org.apache.oozie.command.UnpauseTransitionXCommand
The constructor for abstract class UnpauseTransitionXCommand
unregister(Object) - Method in class org.apache.oozie.util.ZKUtils
Classes should call this when they are done (i.e.
unregisterFromNotification(URI, String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
unregisterFromNotification(URI, String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
unregisterFromNotification(URI, String) - Method in interface org.apache.oozie.dependency.URIHandler
Unregister from notifications in case of a push dependency
unregisterFromNotification(HCatURI) - Method in class org.apache.oozie.service.HCatAccessorService
 
unregisterFromNotification(String, String, String) - Method in class org.apache.oozie.service.HCatAccessorService
 
unregisterFromNotification(JMSConnectionInfo, String) - Method in class org.apache.oozie.service.JMSAccessorService
Unregister from listening to JMS messages on a topic.
unregisterMissingDependencies(List<String>, String) - Static method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
UNRESOLVED_INSTANCES_TAG - Static variable in class org.apache.oozie.command.coord.CoordCommandUtils
 
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.
updateAllSlaStatus() - Method in interface org.apache.oozie.sla.SLACalculator
 
updateAllSlaStatus() - Method in class org.apache.oozie.sla.SLACalculatorMemory
Periodically run by the SLAService worker threads to update SLA status by iterating through all the jobs in the map
updateCoordAction(CoordinatorActionBean, boolean) - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleRerunXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsDisableXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleSLAAlertsEnableXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleSLAChangeXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
updateJob() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsDisableXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSLAAlertsEnableXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSLAChangeXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
updateJob() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
updateJob() - Method in class org.apache.oozie.command.IgnoreTransitionXCommand
 
updateJob() - Method in class org.apache.oozie.command.SLAAlertsXCommand
Update job.
updateJob() - Method in class org.apache.oozie.command.TransitionXCommand
Update the parent job.
updateJob(Configuration, String, boolean, boolean) - Method in class org.apache.oozie.CoordinatorEngine
Update coord job definition.
updateJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V0JobServlet
 
updateJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V1JobServlet
not supported for v1
updateJob(HttpServletRequest, HttpServletResponse, Configuration) - Method in class org.apache.oozie.servlet.V2JobServlet
Update coord job.
updateJobConf(Configuration) - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
Update job conf.
updateJobInfo() - Method in class org.apache.oozie.command.sla.SLACoordActionJobEventXCommand
 
updateJobInfo() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
Verify job.
updateJobInfo() - Method in class org.apache.oozie.command.sla.SLAWorkflowActionJobEventXCommand
 
updateJobInfo() - Method in class org.apache.oozie.command.sla.SLAWorkflowJobEventXCommand
 
updateJobLastModified() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
updateJobLastModified() - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
updateJobSLA(Map<String, String>) - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
Update job sla.
updateJobSla(String) - Method in class org.apache.oozie.sla.SLACalculatorMemory
Invoked via periodic run, update the SLA for registered jobs
updateJobStatus(Job.Status) - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
updateJobStatus(Job.Status) - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
updateJobStatus(Job.Status) - Method in class org.apache.oozie.command.StatusTransitXCommand
Update job status.
updateList - Variable in class org.apache.oozie.command.TransitionXCommand
 
updateParentIfNecessary(WorkflowJobBean, int) - Method in class org.apache.oozie.command.wf.ForkedActionStartXCommand
 
updateParentIfNecessary(WorkflowJobBean, int) - Method in class org.apache.oozie.command.wf.WorkflowXCommand
 
updateParentIfNecessary(WorkflowJobBean) - Method in class org.apache.oozie.command.wf.WorkflowXCommand
 
updateRegistration(String, SLARegistrationBean) - Method in interface org.apache.oozie.sla.SLACalculator
 
updateRegistration(String, SLARegistrationBean) - Method in class org.apache.oozie.sla.SLACalculatorMemory
Update job into the map for SLA tracking
updateRegistrationEvent(SLARegistrationBean) - Method in class org.apache.oozie.sla.service.SLAService
 
updateRegistrationEvent(String) - Static method in class org.apache.oozie.sla.SLAOperations
Retrieve registration event
updateShareLib() - Method in class org.apache.oozie.service.ShareLibService
Update share lib cache.
updateShareLib(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oozie.servlet.BaseAdminServlet
Update share lib.
updateSLARegistartion(SLACalcStatus) - Method in class org.apache.oozie.sla.SLACalculatorMemory
 
updateSLARegistrationBean(SLARegistrationBean) - Method in class org.apache.oozie.sla.SLACalcStatus
 
updateSLASummary() - Method in class org.apache.oozie.command.sla.SLACoordActionJobHistoryXCommand
 
updateSLASummary() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
Update SLASummary
updateSLASummary(String, Date, Date, String) - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
Update sla summary.
updateSLASummary() - Method in class org.apache.oozie.command.sla.SLAWorkflowActionJobHistoryXCommand
 
updateSLASummary() - Method in class org.apache.oozie.command.sla.SLAWorkflowJobHistoryXCommand
 
updateSLASummaryForCoordAction(CoordinatorActionBean) - Method in class org.apache.oozie.command.sla.SLACoordActionJobHistoryXCommand
 
updateSlaTagElement(Element, String, String) - Method in class org.apache.oozie.command.coord.CoordSLAAlertsXCommand
Update Sla tag element.
updateWorkflow(WorkflowJobBean) - Method in class org.apache.oozie.store.WorkflowStore
Update the data from Workflow Bean to DB along with the workflow instance data.
URI_HANDLER_DEFAULT - Static variable in class org.apache.oozie.service.URIHandlerService
 
URI_HANDLER_SUPPORTED_SCHEMES_PREFIX - Static variable in class org.apache.oozie.service.URIHandlerService
 
URI_HANDLER_SUPPORTED_SCHEMES_SUFFIX - Static variable in class org.apache.oozie.service.URIHandlerService
 
URI_HANDLERS - Static variable in class org.apache.oozie.service.URIHandlerService
 
URIHandler - Interface in org.apache.oozie.dependency
 
URIHandler.Context - Class in org.apache.oozie.dependency
 
URIHandler.Context(Configuration, String) - Constructor for class org.apache.oozie.dependency.URIHandler.Context
Create a Context that can be used to access a URI
URIHandler.DependencyType - Enum in org.apache.oozie.dependency
Type of the dependency.
URIHandlerException - Exception in org.apache.oozie.dependency
 
URIHandlerException(XException) - Constructor for exception org.apache.oozie.dependency.URIHandlerException
Create an URIHandlerException Exception exception from a XException.
URIHandlerException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.dependency.URIHandlerException
Create a URIHandlerException exception.
URIHandlerService - Class in org.apache.oozie.service
 
URIHandlerService() - Constructor for class org.apache.oozie.service.URIHandlerService
 
uriTemplate - Variable in class org.apache.oozie.coord.SyncCoordDataset
 
url - Variable in class org.apache.oozie.command.NotificationXCommand
 
urlEncode(String) - Static method in class org.apache.oozie.util.ELConstantsFunctions
Translates a string into application/x-www-form-urlencoded format using UTF-8 encoding scheme.
USE_XCOMMAND - Static variable in class org.apache.oozie.BaseEngine
 
useDefaultGroupAsAcl() - Method in class org.apache.oozie.service.AuthorizationService
 
user - Variable in class org.apache.oozie.BaseEngine
 
USER - Static variable in class org.apache.oozie.service.XLogService
Group log info constant.
USER_ERROR_CODE_ALL - Static variable in class org.apache.oozie.service.LiteWorkflowStoreService
 
USER_NAME - Static variable in class org.apache.oozie.servlet.JsonRestServlet
Request attribute constant for the user name.
UserGroupInformationService - Class in org.apache.oozie.service
 
UserGroupInformationService() - Constructor for class org.apache.oozie.service.UserGroupInformationService
 
UTC - Static variable in class org.apache.oozie.util.DateUtils
 
UTF_8_ENCODING - Static variable in class org.apache.oozie.compression.CodecFactory
 
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(String) - Constructor for class org.apache.oozie.servlet.V1AdminServlet
 
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
 
V1JobServlet(String) - Constructor for class org.apache.oozie.servlet.V1JobServlet
 
V1JobsServlet - Class in org.apache.oozie.servlet
 
V1JobsServlet() - Constructor for class org.apache.oozie.servlet.V1JobsServlet
 
V2AdminServlet - Class in org.apache.oozie.servlet
V2 admin servlet
V2AdminServlet() - Constructor for class org.apache.oozie.servlet.V2AdminServlet
 
V2JobServlet - Class in org.apache.oozie.servlet
 
V2JobServlet() - Constructor for class org.apache.oozie.servlet.V2JobServlet
 
V2SLAServlet - Class in org.apache.oozie.servlet
 
V2SLAServlet() - Constructor for class org.apache.oozie.servlet.V2SLAServlet
 
V2ValidateServlet - Class in org.apache.oozie.servlet
 
V2ValidateServlet() - Constructor for class org.apache.oozie.servlet.V2ValidateServlet
 
VALID_JOB_FILTERS - Static variable in class org.apache.oozie.CoordinatorEngine
 
validate(String) - Method in class org.apache.oozie.dependency.FSURIHandler
 
validate(String) - Method in class org.apache.oozie.dependency.HCatURIHandler
 
validate(String) - Method in interface org.apache.oozie.dependency.URIHandler
Check whether the URI is valid or not
validate(String, String, String) - Method in class org.apache.oozie.service.ProxyUserService
Verifies a proxyuser.
VALIDATE_FORK_JOIN - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
validateActionName(String) - Static method in class org.apache.oozie.util.ParamChecker
Check that the given string is a valid action name [a-zA-Z_][0-9a-zA-Z_\-]* and not longer than 128 chars.
validateAndMail(ActionExecutor.Context, Element) - Method in class org.apache.oozie.action.email.EmailActionExecutor
 
validateAndParse(Reader, Configuration) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
validateAndParse(Reader, Configuration, Configuration) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
Parse and validate xml to LiteWorkflowApp
ValidateAppPath(String, String) - Static method in class org.apache.oozie.servlet.ServletUtilities
accessory static method to check the app path parameter for the request used only for job-related request and only one of them should exist
ValidateAppPath(String, String, String) - Static method in class org.apache.oozie.servlet.ServletUtilities
accessory static method to check the app path parameter for the request used only for job-related request and only one of them should exist bundle appPath is also checked
ValidateConnectionBean - Class in org.apache.oozie.util.db
 
ValidateConnectionBean() - Constructor for class org.apache.oozie.util.db.ValidateConnectionBean
 
validateContentType(HttpServletRequest, String) - Method in class org.apache.oozie.servlet.JsonRestServlet
Validate and return the content type of the request.
validateData(String, SchemaService.SchemaName) - Static method in class org.apache.oozie.util.XmlUtils
 
validateInputLogic() - Method in class org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorUtil
Validate input logic.
validateJobTracker(String) - Method in class org.apache.oozie.service.HadoopAccessorService
Validate Job tracker
ValidateLibPath(String) - Static method in class org.apache.oozie.servlet.ServletUtilities
accessory static method to check the lib path parameter for the request
validateLogLevel(String) - Method in class org.apache.oozie.util.XLogUserFilterParam
Validate log level.
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.
validateSearchText() - Method in class org.apache.oozie.util.XLogUserFilterParam
Validate search text.
validateSLAChangeParam(Map<String, String>) - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
validateTransition(String, String) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
validateWorkflow(LiteWorkflowApp, boolean) - Method in class org.apache.oozie.workflow.lite.LiteWorkflowValidator
 
validateWorkflowIntegrity() - Method in class org.apache.oozie.workflow.lite.LiteWorkflowApp
 
validateWSVersion() - Method in class org.apache.oozie.LocalOozieClient
Validate that the Oozie client and server instances are protocol compatible.
validateWSVersion() - Method in class org.apache.oozie.LocalOozieClientCoord
Validate that the Oozie client and server instances are protocol compatible.
validateXml(Schema, String) - Static method in class org.apache.oozie.util.XmlUtils
Schema validation for a given xml.
value(Schema.Column, Object) - Method in class org.apache.oozie.util.db.SqlStatement.Insert
Set the VALUES that are to be inserted
valueOf(String) - Static method in enum org.apache.oozie.action.ActionExecutor.RETRYPOLICY
Returns the enum constant of this type with the specified name.
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.BaseEngine.LOG_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.command.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.coord.input.logic.CoordInputLogicEvaluatorResult.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.CoordinatorEngine.FILTER_COMPARATORS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.dependency.URIHandler.DependencyType
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.executor.jpa.BundleActionQueryExecutor.BundleActionQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.BundleJobQueryExecutor.BundleJobQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.CoordActionQueryExecutor.CoordActionQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.CoordJobQueryExecutor.CoordJobQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor.SLARegQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.SLASummaryQueryExecutor.SLASummaryQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor.WorkflowActionQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor.WorkflowJobQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.service.JMSTopicService.JobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.service.JMSTopicService.TopicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oozie.service.MemoryLocksService.Type
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.sla.listener.SLAEmailEventListener.EmailField
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.ActionExecutor.RETRYPOLICY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.action.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.BaseEngine.LOG_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.command.OperationType
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.input.logic.CoordInputLogicEvaluatorResult.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.CoordinatorEngine.FILTER_COMPARATORS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.dependency.URIHandler.DependencyType
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.executor.jpa.BundleActionQueryExecutor.BundleActionQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.BundleJobQueryExecutor.BundleJobQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.CoordActionQueryExecutor.CoordActionQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.CoordJobQueryExecutor.CoordJobQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.SLARegistrationQueryExecutor.SLARegQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.SLASummaryQueryExecutor.SLASummaryQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.WorkflowActionQueryExecutor.WorkflowActionQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oozie.executor.jpa.WorkflowJobQueryExecutor.WorkflowJobQuery
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.JMSTopicService.JobType
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.JMSTopicService.TopicType
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.MemoryLocksService.Type
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.sla.listener.SLAEmailEventListener.EmailField
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.
verifyAndInjectSubworkflowDepth(Configuration, Configuration) - Method in class org.apache.oozie.action.oozie.SubWorkflowActionExecutor
 
verifyConfigurationName() - Method in class org.apache.oozie.service.ConfigurationService
Verify the configuration is in oozie-default
verifyParameters(Configuration, Element) - Static method in class org.apache.oozie.util.ParameterVerifier
Verify the parameters section (if supported in the schema)
verifyPrecondition() - Method in class org.apache.oozie.command.BulkJobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BulkBundleXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleCoordSubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobChangeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobResumeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobSuspendXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleJobXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundlePauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleSLAChangeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleStartXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleStatusTransitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleStatusUpdateXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleSubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.bundle.BundleUnpauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.BulkCoordXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionInfoXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionInputCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionReadyXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionsIgnoreXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionsKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionSkipXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionStartXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionTimeOutXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordActionUpdateXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordChangeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordJobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordJobXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordMaterializeTransitionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordPauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordRerunXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordResumeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordSLAChangeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordStatusTransitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordSubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordSuspendXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordUnpauseXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.CoordUpdateXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.coord.SLAEventsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.NotificationXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.PurgeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.RerunTransitionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.sla.SLAJobEventXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.sla.SLAJobHistoryXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.SLAAlertsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionCheckXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionEndXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionKillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ActionStartXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.BulkWorkflowXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.CompletedActionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.DefinitionXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ExternalIdXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.JobsXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.JobXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.KillXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ReRunXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.ResumeXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SignalXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitMRXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitScriptLanguageXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitSqoopXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SubmitXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.SuspendXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.WfEndXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
verifyPrecondition() - Method in class org.apache.oozie.command.XCommand
Verify the precondition for the command after a lock has been obtain, just before executing the command.
VersionServlet - Class in org.apache.oozie.servlet
 
VersionServlet() - Constructor for class org.apache.oozie.servlet.VersionServlet
 
visit(ASTOrNode, Object) - Method in class org.apache.oozie.coord.input.logic.OozieJexlInterpreter
 
visit(ASTAndNode, Object) - Method in class org.apache.oozie.coord.input.logic.OozieJexlInterpreter

W

WaitingAction - Class in org.apache.oozie.dependency.hcat
 
WaitingAction(String, String) - Constructor for class org.apache.oozie.dependency.hcat.WaitingAction
 
WaitingActions - Class in org.apache.oozie.dependency.hcat
 
WaitingActions() - Constructor for class org.apache.oozie.dependency.hcat.WaitingActions
 
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.
WARN_THRESHOLD_KEY - Static variable in class org.apache.oozie.service.JvmPauseMonitorService
 
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_CONF_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.
WF_VALIDATE_FORK_JOIN - Static variable in class org.apache.oozie.workflow.lite.LiteWorkflowAppParser
 
wfAction - Variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
wfCountStr - Static variable in class org.apache.oozie.store.StoreStatusFilter
 
WfEndXCommand - Class in org.apache.oozie.command.wf
This Command is expected to be called when a Workflow moves to any terminal state ( such as SUCCEEDED, KILLED, FAILED).
WfEndXCommand(WorkflowJob) - Constructor for class org.apache.oozie.command.wf.WfEndXCommand
 
wfJob - Variable in class org.apache.oozie.command.wf.ActionStartXCommand
 
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 - Variable in class org.apache.oozie.command.wf.ActionXCommand.ActionExecutorContext
 
WORKFLOW_BEAN - Static variable in class org.apache.oozie.service.WorkflowStoreService
 
WORKFLOW_DEPTH - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
WORKFLOW_ID - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
WORKFLOW_NAME - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
WORKFLOW_SUPER_PARENT - Static variable in class org.apache.oozie.action.hadoop.OozieJobInfo
 
WorkflowActionBean - Class in org.apache.oozie
Bean that contains all the information to start an action for a workflow node.
WorkflowActionBean() - Constructor for class org.apache.oozie.WorkflowActionBean
Default constructor.
WorkflowActionDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowActionDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionDeleteJPAExecutor
 
WorkflowActionEvent - Class in org.apache.oozie.event
Class implementing JobEvent for events generated by Workflow Actions
WorkflowActionEvent(String, String, WorkflowAction.Status, String, String, Date, Date) - Constructor for class org.apache.oozie.event.WorkflowActionEvent
 
WorkflowActionGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the WorkflowAction into a Bean and return it.
WorkflowActionGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionGetJPAExecutor
 
WorkflowActionInfoXCommand - Class in org.apache.oozie.command.wf
 
WorkflowActionInfoXCommand(String) - Constructor for class org.apache.oozie.command.wf.WorkflowActionInfoXCommand
 
WorkflowActionInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the WorkflowAction bean.
WorkflowActionInsertJPAExecutor(WorkflowActionBean) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionInsertJPAExecutor
 
WorkflowActionQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run query for Workflow Action
WorkflowActionQueryExecutor.WorkflowActionQuery - Enum in org.apache.oozie.executor.jpa
 
WorkflowActionRetryManualGetJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowActionRetryManualGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionRetryManualGetJPAExecutor
This creates the WorkflowActionRetryManualGetJPAExecutor executor object.
WorkflowActionsGetForJobJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of WorkflowAction for a WorkflowJob and return the list.
WorkflowActionsGetForJobJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionsGetForJobJPAExecutor
 
WorkflowActionSubsetGetJPAExecutor - Class in org.apache.oozie.executor.jpa
JPA Command to get subset of workflow actions for a particular workflow.
WorkflowActionSubsetGetJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowActionSubsetGetJPAExecutor
This Constructor creates the WorkflowActionSubsetGetJPAExecutor object Which gets the List of wrokflow action bean.
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
 
workflowConf - Variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
WorkflowException - Exception in org.apache.oozie.workflow
Exception thrown by WorkflowJob and WorkflowLib.
WorkflowException(XException) - Constructor for exception org.apache.oozie.workflow.WorkflowException
Create an workflow exception from a XException.
WorkflowException(ErrorCode, Object...) - Constructor for exception org.apache.oozie.workflow.WorkflowException
Create a workflow exception.
WorkflowIdGetForExternalIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Get the Workflow ID with given external ID which will be assigned for the subworkflows.
WorkflowIdGetForExternalIdJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowIdGetForExternalIdJPAExecutor
 
WorkflowInfoWithActionsSubsetGetJPAExecutor - Class in org.apache.oozie.executor.jpa
This JPA Executor is responsible for getting the Workflow job with actions in certain range.
WorkflowInfoWithActionsSubsetGetJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowInfoWithActionsSubsetGetJPAExecutor
This will create the WorkflowInfoWithActionsSubsetGetJPAExecutor object.
WorkflowInstance - Interface in org.apache.oozie.workflow
A workflow instance is an executable instance of a WorkflowApp.
WorkflowInstance.Status - Enum in org.apache.oozie.workflow
Defines the possible stati of a WorkflowInstance.
WorkflowJobBean - Class in org.apache.oozie
 
WorkflowJobBean() - Constructor for class org.apache.oozie.WorkflowJobBean
Default constructor.
WorkflowJobDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete workflow job
WorkflowJobDeleteJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobDeleteJPAExecutor
 
WorkflowJobEvent - Class in org.apache.oozie.event
Class implementing JobEvent for events generated by Workflow Jobs
WorkflowJobEvent(String, String, WorkflowJob.Status, String, String, Date, Date) - Constructor for class org.apache.oozie.event.WorkflowJobEvent
 
WorkflowJobGetActionsJPAExecutor - Class in org.apache.oozie.executor.jpa
Load workflow actions for a workflow job.
WorkflowJobGetActionsJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobGetActionsJPAExecutor
 
WorkflowJobGetForUserJPAExecutor - Class in org.apache.oozie.executor.jpa
Retrieve the name of user submitting workflow
WorkflowJobGetForUserJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobGetForUserJPAExecutor
 
WorkflowJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the WorkflowJob into a Bean and return it.
WorkflowJobGetJPAExecutor(String) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobGetJPAExecutor
 
WorkflowJobInsertJPAExecutor - Class in org.apache.oozie.executor.jpa
Persist the WorkflowJob bean.
WorkflowJobInsertJPAExecutor(WorkflowJobBean) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobInsertJPAExecutor
 
WorkflowJobQueryExecutor - Class in org.apache.oozie.executor.jpa
Query Executor that provides API to run query for Workflow Job
WorkflowJobQueryExecutor.WorkflowJobQuery - Enum in org.apache.oozie.executor.jpa
 
WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor
 
WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromCoordParentIdJPAExecutor
 
WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor
 
WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsBasicInfoFromWorkflowParentIdJPAExecutor
 
WorkflowJobsDeleteJPAExecutor - Class in org.apache.oozie.executor.jpa
Delete WF job, its list of actions and return the number of actions that were deleted.
WorkflowJobsDeleteJPAExecutor(Collection<String>) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsDeleteJPAExecutor
Initialize the JPAExecutor using the delete list of WorkflowJobBeans
WorkflowJobsDeleteJPAExecutor() - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsDeleteJPAExecutor
 
WorkflowJobsGetForPurgeJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of completed WorkflowJob for purge ready.
WorkflowJobsGetForPurgeJPAExecutor(long, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
WorkflowJobsGetForPurgeJPAExecutor(long, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetForPurgeJPAExecutor
 
WorkflowJobsGetFromCoordParentIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of WorkflowJob with the passed in coordinator parentId.
WorkflowJobsGetFromCoordParentIdJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetFromCoordParentIdJPAExecutor
 
WorkflowJobsGetFromCoordParentIdJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetFromCoordParentIdJPAExecutor
 
WorkflowJobsGetFromWorkflowParentIdJPAExecutor - Class in org.apache.oozie.executor.jpa
Load the list of WorkflowJob with the passed in workflow parentId
WorkflowJobsGetFromWorkflowParentIdJPAExecutor(String, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetFromWorkflowParentIdJPAExecutor
 
WorkflowJobsGetFromWorkflowParentIdJPAExecutor(String, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowJobsGetFromWorkflowParentIdJPAExecutor
 
WorkflowLib - Interface in org.apache.oozie.workflow
The workflow library provides application parsing and storage capabilities for workflow instances.
WorkflowNotificationXCommand - Class in org.apache.oozie.command.wf
 
WorkflowNotificationXCommand(WorkflowJobBean) - Constructor for class org.apache.oozie.command.wf.WorkflowNotificationXCommand
 
WorkflowNotificationXCommand(WorkflowJobBean, WorkflowActionBean) - Constructor for class org.apache.oozie.command.wf.WorkflowNotificationXCommand
 
WorkflowSchemaService - Class in org.apache.oozie.service
Service that loads Oozie workflow definition schema and registered extension schemas.
WorkflowSchemaService() - Constructor for class org.apache.oozie.service.WorkflowSchemaService
 
WorkflowsInfo - Class in org.apache.oozie
Bean that contains the result for a workflows query.
WorkflowsInfo(List<WorkflowJobBean>, int, int, int) - Constructor for class org.apache.oozie.WorkflowsInfo
Create a workflows info bean.
WorkflowsJobGetJPAExecutor - Class in org.apache.oozie.executor.jpa
 
WorkflowsJobGetJPAExecutor(Map<String, List<String>>, int, int) - Constructor for class org.apache.oozie.executor.jpa.WorkflowsJobGetJPAExecutor
This JPA Executor gets the workflows info for the range.
WorkflowStore - Class in org.apache.oozie.store
DB Implementation of Workflow Store
WorkflowStore() - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(Connection, boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(Connection, Store, boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStore(Store, boolean) - Constructor for class org.apache.oozie.store.WorkflowStore
 
WorkflowStoreService - Class in org.apache.oozie.service
Base service for persistency of jobs and actions.
WorkflowStoreService() - Constructor for class org.apache.oozie.service.WorkflowStoreService
 
WorkflowXCommand<T> - Class in org.apache.oozie.command.wf
Abstract coordinator command class derived from XCommand
WorkflowXCommand(String, String, int) - Constructor for class org.apache.oozie.command.wf.WorkflowXCommand
Base class constructor for workflow commands.
WorkflowXCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.wf.WorkflowXCommand
Base class constructor for workflow commands.
WritableUtils - Class in org.apache.oozie.util
Utility class to write/read Hadoop writables to/from a byte array.
WritableUtils() - Constructor for class org.apache.oozie.util.WritableUtils
 
write(DataOutput) - Method in class org.apache.oozie.BundleActionBean
 
write(DataOutput) - Method in class org.apache.oozie.BundleJobBean
 
write(DataOutput) - Method in class org.apache.oozie.coord.input.dependency.AbstractCoordInputDependency
 
write(DataOutput) - Method in class org.apache.oozie.coord.input.dependency.CoordInputInstance
 
write(DataOutput) - Method in class org.apache.oozie.coord.input.dependency.CoordPullInputDependency
 
write(DataOutput) - Method in class org.apache.oozie.coord.input.dependency.CoordPushInputDependency
 
write(DataOutput) - Method in class org.apache.oozie.coord.input.dependency.CoordUnResolvedInputDependency
 
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
Deprecated.
 
write(OutputStream) - Method in class org.apache.oozie.util.GraphGenerator
Stream the PNG file to client
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.
writeJSONResponse(OutputStream) - Method in class org.apache.oozie.util.MetricsInstrumentation
Converts the current state of the metrics and writes them to the OutputStream.
writeList(DataOutput, List<T>) - Static method in class org.apache.oozie.util.WritableUtils
Write list.
writeMap(DataOutput, Map<String, T>) - Static method in class org.apache.oozie.util.WritableUtils
Write map.
writeMapWithList(DataOutput, Map<String, List<T>>) - Static method in class org.apache.oozie.util.WritableUtils
Write map with list.
writePropToString(Properties) - Static method in class org.apache.oozie.util.XmlUtils
Convert Properties to string
writeStr(DataOutput, String) - Static method in class org.apache.oozie.util.WritableUtils
Write a string to a data output supporting null values.
writeString(DataOutput, String) - Static method in class org.apache.oozie.util.StringSerializationUtil
Writes out value to dOut.
writeStringAsBytes(DataOutput, String) - Static method in class org.apache.oozie.util.WritableUtils
 
writeStringList(DataOutput, List<String>) - Static method in class org.apache.oozie.util.WritableUtils
 

X

XCallable<T> - Interface in org.apache.oozie.util
Extends Callable adding the concept of priority.
XCommand<T> - Class in org.apache.oozie.command
Base class for synchronous and asynchronous commands.
XCommand(String, String, int) - Constructor for class org.apache.oozie.command.XCommand
Create a command.
XCommand(String, String, int, boolean) - Constructor for class org.apache.oozie.command.XCommand
 
XConfiguration - Class in org.apache.oozie.util
Extends Hadoop Configuration providing a new constructor which reads an XML configuration from an InputStream.
XConfiguration() - Constructor for class org.apache.oozie.util.XConfiguration
Create an empty configuration.
XConfiguration(InputStream, boolean) - Constructor for class org.apache.oozie.util.XConfiguration
Create a configuration from an InputStream.
XConfiguration(InputStream) - Constructor for class org.apache.oozie.util.XConfiguration
Create a configuration from an InputStream.
XConfiguration(Reader, boolean) - Constructor for class org.apache.oozie.util.XConfiguration
Create a configuration from an Reader.
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.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
 
XLogAuditFilter - Class in org.apache.oozie.util
 
XLogAuditFilter(XLogUserFilterParam) - Constructor for class org.apache.oozie.util.XLogAuditFilter
 
XLogFilter - Class in org.apache.oozie.util
Filter that will construct the regular expression that will be used to filter the log statement.
XLogFilter() - Constructor for class org.apache.oozie.util.XLogFilter
 
XLogFilter(XLogUserFilterParam) - Constructor for class org.apache.oozie.util.XLogFilter
 
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 writer after applying the given filter.
XLogStreamer(XLogFilter, String, String, long) - Constructor for class org.apache.oozie.util.XLogStreamer
 
XLogStreamer.FileInfo - Class in org.apache.oozie.util
File along with the modified time which will be used to sort later.
XLogStreamer.FileInfo(File, long) - Constructor for class org.apache.oozie.util.XLogStreamer.FileInfo
 
XLogStreamingService - Class in org.apache.oozie.service
Service that performs streaming of log files over Web Services if enabled in XLogService
XLogStreamingService() - Constructor for class org.apache.oozie.service.XLogStreamingService
 
XLogUserFilterParam - Class in org.apache.oozie.util
 
XLogUserFilterParam() - Constructor for class org.apache.oozie.util.XLogUserFilterParam
 
XLogUserFilterParam(Map<String, String[]>) - Constructor for class org.apache.oozie.util.XLogUserFilterParam
Instantiates a new log user param.
XLogUtil - Class in org.apache.oozie.service
 
XLogUtil(Configuration, String) - Constructor for class org.apache.oozie.service.XLogUtil
 
XML_ERROR - Static variable in class org.apache.oozie.action.decision.DecisionActionExecutor
 
XML_UTF8 - Static variable in class org.apache.oozie.servlet.JsonRestServlet
 
XmlUtils - Class in org.apache.oozie.util
XML utility methods.
XmlUtils() - Constructor for class org.apache.oozie.util.XmlUtils
 
XmlUtils.PrettyPrint - Class in org.apache.oozie.util
Pretty print string representation of an XML document that generates the pretty print on lazy mode when the XmlUtils.PrettyPrint.toString() method is invoked.
XServletException - Exception in org.apache.oozie.servlet
Specialized Oozie servlet exception that uses Oozie error codes.
XServletException(int, XException) - Constructor for exception org.apache.oozie.servlet.XServletException
Create a DagXServletException that triggers a HTTP BAD_REQUEST (400).
XServletException(int, ErrorCode, Object...) - Constructor for exception org.apache.oozie.servlet.XServletException
Create a XServletException that triggers a specified HTTP error code.

Y

YARN_AM_COMMAND_OPTS - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
YARN_AM_ENV - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
YARN_AM_RESOURCE_MB - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
YARN_MEMORY_MB_MIN - Static variable in class org.apache.oozie.action.hadoop.JavaActionExecutor
 
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.
ZK_BASE_SERVICES_PATH - Static variable in class org.apache.oozie.util.ZKUtils
Services that need to put a node in zookeeper should go under here.
ZK_CONNECTION_STRING - Static variable in class org.apache.oozie.util.ZKUtils
oozie-site property for specifying the ZooKeeper connection string.
ZK_CONNECTION_TIMEOUT - Static variable in class org.apache.oozie.util.ZKUtils
Default ZK connection timeout ( in sec).
ZK_MAX_RETRIES - Static variable in class org.apache.oozie.util.ZKUtils
Maximum number of times to retry.
ZK_NAMESPACE - Static variable in class org.apache.oozie.util.ZKUtils
oozie-site property for specifying the ZooKeeper namespace to use (e.g.
ZK_SECURE - Static variable in class org.apache.oozie.util.ZKUtils
oozie-site property for specifying that ZooKeeper is secure.
ZK_SEQUENCE_PATH - Static variable in class org.apache.oozie.service.ZKUUIDService
 
ZK_SESSION_TIMEOUT - Static variable in class org.apache.oozie.util.ZKUtils
Default ZK session timeout ( in sec).
ZKConnectionListener - Class in org.apache.oozie.event.listener
ZKConnectionListener listens on ZK connection status.
ZKConnectionListener() - Constructor for class org.apache.oozie.event.listener.ZKConnectionListener
 
ZKJobsConcurrencyService - Class in org.apache.oozie.service
This Service helps coordinate other Services to prevent duplicate processing of Jobs if there are multiple Oozie Servers.
ZKJobsConcurrencyService() - Constructor for class org.apache.oozie.service.ZKJobsConcurrencyService
 
ZKLocksService - Class in org.apache.oozie.service
Service that provides distributed locks via ZooKeeper.
ZKLocksService() - Constructor for class org.apache.oozie.service.ZKLocksService
 
ZKUtils - Class in org.apache.oozie.util
This class provides a singleton for interacting with ZooKeeper that other classes can use.
ZKUtils.SASLOwnerACLProvider - Class in org.apache.oozie.util
Simple implementation of an ACLProvider that simply returns ZKUtils.saslACL.
ZKUtils.SASLOwnerACLProvider() - Constructor for class org.apache.oozie.util.ZKUtils.SASLOwnerACLProvider
 
ZKUtils.ZKMetadataKeys - Class in org.apache.oozie.util
Keys used in the metadata provided by each Oozie Server to ZooKeeper and other Oozie Servers
ZKUtils.ZKMetadataKeys() - Constructor for class org.apache.oozie.util.ZKUtils.ZKMetadataKeys
 
ZKUUIDService - Class in org.apache.oozie.service
Service that provides distributed job id sequence via ZooKeeper.
ZKUUIDService() - Constructor for class org.apache.oozie.service.ZKUUIDService
 
ZKXLogStreamingService - Class in org.apache.oozie.service
Service that performs streaming of log files over Web Services if enabled in XLogService and collates logs from other Oozie servers.
ZKXLogStreamingService() - Constructor for class org.apache.oozie.service.ZKXLogStreamingService
 
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 © 2018 Apache Software Foundation. All rights reserved.