Python Worker Server implementation.
Definition at line 180 of file worker_servicer.py.
◆ __init__()
def worker_servicer.WorkerServicer.__init__ |
( |
|
self | ) |
|
◆ _run_single_client()
def worker_servicer.WorkerServicer._run_single_client |
( |
|
self, |
|
|
|
config, |
|
|
|
request_iterator, |
|
|
|
context |
|
) |
| |
|
private |
◆ _run_single_server()
def worker_servicer.WorkerServicer._run_single_server |
( |
|
self, |
|
|
|
config, |
|
|
|
request_iterator, |
|
|
|
context |
|
) |
| |
|
private |
◆ CoreCount()
def worker_servicer.WorkerServicer.CoreCount |
( |
|
unused_request, |
|
|
|
unused_context |
|
) |
| |
|
static |
◆ QuitWorker()
def worker_servicer.WorkerServicer.QuitWorker |
( |
|
self, |
|
|
|
unused_request, |
|
|
|
unused_context |
|
) |
| |
◆ RunClient()
def worker_servicer.WorkerServicer.RunClient |
( |
|
self, |
|
|
|
request_iterator, |
|
|
|
context |
|
) |
| |
◆ RunServer()
def worker_servicer.WorkerServicer.RunServer |
( |
|
self, |
|
|
|
request_iterator, |
|
|
|
context |
|
) |
| |
◆ wait_for_quit()
def worker_servicer.WorkerServicer.wait_for_quit |
( |
|
self | ) |
|
◆ _loop
worker_servicer.WorkerServicer._loop |
|
private |
◆ _quit_event
worker_servicer.WorkerServicer._quit_event |
|
private |
The documentation for this class was generated from the following file: