[core] Move plasma store under object_manager (#8832)

* move plasma under object directory

* update include paths

* cleanup

* disable lint of third-party libraries

* lint
This commit is contained in:
Siyuan (Ryans) Zhuang
2020-06-08 18:21:41 -07:00
committed by GitHub
parent 5e2bd6ecb9
commit c1e6813cea
59 changed files with 166 additions and 171 deletions
+1 -3
View File
@@ -29,16 +29,14 @@
#include <boost/bind.hpp>
#include "absl/time/clock.h"
#include "plasma/client.h"
#include "ray/common/id.h"
#include "ray/common/ray_config.h"
#include "ray/common/status.h"
#include "ray/object_manager/format/object_manager_generated.h"
#include "ray/object_manager/object_buffer_pool.h"
#include "ray/object_manager/object_directory.h"
#include "ray/object_manager/object_store_notification_manager.h"
#include "ray/object_manager/plasma/client.h"
#include "ray/rpc/object_manager/object_manager_client.h"
#include "ray/rpc/object_manager/object_manager_server.h"