Exemple #1
0
 /** Account for tasks which have finished. */
 public void tasksFinished(List<TFullTaskId> tasks) {
   LOG.debug(Logging.functionCall(tasks));
   scheduler.tasksFinished(tasks);
 }