MCPcopy Create free account
hub / github.com/apache/storm / initialize_deactivate_subcommand

Function initialize_deactivate_subcommand

bin/storm.py:718–726  ·  view source on GitHub ↗
(subparsers)

Source from the content-addressed store, hash-verified

716
717
718def initialize_deactivate_subcommand(subparsers):
719 sub_parser = subparsers.add_parser(
720 "deactivate", help="Deactivates the specified topology's spouts.", formatter_class=SortingHelpFormatter
721 )
722
723 sub_parser.add_argument("topology-name")
724
725 sub_parser.set_defaults(func=deactivate)
726 add_common_options(sub_parser)
727
728
729def initialize_rebalance_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected