T - The return type of the visit operation. Use Void for
operations with no return type.public interface ScalingStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ScalingStatementParser.T visitExecute(ScalingStatementParser.ExecuteContext ctx)
ScalingStatementParser.execute().ctx - the parse treeT visitShowScalingList(ScalingStatementParser.ShowScalingListContext ctx)
ScalingStatementParser.showScalingList().ctx - the parse treeT visitShowScalingStatus(ScalingStatementParser.ShowScalingStatusContext ctx)
ScalingStatementParser.showScalingStatus().ctx - the parse treeT visitStartScaling(ScalingStatementParser.StartScalingContext ctx)
ScalingStatementParser.startScaling().ctx - the parse treeT visitStopScaling(ScalingStatementParser.StopScalingContext ctx)
ScalingStatementParser.stopScaling().ctx - the parse treeT visitDropScaling(ScalingStatementParser.DropScalingContext ctx)
ScalingStatementParser.dropScaling().ctx - the parse treeT visitResetScaling(ScalingStatementParser.ResetScalingContext ctx)
ScalingStatementParser.resetScaling().ctx - the parse treeT visitCheckScaling(ScalingStatementParser.CheckScalingContext ctx)
ScalingStatementParser.checkScaling().ctx - the parse treeT visitShowScalingCheckAlgorithms(ScalingStatementParser.ShowScalingCheckAlgorithmsContext ctx)
ScalingStatementParser.showScalingCheckAlgorithms().ctx - the parse treeT visitStopScalingSourceWriting(ScalingStatementParser.StopScalingSourceWritingContext ctx)
ScalingStatementParser.stopScalingSourceWriting().ctx - the parse treeT visitRestoreScalingSourceWriting(ScalingStatementParser.RestoreScalingSourceWritingContext ctx)
ScalingStatementParser.restoreScalingSourceWriting().ctx - the parse treeT visitApplyScaling(ScalingStatementParser.ApplyScalingContext ctx)
ScalingStatementParser.applyScaling().ctx - the parse treeT visitJobId(ScalingStatementParser.JobIdContext ctx)
ScalingStatementParser.jobId().ctx - the parse treeT visitAlgorithmDefinition(ScalingStatementParser.AlgorithmDefinitionContext ctx)
ScalingStatementParser.algorithmDefinition().ctx - the parse treeT visitAlgorithmName(ScalingStatementParser.AlgorithmNameContext ctx)
ScalingStatementParser.algorithmName().ctx - the parse treeT visitAlgorithmProperties(ScalingStatementParser.AlgorithmPropertiesContext ctx)
ScalingStatementParser.algorithmProperties().ctx - the parse treeT visitAlgorithmProperty(ScalingStatementParser.AlgorithmPropertyContext ctx)
ScalingStatementParser.algorithmProperty().ctx - the parse treeT visitCreateShardingScalingRule(ScalingStatementParser.CreateShardingScalingRuleContext ctx)
ScalingStatementParser.createShardingScalingRule().ctx - the parse treeT visitDropShardingScalingRule(ScalingStatementParser.DropShardingScalingRuleContext ctx)
ScalingStatementParser.dropShardingScalingRule().ctx - the parse treeT visitEnableShardingScalingRule(ScalingStatementParser.EnableShardingScalingRuleContext ctx)
ScalingStatementParser.enableShardingScalingRule().ctx - the parse treeT visitDisableShardingScalingRule(ScalingStatementParser.DisableShardingScalingRuleContext ctx)
ScalingStatementParser.disableShardingScalingRule().ctx - the parse treeT visitScalingName(ScalingStatementParser.ScalingNameContext ctx)
ScalingStatementParser.scalingName().ctx - the parse treeT visitScalingRuleDefinition(ScalingStatementParser.ScalingRuleDefinitionContext ctx)
ScalingStatementParser.scalingRuleDefinition().ctx - the parse treeT visitInputDefinition(ScalingStatementParser.InputDefinitionContext ctx)
ScalingStatementParser.inputDefinition().ctx - the parse treeT visitOutputDefinition(ScalingStatementParser.OutputDefinitionContext ctx)
ScalingStatementParser.outputDefinition().ctx - the parse treeT visitCompletionDetector(ScalingStatementParser.CompletionDetectorContext ctx)
ScalingStatementParser.completionDetector().ctx - the parse treeT visitDataConsistencyChecker(ScalingStatementParser.DataConsistencyCheckerContext ctx)
ScalingStatementParser.dataConsistencyChecker().ctx - the parse treeT visitWorkerThread(ScalingStatementParser.WorkerThreadContext ctx)
ScalingStatementParser.workerThread().ctx - the parse treeT visitBatchSize(ScalingStatementParser.BatchSizeContext ctx)
ScalingStatementParser.batchSize().ctx - the parse treeT visitRateLimiter(ScalingStatementParser.RateLimiterContext ctx)
ScalingStatementParser.rateLimiter().ctx - the parse treeT visitStreamChannel(ScalingStatementParser.StreamChannelContext ctx)
ScalingStatementParser.streamChannel().ctx - the parse treeT visitIntValue(ScalingStatementParser.IntValueContext ctx)
ScalingStatementParser.intValue().ctx - the parse treeT visitExistsClause(ScalingStatementParser.ExistsClauseContext ctx)
ScalingStatementParser.existsClause().ctx - the parse treeT visitShowShardingScalingRules(ScalingStatementParser.ShowShardingScalingRulesContext ctx)
ScalingStatementParser.showShardingScalingRules().ctx - the parse treeT visitSchemaName(ScalingStatementParser.SchemaNameContext ctx)
ScalingStatementParser.schemaName().ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.