Package | Description |
---|---|
org.apache.oozie | |
org.apache.oozie.coord.input.dependency |
Modifier and Type | Method and Description |
---|---|
StringBlob |
CoordinatorActionBean.getActionXmlBlob() |
StringBlob |
WorkflowJobBean.getConfBlob() |
StringBlob |
WorkflowActionBean.getConfBlob() |
StringBlob |
CoordinatorJobBean.getConfBlob() |
StringBlob |
BundleJobBean.getConfBlob() |
StringBlob |
CoordinatorActionBean.getCreatedConfBlob() |
StringBlob |
WorkflowActionBean.getDataBlob() |
StringBlob |
WorkflowActionBean.getExternalChildIDsBlob()
Get external ChildIds
|
StringBlob |
CoordinatorJobBean.getJobXmlBlob() |
StringBlob |
BundleJobBean.getJobXmlBlob() |
StringBlob |
CoordinatorActionBean.getMissingDependenciesBlob() |
StringBlob |
CoordinatorJobBean.getOrigJobXmlBlob() |
StringBlob |
BundleJobBean.getOrigJobXmlBlob() |
StringBlob |
WorkflowJobBean.getProtoActionConfBlob() |
StringBlob |
CoordinatorActionBean.getPushMissingDependenciesBlob() |
StringBlob |
CoordinatorActionBean.getRunConfBlob() |
StringBlob |
WorkflowJobBean.getSlaXmlBlob() |
StringBlob |
WorkflowActionBean.getSlaXmlBlob() |
StringBlob |
CoordinatorJobBean.getSlaXmlBlob() |
StringBlob |
CoordinatorActionBean.getSlaXmlBlob() |
StringBlob |
WorkflowActionBean.getStatsBlob() |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorActionBean.setActionXmlBlob(StringBlob actionXml) |
void |
WorkflowJobBean.setConfBlob(StringBlob conf) |
void |
WorkflowActionBean.setConfBlob(StringBlob conf) |
void |
CoordinatorJobBean.setConfBlob(StringBlob conf) |
void |
BundleJobBean.setConfBlob(StringBlob conf) |
void |
CoordinatorActionBean.setCreatedConfBlob(StringBlob createdConf) |
void |
WorkflowActionBean.setDataBlob(StringBlob data) |
void |
WorkflowActionBean.setExternalChildIDsBlob(StringBlob externalChildIDs)
Set external child ids
|
void |
CoordinatorJobBean.setJobXmlBlob(StringBlob jobXmlBlob) |
void |
BundleJobBean.setJobXmlBlob(StringBlob jobXmlBlob) |
void |
CoordinatorActionBean.setMissingDependenciesBlob(StringBlob missingDependencies) |
void |
CoordinatorJobBean.setOrigJobXmlBlob(StringBlob origJobXml) |
void |
BundleJobBean.setOrigJobXmlBlob(StringBlob origJobXml) |
void |
WorkflowJobBean.setProtoActionConfBlob(StringBlob protoBytes) |
void |
CoordinatorActionBean.setPushMissingDependenciesBlob(StringBlob pushMissingDependencies) |
void |
CoordinatorActionBean.setRunConfBlob(StringBlob runConf) |
void |
WorkflowJobBean.setSlaXmlBlob(StringBlob slaXml) |
void |
WorkflowActionBean.setSlaXmlBlob(StringBlob slaXml) |
void |
CoordinatorJobBean.setSlaXmlBlob(StringBlob slaXml) |
void |
CoordinatorActionBean.setSlaXmlBlob(StringBlob slaXml) |
void |
WorkflowActionBean.setStatsBlob(StringBlob stats) |
Modifier and Type | Method and Description |
---|---|
static CoordInputDependency |
CoordInputDependencyFactory.getPullInputDependencies(StringBlob missingDependencies)
Gets the pull input dependencies.
|
static CoordInputDependency |
CoordInputDependencyFactory.getPushInputDependencies(StringBlob pushMissingDependencies)
Gets the push input dependencies.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.