Package | Description |
---|---|
org.apache.oozie | |
org.apache.oozie.command.coord | |
org.apache.oozie.coord | |
org.apache.oozie.executor.jpa | |
org.apache.oozie.sla | |
org.apache.oozie.sla.service | |
org.apache.oozie.util |
Modifier and Type | Method and Description |
---|---|
List<Pair<CoordinatorActionBean,Map<String,ActionDependency>>> |
CoordinatorEngine.getCoordActionMissingDependencies(String id,
String actions,
String dates)
Get coord action missing dependencies
|
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> |
CoordinatorEngine.parseJobFilter(String filter) |
Modifier and Type | Method and Description |
---|---|
protected List<Pair<CoordinatorActionBean,Map<String,ActionDependency>>> |
CoordActionMissingDependenciesXCommand.execute() |
Constructor and Description |
---|
CoordJobXCommand(String id,
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> filterMap,
int offset,
int length,
boolean desc)
Constructor for loading a coordinator job information
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
CoordUtils.getWhereClause(StringBuilder sb,
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> filterMap) |
Constructor and Description |
---|
CoordActionsCountForJobIdJPAExecutor(String coordJobId,
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> filterMap) |
CoordJobGetActionsSubsetJPAExecutor(String coordJobId,
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> filterMap,
int offset,
int len,
boolean desc) |
Modifier and Type | Method and Description |
---|---|
boolean |
SLACalculatorMemory.changeDefinition(List<Pair<String,Map<String,String>>> jobIdsSLAPair) |
boolean |
SLACalculator.changeDefinition(List<Pair<String,Map<String,String>>> jobIdsSLAPair)
Change jobs Sla definitions
It takes list of pairs of jobid and key/value pairs of el evaluated sla definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLAService.changeDefinition(List<Pair<String,Map<String,String>>> idSlaDefinitionList)
Change jobs Sla definitions
It takes list of pairs of jobid and key/value pairs of el evaluated sla definition.
|
Modifier and Type | Method and Description |
---|---|
static <T,S> Pair<T,S> |
Pair.of(T first,
S second) |
Copyright © 2018 Apache Software Foundation. All rights reserved.