Uses of Class
org.apache.oozie.coord.SyncCoordAction

Packages that use SyncCoordAction
org.apache.oozie.command.coord   
org.apache.oozie.coord   
 

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

Methods in org.apache.oozie.command.coord with parameters of type SyncCoordAction
static int CoordCommandUtils.getInstanceNumber(String function, org.jdom.Element event, SyncCoordAction appInst, org.apache.hadoop.conf.Configuration conf, StringBuilder restArg)
          parse a function like coord:latest(n)/future() and return the 'n'.
static void CoordCommandUtils.materializeDataEvents(List<org.jdom.Element> events, SyncCoordAction appInst, org.apache.hadoop.conf.Configuration conf, StringBuffer dependencyList)
          Materialize all / or / tags Create uris for resolved instances.
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 SyncCoordAction in org.apache.oozie.coord
 

Methods in org.apache.oozie.coord with parameters of type SyncCoordAction
static void CoordELFunctions.configureEvaluator(ELEvaluator evaluator, SyncCoordDataset ds, SyncCoordAction coordAction)
          Configure an evaluator with data set and application specific information.
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)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.