[Java] Add Plasma Free to Java code path (#2802)

This commit is contained in:
Yuhong Guo
2018-09-04 15:28:23 +08:00
committed by Hao Chen
parent 25ffe57a5c
commit dfb7c2be1e
9 changed files with 125 additions and 4 deletions
@@ -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;
}
}