mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 05:43:03 +08:00
[Java] Add Plasma Free to Java code path (#2802)
This commit is contained in:
@@ -99,4 +99,9 @@ public class MockLocalScheduler implements LocalSchedulerLink {
|
||||
public List<byte[]> wait(byte[][] objectIds, int timeoutMs, int numReturns) {
|
||||
return store.wait(objectIds, timeoutMs, numReturns);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void freePlasmaObjects(List<UniqueId> objectIds, boolean localOnly) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user