Beispiel #1
0
 def add_arguments(self, parser):
     parser.add_argument(
         "topology_name", metavar="TOPOLOGY_NAME",
         help="Name of the topology to kill.")
     parser.add_argument(
         "-w", "--wait-time", dest="wait_time",
         help="Override the duration in seconds Storm waits between "
              "deactivation and shutdown.")
     add_nimbus_arguments(parser)
Beispiel #2
0
 def add_arguments(self, parser):
     parser.add_argument("topology_name",
                         metavar="TOPOLOGY_NAME",
                         help="Name of the topology to kill.")
     parser.add_argument(
         "-w",
         "--wait-time",
         dest="wait_time",
         help="Override the duration in seconds Storm waits between "
         "deactivation and shutdown.")
     add_nimbus_arguments(parser)
 def add_specific_arguments(self, parser):
     add_nimbus_arguments(parser)
Beispiel #4
0
 def add_arguments(self, parser):
     add_nimbus_arguments(parser)