[cpp worker] support cluster mode and object Put/Get works (#9682)

This commit is contained in:
SongGuyang
2020-08-28 13:53:36 +08:00
committed by GitHub
parent 0d22c0b653
commit cb70864c04
28 changed files with 490 additions and 58 deletions
+3
View File
@@ -33,6 +33,9 @@ class Ray {
/// Initialize Ray runtime.
static void Init();
/// Shutdown Ray runtime.
static void Shutdown();
/// Store an object in the object store.
///
/// \param[in] obj The object which should be stored.