Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for decrementAndGetActiveThreadCount (0.18 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java

        }
    
        /**
         * Decrements the active thread count using atomic operation.
         */
        protected void finishCrawling() {
            crawlerContext.decrementAndGetActiveThreadCount();
        }
    
        /**
         * Checks if the crawling process should continue.
         * @param tcCount The thread check count.
         * @return true if the crawling should continue, false otherwise.
         */
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Wed Dec 31 09:07:38 GMT 2025
    - 20.3K bytes
    - Click Count (0)
Back to Top