| Package | Description |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.command.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 |
|---|---|
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> |
CoordinatorEngine.parseJobFilter(String filter) |
| 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
|
| Constructor and Description |
|---|
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 © 2015 Apache Software Foundation. All Rights Reserved.