|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Map<String,StringBuilder> |
CoordCommandUtils.materializeDataEvents(List<org.jdom.Element> events,
SyncCoordAction appInst,
org.apache.hadoop.conf.Configuration conf)
Materialize all |
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 |
static void |
CoordCommandUtils.resolveInstances(org.jdom.Element event,
StringBuilder instances,
SyncCoordAction actionInst,
org.apache.hadoop.conf.Configuration conf,
ELEvaluator eval)
Resolve list of |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |