@Beta public interface BatchActionContext extends BatchRuntimeContext
| Modifier and Type | Method and Description |
|---|---|
Map<String,WorkflowNodeState> |
getNodeStates()
Return an immutable
Map of node ids to WorkflowNodeState. |
WorkflowToken |
getToken() |
boolean |
isSuccessful()
Return true if the execution was successful, false otherwise.
|
getHadoopJob, getLogicalStartTime, getRuntimeArgumentsdiscardDataset, getDataset, getDataset, getDataset, getDataset, releaseDatasetgetMetrics, getPluginProperties, getPluginProperties, getStageName, loadPluginClass, newPluginInstanceprovideWorkflowToken getToken()
WorkflowTokenMap<String,WorkflowNodeState> getNodeStates()
Map of node ids to WorkflowNodeState. This can be used
to determine the status of all pipeline phases executed in the current run.boolean isSuccessful()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.