mirror of
https://github.com/wassname/ray.git
synced 2026-08-17 11:25:34 +08:00
[Core] Remove delete_creating_tasks (#12962)
This commit is contained in:
@@ -72,9 +72,8 @@ public interface RayRuntime {
|
||||
*
|
||||
* @param objectRefs The object references 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<ObjectRef<?>> objectRefs, boolean localOnly, boolean deleteCreatingTasks);
|
||||
void free(List<ObjectRef<?>> objectRefs, boolean localOnly);
|
||||
|
||||
/**
|
||||
* Set the resource for the specific node.
|
||||
|
||||
Reference in New Issue
Block a user