Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for delayAtNoUrlInQueue (0.07 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalControllerTest.java

                }
            }
    
            @Override
            protected void delayAtNoUrlInQueue() {
                noUrlInQueueCount++;
                if (shouldThrowException) {
                    throw new RuntimeException("Test exception in delayAtNoUrlInQueue");
                }
            }
    
            @Override
            protected void delayForWaitingNewUrl() {
                waitNewUrlCount++;
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 20 08:58:39 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java

            public void delay(int type) {
            }
    
            public void delayBeforeProcessing() {
            }
    
            public void delayAfterProcessing() {
            }
    
            public void delayAtNoUrlInQueue() {
            }
    
            public void delayForWaitingNewUrl() {
            }
        }
    
        /**
         * Test default constructor
         */
        public void test_constructor() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Sep 06 04:15:37 UTC 2025
    - 25.6K bytes
    - Viewed (0)
Back to top