Annotation Type TaskExecutorFactory


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface TaskExecutorFactory
    Annotation for Minion task executor factories. NOTE: - The annotated class must implement the PinotTaskExecutorFactory 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
      boolean enabled  
    • Element Detail

      • enabled

        boolean enabled
        Default:
        true