Public Member Functions | |
def | __init__ (self, client) |
def | start (self) |
def | stop (self) |
Private Attributes | |
_client | |
Static Private Attributes | |
__metaclass__ = abc.ABCMeta | |
Abstract interface for sending requests from clients.
Definition at line 25 of file client_runner.py.
def tests.qps.client_runner.ClientRunner.__init__ | ( | self, | |
client | |||
) |
Definition at line 30 of file client_runner.py.
def tests.qps.client_runner.ClientRunner.start | ( | self | ) |
Reimplemented in tests.qps.client_runner.ClosedLoopClientRunner, and tests.qps.client_runner.OpenLoopClientRunner.
Definition at line 34 of file client_runner.py.
def tests.qps.client_runner.ClientRunner.stop | ( | self | ) |
Reimplemented in tests.qps.client_runner.ClosedLoopClientRunner, and tests.qps.client_runner.OpenLoopClientRunner.
Definition at line 38 of file client_runner.py.
|
staticprivate |
Definition at line 28 of file client_runner.py.
|
private |
Definition at line 31 of file client_runner.py.