ray/src/common
Philipp Moritz a30eed452e Change type naming convention. (#315)
* Rename object_id -> ObjectID.

* Rename ray_logger -> RayLogger.

* rename task_id -> TaskID, actor_id -> ActorID, function_id -> FunctionID

* Rename plasma_store_info -> PlasmaStoreInfo.

* Rename plasma_store_state -> PlasmaStoreState.

* Rename plasma_object -> PlasmaObject.

* Rename object_request -> ObjectRequests.

* Rename eviction_state -> EvictionState.

* Bug fix.

* rename db_handle -> DBHandle

* Rename local_scheduler_state -> LocalSchedulerState.

* rename db_client_id -> DBClientID

* rename task -> Task

* make redis.c C++ compatible

* Rename scheduling_algorithm_state -> SchedulingAlgorithmState.

* Rename plasma_connection -> PlasmaConnection.

* Rename client_connection -> ClientConnection.

* Fixes from rebase.

* Rename local_scheduler_client -> LocalSchedulerClient.

* Rename object_buffer -> ObjectBuffer.

* Rename client -> Client.

* Rename notification_queue -> NotificationQueue.

* Rename object_get_requests -> ObjectGetRequests.

* Rename get_request -> GetRequest.

* Rename object_info -> ObjectInfo.

* Rename scheduler_object_info -> SchedulerObjectInfo.

* Rename local_scheduler -> LocalScheduler and some fixes.

* Rename local_scheduler_info -> LocalSchedulerInfo.

* Rename global_scheduler_state -> GlobalSchedulerState.

* Rename global_scheduler_policy_state -> GlobalSchedulerPolicyState.

* Rename object_size_entry -> ObjectSizeEntry.

* Rename aux_address_entry -> AuxAddressEntry.

* Rename various ID helper methods.

* Rename Task helper methods.

* Rename db_client_cache_entry -> DBClientCacheEntry.

* Rename local_actor_info -> LocalActorInfo.

* Rename actor_info -> ActorInfo.

* Rename retry_info -> RetryInfo.

* Rename actor_notification_table_subscribe_data -> ActorNotificationTableSubscribeData.

* Rename local_scheduler_table_send_info_data -> LocalSchedulerTableSendInfoData.

* Rename table_callback_data -> TableCallbackData.

* Rename object_info_subscribe_data -> ObjectInfoSubscribeData.

* Rename local_scheduler_table_subscribe_data -> LocalSchedulerTableSubscribeData.

* Rename more redis call data structures.

* Rename photon_conn PhotonConnection.

* Rename photon_mock -> PhotonMock.

* Fix formatting errors.
2017-02-26 00:32:43 -08:00
..
build Rearrange files to prepare to merge into Ray. 2016-10-25 13:59:47 -07:00
cmake Switch build system to use CMake completely. (#200) 2017-01-17 16:56:40 -08:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
lib/python Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
redis_module Availability after worker failure (#316) 2017-02-25 20:19:36 -08:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
test Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
thirdparty Implement tables with redis modules (#114) 2016-12-11 17:40:19 -08:00
CMakeLists.txt Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00
common.c Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
common.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
event_loop.c Ion and Philipp's table retries (#10) 2016-10-29 15:22:33 -07:00
event_loop.h Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
io.c Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
io.h Retry connections in photon connect, consolidate code in io.c (#294) 2017-02-17 23:41:21 -08:00
logging.c Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
logging.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
net.c Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
net.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
object_info.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
task.c Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
task.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00