mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
Add delete_creating_tasks option for internal.free() (#4588)
* add delete creating task objects. * format code style * Fix lint * add tests add address comments. * Refine test * Refine java test * Fix CI * Refine * Fix lint * Fix CI
This commit is contained in:
@@ -61,8 +61,9 @@ public interface RayRuntime {
|
||||
*
|
||||
* @param objectIds The object ids to free.
|
||||
* @param localOnly Whether only free objects for local object store or not.
|
||||
* @param deleteCreatingTasks Whether also delete objects' creating tasks from GCS.
|
||||
*/
|
||||
void free(List<UniqueId> objectIds, boolean localOnly);
|
||||
void free(List<UniqueId> objectIds, boolean localOnly, boolean deleteCreatingTasks);
|
||||
|
||||
/**
|
||||
* Invoke a remote function.
|
||||
|
||||
Reference in New Issue
Block a user