用法:
distributed.comm.resolve_address(addr: str) → str
將scheme-specific 地址解析應用於 addr,用具體的位置說明符替換所有符號引用。
實際上,這可能意味著主機名被解析為 IP 地址。
>>> resolve_address('tcp://localhost:8786') 'tcp://127.0.0.1:8786'
相關用法
- Python distributed.comm.get_address_host用法及代碼示例
- Python distributed.comm.normalize_address用法及代碼示例
- Python distributed.comm.parse_address用法及代碼示例
- Python distributed.protocol.serialize.register_generic用法及代碼示例
- Python distributed.Client.gather用法及代碼示例
- Python distributed.recreate_tasks.ReplayTaskClient.recreate_task_locally用法及代碼示例
- Python distributed.diagnostics.plugin.SchedulerPlugin用法及代碼示例
- Python distributed.Client.ncores用法及代碼示例
- Python distributed.Client.retire_workers用法及代碼示例
- Python distributed.Client.unregister_worker_plugin用法及代碼示例
- Python distributed.fire_and_forget用法及代碼示例
- Python distributed.Client.set_metadata用法及代碼示例
- Python distributed.Client.scheduler_info用法及代碼示例
- Python distributed.Client.submit用法及代碼示例
- Python distributed.Client.compute用法及代碼示例
- Python distributed.SpecCluster.scale用法及代碼示例
- Python distributed.get_worker用法及代碼示例
- Python distributed.SpecCluster.scale_up用法及代碼示例
- Python distributed.Client.nthreads用法及代碼示例
注:本文由純淨天空篩選整理自dask.org大神的英文原創作品 distributed.comm.resolve_address。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。