Package org.apache.druid.cli
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 TypeMethodDescriptionvoidaddCommands(com.github.rvesse.airline.builder.CliBuilder builder)
-
Method Details
-
addCommands
void addCommands(com.github.rvesse.airline.builder.CliBuilder builder)
-