Package | Description |
---|---|
org.apache.oozie | |
org.apache.oozie.command.coord | |
org.apache.oozie.coord.input.dependency | |
org.apache.oozie.dependency |
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
|
Modifier and Type | Method and Description |
---|---|
protected List<Pair<CoordinatorActionBean,Map<String,ActionDependency>>> |
CoordActionMissingDependenciesXCommand.execute() |
Modifier and Type | Method and Description |
---|---|
ActionDependency |
CoordOldInputDependency.checkPushMissingDependencies(CoordinatorActionBean coordAction,
boolean registerForNotification) |
ActionDependency |
CoordInputDependency.checkPushMissingDependencies(CoordinatorActionBean coordAction,
boolean registerForNotification)
Check push missing dependencies.
|
ActionDependency |
AbstractCoordInputDependency.checkPushMissingDependencies(CoordinatorActionBean coordAction,
boolean registerForNotification) |
Modifier and Type | Method and Description |
---|---|
Map<String,ActionDependency> |
CoordPullInputDependency.getMissingDependencies(CoordinatorActionBean coordAction) |
Map<String,ActionDependency> |
CoordOldInputDependency.getMissingDependencies(CoordinatorActionBean coordAction) |
Map<String,ActionDependency> |
CoordInputDependency.getMissingDependencies(CoordinatorActionBean coordAction)
Gets the missing dependencies.
|
Map<String,ActionDependency> |
AbstractCoordInputDependency.getMissingDependencies(CoordinatorActionBean coordAction) |
Modifier and Type | Method and Description |
---|---|
static ActionDependency |
DependencyChecker.checkForAvailability(List<String> missingDependencies,
org.apache.hadoop.conf.Configuration actionConf,
boolean stopOnFirstMissing)
Get the currently missing and available dependencies after checking the list of known missing
dependencies against the source.
|
static ActionDependency |
DependencyChecker.checkForAvailability(String missingDependencies,
org.apache.hadoop.conf.Configuration actionConf,
boolean stopOnFirstMissing)
Get the currently missing and available dependencies after checking the list of known missing
dependencies against the source.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.