Package ai.platon.pulsar.common
Interface PulsarJobBase
-
- All Implemented Interfaces:
public interface PulsarJobBaseHadoop's MapReduce support
-
-
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.
- Returns:
true if succeeded, false otherwise
-
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.
- Returns:
true if succeeded, false otherwise.
-
-
-
-