class documentation
class MultiClientService(Service): (source)
Known subclasses: fiftyone.core.service.DatabaseService
Base class for services that support multiple clients.
Method | start |
Searches for a running instance of this service, or starts one if no instance is found. |
Method | stop |
Disconnects from the service without actually stopping it. |
Instance Variable | attached |
Undocumented |
Instance Variable | child |
Undocumented |
Property | _service |
Arguments passed to the service entrypoint. |
Inherited from Service
:
Method | __del__ |
Stops the service. |
Method | __init__ |
Undocumented |
Method | wait |
Waits for the service to exit and returns its exit code. |
Class Variable | allow |
Undocumented |
Class Variable | service |
Undocumented |
Class Variable | working |
Undocumented |
Property | command |
Undocumented |
Property | env |
Undocumented |
Method | _wait |
Waits for any child process of this service to bind to a TCP port. |
Instance Variable | _disabled |
Undocumented |
Instance Variable | _system |
Undocumented |
overrides
fiftyone.core.service.Service.start
Searches for a running instance of this service, or starts one if no instance is found.
overrides
fiftyone.core.service.Service.stop
Disconnects from the service without actually stopping it.