Implement actor dummy object gc in java (#3822)

* Add dummy object gc in java

* Fix

* Address comments.

* Refine

* Address comments.
This commit is contained in:
Wang Qing
2019-01-24 03:56:25 +08:00
committed by Stephanie Wang
parent 816406ea3d
commit dcb744518e
5 changed files with 37 additions and 9 deletions
@@ -81,7 +81,7 @@ public interface RayRuntime {
* @param args The arguments of the remote function.
* @return The result object.
*/
RayObject call(RayFunc func, RayActor actor, Object[] args);
RayObject call(RayFunc func, RayActor<?> actor, Object[] args);
/**
* Create an actor on a remote node.