Uses of Interface
org.apache.oozie.util.XCallable

Packages that use XCallable
org.apache.oozie.command   
org.apache.oozie.command.coord   
org.apache.oozie.command.wf   
org.apache.oozie.service   
 

Uses of XCallable in org.apache.oozie.command
 

Classes in org.apache.oozie.command that implement XCallable
 class Command<T,S extends Store>
          Base class for all synchronous and asynchronous DagEngine commands.
 

Methods in org.apache.oozie.command with parameters of type XCallable
protected  void Command.queueCallable(XCallable<Void> callable)
          Queue a callable for execution after the current callable call invocation completes and the WorkflowStore transaction commits.
protected  void Command.queueCallable(XCallable<Void> callable, long delay)
          Queue a callable for delayed execution after the current callable call invocation completes and the WorkflowStore transaction commits.
protected  void Command.queueCallableForException(XCallable<Void> callable)
          Queue a callable for execution only in the event of an exception being thrown during the call invocation.
 

Method parameters in org.apache.oozie.command with type arguments of type XCallable
protected  void Command.logQueueCallableFalse(List<? extends XCallable<Void>> callables)
          Logging the info if failed to queue the callables.
protected  void Command.queueCallable(List<? extends XCallable<Void>> callables)
          Queue a list of callables for execution after the current callable call invocation completes and the WorkflowStore transaction commits.
 

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

Classes in org.apache.oozie.command.coord that implement XCallable
 class CoordActionCheckCommand
           
 class CoordActionInfoCommand
           
 class CoordActionInputCheckCommand
           
 class CoordActionMaterializeCommand
           
 class CoordActionNotification
           
 class CoordActionReadyCommand
           
 class CoordActionStartCommand
           
 class CoordActionTimeOut
           
 class CoordActionUpdateCommand
           
 class CoordChangeCommand
           
 class CoordinatorCommand<T>
           
 class CoordJobCommand
          Command for loading a coordinator job information
 class CoordJobMatLookupCommand
           
 class CoordJobsCommand
           
 class CoordKillCommand
           
 class CoordPurgeCommand
           
 class CoordRecoveryCommand
           
 class CoordRerunCommand
           
 class CoordResumeCommand
           
 class CoordSubmitCommand
          This class provides the functionalities to resolve a coordinator job XML and write the job information into a DB table.
 class CoordSuspendCommand
           
 class SLAEventsCommand
           
 

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

Classes in org.apache.oozie.command.wf that implement XCallable
 class ActionCheckCommand
          Executes the check command for ActionHandlers.
 class ActionCommand<T>
          Base class for Action execution commands.
 class ActionEndCommand
           
 class ActionKillCommand
           
 class ActionStartCommand
           
 class CompletedActionCommand
           
 class DefinitionCommand
           
 class ExternalIdCommand
           
 class JobCommand
          Command for loading a job information
 class JobsCommand
          Command for loading the Workflows according to the given filter information
 class KillCommand
           
 class NotificationCommand
           
 class PurgeCommand
           
 class ReRunCommand
           
 class ResumeCommand
           
 class SignalCommand
           
 class StartCommand
           
 class SubmitCommand
           
 class SubmitHttpCommand
           
 class SubmitMRCommand
           
 class SubmitPigCommand
           
 class SuspendCommand
           
 class WorkflowActionInfoCommand
           
 class WorkflowCommand<T>
           
 

Uses of XCallable in org.apache.oozie.service
 

Methods in org.apache.oozie.service with parameters of type XCallable
 boolean CallableQueueService.queue(XCallable<Void> callable)
          Queue a callable for asynchronous execution.
 boolean CallableQueueService.queue(XCallable<Void> callable, long delay)
          Queue a callable for asynchronous execution sometime in the future.
 

Method parameters in org.apache.oozie.service with type arguments of type XCallable
 boolean CallableQueueService.queueSerial(List<? extends XCallable<Void>> callables)
          Queue a list of callables for serial execution.
 boolean CallableQueueService.queueSerial(List<? extends XCallable<Void>> callables, long delay)
          Queue a list of callables for serial execution sometime in the future.
 



Copyright © 2011 Yahoo. All Rights Reserved.