Interface CliCommandCreator


public interface CliCommandCreator
An extension point to create a custom Druid service. Druid can understand and execute custom commands to run services loaded via Druid's extension system (see Initialization#getFromExtensions). See the Main class for details of groups and commands. Implementations should be registered in the META-INF/services/org.apache.druid.cli.CliCommandCreator file.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCommands(com.github.rvesse.airline.builder.CliBuilder builder)
     
  • Method Details

    • addCommands

      void addCommands(com.github.rvesse.airline.builder.CliBuilder builder)