Get desktop application:
View/edit binary Protocol Buffers messages
Driver Service definition
register the worker process to driver which used to tell the worker has started up
the job id
the world rank id
the all node addresses and used to determine the current node ip adddress
register the worker service host and port
the world rank
the worker service listening ip
the worker service listening port
the ray redis address
the ray redis password
register the function result
the function id
the function results
Worker Service
run the given function
the function id
the serialized python function
stop the worker service
Used as request type in: WorkerService.Stop
Used as response type in: DriverService.RegisterFuncResult, WorkerService.RunFunction, WorkerService.Stop
(message has no fields)