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

Function initialize_drpc_subcommand

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

Source from the content-addressed store, hash-verified

986
987
988def initialize_drpc_subcommand(subparsers):
989 command_help = """
990 Launches a DRPC daemon. This command should be run under supervision
991 with a tool like daemontools or monit.
992
993 See Distributed RPC for more information.
994 (https://storm.apache.org/documentation/Distributed-RPC)
995 """
996 sub_parser = subparsers.add_parser("drpc", help=command_help, formatter_class=SortingHelpFormatter)
997 sub_parser.set_defaults(func=drpc)
998 add_common_options(sub_parser)
999
1000
1001def initialize_dev_zookeeper_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected