Package org.apache.druid.indexer
Interface Jobby
public interface Jobby
-
Method Summary
-
Method Details
-
run
boolean run() -
getStats
- Returns:
- A map containing statistics for a Jobby, optionally null if the Jobby is unable to provide stats.
-
getErrorMessage
- Returns:
- A string representing the error that caused a Jobby to fail. Can be null if the Jobby did not fail, or is unable to provide an error message.
-