Uses of Class
org.apache.oozie.command.XCommand

Packages that use XCommand
org.apache.oozie.command   
org.apache.oozie.command.bundle   
org.apache.oozie.command.coord   
org.apache.oozie.command.wf   
 

Uses of XCommand in org.apache.oozie.command
 

Subclasses of XCommand in org.apache.oozie.command
 class BulkJobsXCommand
          The command to get a job info for a list of bundle jobs by given filters.
 class KillTransitionXCommand
          This is transition Base commands for all the jobs.
 class MaterializeTransitionXCommand
          Transition command for materialize the job.
 class PauseTransitionXCommand
          Transition command for pause the job.
 class PurgeXCommand
          This class is used to purge workflows, coordinators, and bundles.
 class RerunTransitionXCommand<T>
          Transition command for rerun the job.
 class ResumeTransitionXCommand
           
 class StartTransitionXCommand
          Transition command for start the job.
 class StatusUpdateXCommand
          Transition command for update status.
 class SubmitTransitionXCommand
          Base class for submit transition command.
 class SuspendTransitionXCommand
           
 class TransitionXCommand<T>
          This is the base commands for all the jobs related commands .
 class UnpauseTransitionXCommand
          Transition command for unpause the job.
 

Methods in org.apache.oozie.command with parameters of type XCommand
protected  void XCommand.queue(XCommand<?> command)
          Queue a command for execution after the current command execution completes.
protected  void XCommand.queue(XCommand<?> command, long msDelay)
          Queue a command for delayed execution after the current command execution completes.
 

Uses of XCommand in org.apache.oozie.command.bundle
 

Subclasses of XCommand in org.apache.oozie.command.bundle
 class BundleJobChangeXCommand
           
 class BundleJobResumeXCommand
           
 class BundleJobSuspendXCommand
           
 class BundleJobsXCommand
          The command to get a job info for a list of bundle jobs by given filters.
 class BundleJobXCommand
          Command for Getting the Bundle job bean it also gets coordinators information in the Bundle job.
 class BundleKillXCommand
           
 class BundlePauseXCommand
           
 class BundleRerunXCommand
          Rerun bundle coordinator jobs by a list of coordinator names or dates.
 class BundleStartXCommand
          The command to start Bundle job
 class BundleStatusUpdateXCommand
          The command to update Bundle status
 class BundleSubmitXCommand
          This Command will submit the bundle.
 class BundleUnpauseXCommand
           
 

Uses of XCommand in org.apache.oozie.command.coord
 

Subclasses of XCommand in org.apache.oozie.command.coord
 class CoordActionCheckXCommand
          The command checks workflow status for coordinator action.
 class CoordActionInfoXCommand
           
 class CoordActionInputCheckXCommand
          The command to check if an action's data input paths exist in the file system.
 class CoordActionNotificationXCommand
          This class will send the notification for the coordinator action
 class CoordActionReadyXCommand
           
 class CoordActionStartXCommand
           
 class CoordActionTimeOutXCommand
          This class updates the Time out in the action bean
 class CoordActionUpdatePushMissingDependency
           
 class CoordActionUpdateXCommand
           
 class CoordChangeXCommand
           
 class CoordinatorXCommand<T>
          Abstract coordinator command class derived from XCommand
 class CoordJobsXCommand
          The command to get a job info for a list of coordinator jobs by given filters.
 class CoordJobXCommand
          Command for loading a coordinator job information
 class CoordKillXCommand
           
 class CoordMaterializeTransitionXCommand
          Materialize actions for specified start and end time for coordinator job.
 class CoordPauseXCommand
           
 class CoordPushDependencyCheckXCommand
           
 class CoordRerunXCommand
          Rerun coordinator actions by a list of dates or ids.
 class CoordResumeXCommand
          Resume coordinator job and actions.
 class CoordSubmitXCommand
          This class provides the functionalities to resolve a coordinator job XML and write the job information into a DB table.
 class CoordSuspendXCommand
          Suspend coordinator job and actions.
 class CoordUnpauseXCommand
           
 class SLAEventsXCommand
          The command to get a list of SLAEvents which are greater than given seqId.
 

Uses of XCommand in org.apache.oozie.command.wf
 

Subclasses of XCommand in org.apache.oozie.command.wf
 class ActionCheckXCommand
          Executes the check command for ActionHandlers.
 class ActionEndXCommand
           
 class ActionKillXCommand
          Kill workflow action and invoke action executor to kill the underlying context.
 class ActionStartXCommand
           
 class ActionXCommand<T>
          Base class for Action execution commands.
 class CompletedActionXCommand
          This command is executed once the Workflow command is finished.
 class DefinitionXCommand
           
 class ExternalIdXCommand
           
 class JobsXCommand
           
 class JobXCommand
          This Xcommand is returning the workflow with action within the range.
 class KillXCommand
          Kill workflow job and its workflow instance and queue a WorkflowActionKillXCommand to kill the workflow actions.
 class NotificationXCommand
           
 class ReRunXCommand
          This is a RerunXCommand which is used for rerunn.
 class ResumeXCommand
           
 class SignalXCommand
           
 class StartXCommand
          Starting the command.
 class SubmitHiveXCommand
           
 class SubmitHttpXCommand
           
 class SubmitMRXCommand
           
 class SubmitPigXCommand
           
 class SubmitScriptLanguageXCommand
           
 class SubmitXCommand
           
 class SuspendXCommand
           
 class WfEndXCommand
          This Command is expected to be called when a Workflow moves to any terminal state ( such as SUCCEEDED, KILLED, FAILED).
 class WorkflowActionInfoXCommand
           
 class WorkflowXCommand<T>
          Abstract coordinator command class derived from XCommand
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.