public class CoordInputLogicEvaluatorPhaseValidate extends Object implements CoordInputLogicEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected CoordinatorActionBean |
coordAction |
protected CoordinatorJob |
coordJob |
protected Map<String,List<CoordInputInstance>> |
dependencyMap |
INPUT_LOGIC| Constructor and Description |
|---|
CoordInputLogicEvaluatorPhaseValidate(CoordinatorActionBean coordAction) |
| Modifier and Type | Method and Description |
|---|---|
CoordInputLogicEvaluatorResult |
evalCombineInput(String[] inputSets,
int min,
int wait)
Eval combine input.
|
CoordInputLogicEvaluatorResult |
evalInput(String dataSet,
int min,
int wait)
Eval input.
|
protected Map<String,List<CoordInputInstance>> dependencyMap
protected CoordinatorActionBean coordAction
protected CoordinatorJob coordJob
public CoordInputLogicEvaluatorPhaseValidate(CoordinatorActionBean coordAction)
public CoordInputLogicEvaluatorResult evalInput(String dataSet, int min, int wait)
CoordInputLogicEvaluatorevalInput in interface CoordInputLogicEvaluatordataSet - the input data setmin - the minwait - the waitpublic CoordInputLogicEvaluatorResult evalCombineInput(String[] inputSets, int min, int wait)
CoordInputLogicEvaluatorevalCombineInput in interface CoordInputLogicEvaluatorinputSets - the combine datasetsmin - the minwait - the waitCopyright © 2016 Apache Software Foundation. All rights reserved.