mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
Add actor table to global state API (#6629)
This commit is contained in:
@@ -102,8 +102,8 @@ from ray._raylet import (
|
||||
_config = _Config()
|
||||
|
||||
from ray.profiling import profile # noqa: E402
|
||||
from ray.state import (global_state, jobs, nodes, tasks, objects, timeline,
|
||||
object_transfer_timeline, cluster_resources,
|
||||
from ray.state import (global_state, jobs, nodes, actors, tasks, objects,
|
||||
timeline, object_transfer_timeline, cluster_resources,
|
||||
available_resources, errors) # noqa: E402
|
||||
from ray.worker import (
|
||||
LOCAL_MODE,
|
||||
@@ -139,6 +139,7 @@ __all__ = [
|
||||
"global_state",
|
||||
"jobs",
|
||||
"nodes",
|
||||
"actors",
|
||||
"tasks",
|
||||
"objects",
|
||||
"timeline",
|
||||
|
||||
Reference in New Issue
Block a user