Package org.gorpipe.spark.platform
Interface JobMonitor
-
public interface JobMonitorInterface passable to wait methods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmonitor(GorJob job)Called periodically while job is running (passed to waitFor etc).
-
-
-
Method Detail
-
monitor
boolean monitor(GorJob job)
Called periodically while job is running (passed to waitFor etc).- Parameters:
job- Job- Returns:
- True if job should keep running
-
-