- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for activeThreadCount (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java
protected void startCrawling() { synchronized (crawlerContext.activeThreadCountLock) { crawlerContext.activeThreadCount++; } } protected void finishCrawling() { synchronized (crawlerContext.activeThreadCountLock) { crawlerContext.activeThreadCount--; } } protected boolean isContinue(final int tcCount) { if (!crawlerContainer.available()) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:41:37 UTC 2024 - 15.5K bytes - Viewed (0)