Package org.apache.pinot.tools
Interface Command
-
- All Known Implementing Classes:
AddSchemaCommand,AddTableCommand,AddTenantCommand,AnonymizeDataCommand,AutoAddInvertedIndexTool,AvroSchemaToPinotSchema,BootstrapTableCommand,ChangeNumReplicasCommand,ChangeTableState,CreateSegmentCommand,DeleteClusterCommand,GenerateDataCommand,GitHubEventsQuickStartCommand,ImportDataCommand,JsonToPinotSchema,LaunchDataIngestionJobCommand,MoveReplicaGroup,OfflineSegmentIntervalCheckerCommand,OperateClusterConfigCommand,PerfBenchmarkRunner,PinotFSBenchmarkRunner,PinotSegmentConvertCommand,PostQueryCommand,QueryRunner,QuickStartCommand,RealtimeProvisioningHelperCommand,RebalanceTableCommand,SegmentDumpTool,SegmentProcessorFrameworkCommand,ShowClusterInfoCommand,StartBrokerCommand,StartControllerCommand,StartKafkaCommand,StartMinionCommand,StartServerCommand,StartServiceManagerCommand,StartZookeeperCommand,StopProcessCommand,StreamAvroIntoKafkaCommand,StreamGitHubEventsCommand,UpdateSegmentState,UploadSegmentCommand,ValidateConfigCommand,ValidateTableRetention,VerifyClusterStateCommand,VerifySegmentState
public interface Command extends Callable<Integer>
Interface class for pinot-admin commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Integercall()Stringdescription()booleanexecute()booleangetHelp()voidprintUsage()
-