ray/src/common/state
Robert Nishihara 2d1c980ad7 Refactor local scheduler to remove worker indices. (#245)
* Refactor local scheduler to remove worker indices.

* Change scheduling state enum to int in all function signatures.

* Bug fix, don't use pointers into a resizable array.

* Remove total_num_workers.

* Fix tests.
2017-02-05 14:52:28 -08:00
..
db.h Change db_connect to allow different arguments from different processes. (#142) 2016-12-20 20:21:35 -08:00
db_client_table.c Init_table_callback now takes ownership of passed in data (#80) 2016-12-03 13:49:09 -08:00
db_client_table.h Plasma photon association: passing through plasma address with photon db connection (#123) 2016-12-13 17:21:38 -08:00
local_scheduler_table.c Introduce local scheduler heartbeats which carry load information. (#155) 2016-12-24 20:02:25 -08:00
local_scheduler_table.h Implement naive scheduling algorithm using local scheduler load. (#164) 2016-12-28 22:33:20 -08:00
object_table.c Object table remove (#139) 2016-12-19 23:18:57 -08:00
object_table.h Reconstruction for evicted objects (#181) 2017-02-01 19:18:46 -08:00
redis.c Refactor local scheduler to remove worker indices. (#245) 2017-02-05 14:52:28 -08:00
redis.h Reconstruction for evicted objects (#181) 2017-02-01 19:18:46 -08:00
table.c Implement object table notification subscriptions and switch to using Redis modules for object table. (#134) 2016-12-18 18:19:02 -08:00
table.h Init_table_callback now takes ownership of passed in data (#80) 2016-12-03 13:49:09 -08:00
task_table.c Refactor local scheduler to remove worker indices. (#245) 2017-02-05 14:52:28 -08:00
task_table.h Refactor local scheduler to remove worker indices. (#245) 2017-02-05 14:52:28 -08:00