mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
[GCS] refactor the GCS Client Node Interface (#6010)
This commit is contained in:
@@ -152,7 +152,7 @@ class ObjectManager : public ObjectManagerInterface,
|
||||
/// \param config ObjectManager configuration.
|
||||
/// \param object_directory An object implementing the object directory interface.
|
||||
explicit ObjectManager(boost::asio::io_service &main_service,
|
||||
const ObjectManagerConfig &config,
|
||||
const ClientID &self_node_id, const ObjectManagerConfig &config,
|
||||
std::shared_ptr<ObjectDirectoryInterface> object_directory);
|
||||
|
||||
~ObjectManager();
|
||||
@@ -355,7 +355,7 @@ class ObjectManager : public ObjectManagerInterface,
|
||||
/// Handle Push task timeout.
|
||||
void HandlePushTaskTimeout(const ObjectID &object_id, const ClientID &client_id);
|
||||
|
||||
ClientID client_id_;
|
||||
ClientID self_node_id_;
|
||||
const ObjectManagerConfig config_;
|
||||
std::shared_ptr<ObjectDirectoryInterface> object_directory_;
|
||||
ObjectStoreNotificationManager store_notification_;
|
||||
|
||||
Reference in New Issue
Block a user