Uses of Class
org.apache.oozie.util.ELEvaluator

Packages that use ELEvaluator
org.apache.oozie   
org.apache.oozie.action   
org.apache.oozie.command.bundle   
org.apache.oozie.command.coord   
org.apache.oozie.command.wf   
org.apache.oozie.coord   
org.apache.oozie.service   
org.apache.oozie.util   
 

Uses of ELEvaluator in org.apache.oozie
 

Methods in org.apache.oozie with parameters of type ELEvaluator
static void DagELFunctions.configureEvaluator(ELEvaluator evaluator, WorkflowJobBean workflow, WorkflowActionBean action)
           
 

Uses of ELEvaluator in org.apache.oozie.action
 

Methods in org.apache.oozie.action that return ELEvaluator
 ELEvaluator ActionExecutor.Context.getELEvaluator()
          Return an ELEvaluator with the context injected.
 

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

Methods in org.apache.oozie.command.bundle that return ELEvaluator
 ELEvaluator BundleSubmitXCommand.createEvaluator(org.apache.hadoop.conf.Configuration conf)
          Create ELEvaluator
 

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

Methods in org.apache.oozie.command.coord with parameters of type ELEvaluator
static String CoordCommandUtils.materializeInstance(org.jdom.Element event, String expr, SyncCoordAction appInst, org.apache.hadoop.conf.Configuration conf, ELEvaluator evalInst)
          Materialize one instance like current(-2)
static void CoordCommandUtils.resolveInstanceRange(org.jdom.Element event, StringBuilder instances, SyncCoordAction appInst, org.apache.hadoop.conf.Configuration conf, ELEvaluator eval)
          Resolve tag.
static void CoordCommandUtils.resolveInstances(org.jdom.Element event, StringBuilder instances, SyncCoordAction actionInst, org.apache.hadoop.conf.Configuration conf, ELEvaluator eval)
          Resolve list of tags.
 

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

Methods in org.apache.oozie.command.wf that return ELEvaluator
static ELEvaluator SubmitXCommand.createELEvaluatorForGroup(org.apache.hadoop.conf.Configuration conf, String group)
          Create an EL evaluator for a given group.
static ELEvaluator SignalXCommand.createELEvaluatorForGroup(org.apache.hadoop.conf.Configuration conf, String group)
           
 ELEvaluator ActionXCommand.ActionExecutorContext.getELEvaluator()
           
 

Methods in org.apache.oozie.command.wf with parameters of type ELEvaluator
static String SubmitXCommand.resolveSla(org.jdom.Element eSla, ELEvaluator evalSla)
          Resolve variables in sla xml element.
 

Uses of ELEvaluator in org.apache.oozie.coord
 

Methods in org.apache.oozie.coord that return ELEvaluator
static ELEvaluator CoordELEvaluator.createDataEvaluator(org.jdom.Element eJob, org.apache.hadoop.conf.Configuration conf, String actionId)
          Create an Evaluator to resolve dataIns and dataOuts of an application instance (used in stage 3)
static ELEvaluator CoordELEvaluator.createELEvaluatorForDataEcho(org.apache.hadoop.conf.Configuration conf, String group, HashMap<String,String> dataNameList)
           
static ELEvaluator CoordELEvaluator.createELEvaluatorForGroup(org.apache.hadoop.conf.Configuration conf, String group)
          Create an evaluator to be used in resolving configuration vars and frequency constant/functions (used in Stage 1)
static ELEvaluator CoordELEvaluator.createInstancesELEvaluator(org.jdom.Element event, SyncCoordAction appInst, org.apache.hadoop.conf.Configuration conf)
          Create a new Evaluator to resolve the EL functions and variables using action creation time (Phase 2)
static ELEvaluator CoordELEvaluator.createInstancesELEvaluator(String tag, org.jdom.Element event, SyncCoordAction appInst, org.apache.hadoop.conf.Configuration conf)
           
static ELEvaluator CoordELEvaluator.createLazyEvaluator(Date actualTime, Date nominalTime, org.jdom.Element dEvent, org.apache.hadoop.conf.Configuration conf)
          Create a new evaluator for Lazy resolve (phase 3).
static ELEvaluator CoordELEvaluator.createSLAEvaluator(Date nominalTime, org.apache.hadoop.conf.Configuration conf)
          Create a SLA evaluator to be used during Materialization
static ELEvaluator CoordELEvaluator.createURIELEvaluator(String strDate)
          Create a new Evaluator to resolve URI temple with time specific constant
 

Methods in org.apache.oozie.coord with parameters of type ELEvaluator
static void CoordELFunctions.configureEvaluator(ELEvaluator evaluator, SyncCoordDataset ds, SyncCoordAction coordAction)
          Configure an evaluator with data set and application specific information.
static String CoordELFunctions.evalAndWrap(ELEvaluator eval, String expr)
          Helper method to wrap around with "${..}".
 

Uses of ELEvaluator in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return ELEvaluator
 ELEvaluator ELService.createEvaluator(String group)
          Return an ELEvaluator pre-configured with the constants and functions for the specific group of EL-functions and variables defined in the configuration.
 

Uses of ELEvaluator in org.apache.oozie.util
 

Methods in org.apache.oozie.util that return ELEvaluator
static ELEvaluator ELEvaluator.getCurrent()
          If within the scope of a EL evaluation call, it gives access to the ELEvaluator instance performing the EL evaluation.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.