}
count = count - 100;
/* Get the "fullname thing" of the last link fetched */
ResponseChildData lastLink = linkBatch.get(linkBatch.size() - 1);
lastFetched = lastLink.getKind() + "_" + lastLink.getData().getId();
}
threadPool.shutdown();
//The application is run every 10 minutes, so it's useless to wait more than that
threadPool.awaitTermination(600L, TimeUnit.SECONDS);