FileFetchRequestHandler 구현

This commit is contained in:
임장현
2026-06-05 17:00:26 +09:00
parent 2cf94a3de8
commit adeec703ea
37 changed files with 1206 additions and 273 deletions
@@ -149,7 +149,7 @@ public class BatchJobPriorityManager implements Serializable
}
public synchronized void setDelaySec(String uuid, long sec){
hmDelays.put(uuid, new Long(sec));
hmDelays.put(uuid, sec);
}
public synchronized boolean hasDelaySec(String uuid){