def __init__(self, host, port, ncycles, nthreads, nnodes, nflows, startflow): FlowConfigBlaster.__init__(self, host, port, ncycles, nthreads, 1, nnodes, nflows, startflow, False)
def __init__(self, host, port, ncycles, nthreads, nnodes, nflows, startflow): FlowConfigBlaster.__init__(self, host, port, ncycles, nthreads, nnodes, nflows, startflow, False, '') # Create the service URL self.url = 'http://' + self.host + ":" + self.port + '/wm/staticflowentrypusher/json'