[Refactor] Rename ClientId to NodeId (#10992)

* rename ClientId to NodeId

* format lint

* format lint

* fix conflicts

* rename new ClientId to NodeId

* update lint

* make same version of clang-format with travis ci
This commit is contained in:
DK.Pino
2020-09-28 01:24:21 +08:00
committed by GitHub
parent f69b390755
commit db7097fb1f
111 changed files with 862 additions and 889 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ from ray._raylet import (
ActorCheckpointID,
ActorClassID,
ActorID,
ClientID,
NodeID,
Config as _Config,
JobID,
WorkerID,
@@ -151,7 +151,7 @@ __all__ += [
"ActorCheckpointID",
"ActorClassID",
"ActorID",
"ClientID",
"NodeID",
"JobID",
"WorkerID",
"FunctionID",