Public Member Functions | |
def | __init__ (self, int num_channels, _ChannelConfiguration channel_config) |
None | stop (self) |
Private Attributes | |
_channel_threads | |
An object grouping together threads driving RPCs for a method.
Definition at line 359 of file xds_interop_client.py.
def xds_interop_client._MethodHandle.__init__ | ( | self, | |
int | num_channels, | ||
_ChannelConfiguration | channel_config | ||
) |
Creates and starts a group of threads running the indicated method.
Definition at line 364 of file xds_interop_client.py.
None xds_interop_client._MethodHandle.stop | ( | self | ) |
Joins all threads referenced by the handle.
Definition at line 374 of file xds_interop_client.py.
|
private |
Definition at line 366 of file xds_interop_client.py.