Package org.apache.druid.cli
Interface CliCommandCreator
-
public interface CliCommandCreatorAn extension point to create a custom Druid service. Druid can understand and execute custom commands to run services loaded via Druid's extension system (seeInitialization#getFromExtensions). See theMainclass for details of groups and commands. Implementations should be registered in theMETA-INF/services/org.apache.druid.cli.CliCommandCreatorfile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCommands(com.github.rvesse.airline.builder.CliBuilder builder)
-