-
public interface PulsarJobBase
-
-
Method Summary
-
-
Method Detail
-
stopJob
abstract Boolean stopJob()
Stop the job with the possibility to resume. Subclasses should override this, since by default it calls .killJob.
-
killJob
abstract Boolean killJob()
Kill the job immediately. Clients should assume that any results that the job produced so far are in inconsistent state or missing.
-
-
-
-