Annotation Type TaskGenerator
-
@Retention(RUNTIME) @Target(TYPE) public @interface TaskGenerator
Annotation for Minion task generators. NOTE: - The annotated class must implement the PinotTaskGenerator interface - The annotated class must be under the package of name 'org.apache.pinot.*.plugin.minion.tasks.*' to be auto-registered.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabled
-