ray/src/common/state
Robert Nishihara 9e4a3e4972 Replace some UT data structures in local scheduler with C++ STL. (#680)
* Replace a local scheduler ut_array with a std::vector.

* Replace vector of sizes in local scheduler with std::pair.

* Remove utarray include.

* Replace utarray with std::vector for reading local scheduler input messages.

* Remove more UT data structures.

* Remove UT includes.

* Fix linting.

* Include stdlib.h to find size_t.

* Remove includes of stdbool.h.

* Replace std::pair with TaskQueueEntry.

* Fix redis tests.

* Reinstate tests.
2017-06-19 21:58:42 +00:00
..
actor_notification_table.cc Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00
actor_notification_table.h Clean up when a driver disconnects. (#462) 2017-04-24 18:10:21 -07:00
db.h Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
db_client_table.cc Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
db_client_table.h Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
driver_table.cc Clean up when a driver disconnects. (#462) 2017-04-24 18:10:21 -07:00
driver_table.h Clean up when a driver disconnects. (#462) 2017-04-24 18:10:21 -07:00
error_table.cc Warn the user when a nondeterministic task is detected. (#339) 2017-03-07 00:32:15 -08:00
error_table.h Notify driver when a worker dies while executing a task. (#419) 2017-04-06 00:02:39 -07:00
local_scheduler_table.cc Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00
local_scheduler_table.h Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
object_table.cc Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
object_table.h Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
redis.cc Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
redis.h Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
table.cc Remove timeout for Redis commands. (#649) 2017-06-09 15:55:36 -07:00
table.h Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
task_table.cc Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
task_table.h Shard Redis. (#539) 2017-05-18 17:40:41 -07:00