Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setActiveThreadCount (0.3 sec)

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

        public void setSessionId(final String sessionId) {
            this.sessionId = sessionId;
        }
    
        public Integer getActiveThreadCount() {
            return activeThreadCount;
        }
    
        public void setActiveThreadCount(final Integer activeThreadCount) {
            this.activeThreadCount = activeThreadCount;
        }
    
        public long getAccessCount() {
            return accessCount.get();
        }
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top