Can be information about the state (not submitted, e.g. the execute method has not been called yet; not running, e.g. execute has been issued, but job is waiting; running...; completed; aborted...; progress information @return statistics relevant to the execution engine
()
| 81 | * @return statistics relevant to the execution engine |
| 82 | */ |
| 83 | public PigStats getStatistics(); |
| 84 | |
| 85 | /** |
| 86 | * |
no outgoing calls