FileFetchRequestHandler 구현
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user