Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getAccessCount (0.05 seconds)

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

            return activeThreadCount.decrementAndGet();
        }
    
        /**
         * Returns the access count.
         * @return The access count.
         */
        public long getAccessCount() {
            return accessCount.get();
        }
    
        /**
         * Increments the access count and returns the new value.
         * @return The incremented access count.
         */
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Wed Dec 31 09:07:38 GMT 2025
    - 9K bytes
    - Click Count (0)
Back to Top